[Snyk] Upgrade: , bn.js, borsh, buffer, js-sha3, secp256k1, superstruct #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯♂ The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@babel/runtime
from 7.15.4 to 7.25.0 | 53 versions ahead of your current version | a month ago
on 2024-07-26
bn.js
from 5.2.0 to 5.2.1 | 1 version ahead of your current version | 2 years ago
on 2022-05-24
borsh
from 0.4.0 to 0.7.0 | 3 versions ahead of your current version | 3 years ago
on 2021-12-02
buffer
from 6.0.1 to 6.0.3 | 2 versions ahead of your current version | 4 years ago
on 2020-11-23
js-sha3
from 0.8.0 to 0.9.3 | 4 versions ahead of your current version | 9 months ago
on 2023-12-16
secp256k1
from 4.0.2 to 4.0.3 | 1 version ahead of your current version | 3 years ago
on 2022-01-08
superstruct
from 0.14.2 to 0.16.7 | 14 versions ahead of your current version | 2 years ago
on 2022-11-01
Release notes
Package name: @babel/runtime
-
7.25.0 - 2024-07-26
- #16537
- #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)
- #16658 Move
- #16644 Move
- #16645 Move
- #16649 Move
- #16480 Expose wether a module has TLA or not as
- #16569 Introduce
- #16551 Add
- #16579 Add
- #16642 Allow using custom config in
- #16445 Add
- #16678 Print parens around as expressions on the LHS (@ nicolo-ribaudo)
- #15286 fix: Props are lost when the template replaces the node (@ liuxingbaoyu)
- Other
- #16674 bump gulp to 5 (@ JLHwung)
- #16651 Simplify the printing logic for
- #16652 Simplify
- #16461 Some minor parser performance improvements for ts (@ liuxingbaoyu)
- #16670 Reduce redundant
- #16374 Improve
- #16656 Simplify output for anonymous classes with no methods (@ nicolo-ribaudo)
- Artem (@ slatereax)
- Babel Bot (@ babel-bot)
- David Taylor (@ davidtaylorhq)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- @ liuxingbaoyu
-
7.24.8 - 2024-07-11
- #16567 Do not use strict mode in TS
- #16630 Correctly print parens around
- #16626 Fix printing of comments in
- #16591 fix typescript code generation for yield expression inside type expre… (@ SreeXD)
- #16613 Disallow destructuring assignment in
- #16490 fix: do not add
- #16615 Remove boolean props from
- #16566 fix: Correctly handle
- #16625 Avoid unnecessary parens around
- #16619 Avoid checking
- Amjad Yahia Robeen Hassan (@ amjed-98)
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Jon Kuperman (@ jkup)
- Nagendran N (@ SreeXD)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sukka (@ SukkaW)
- @ H0onnn
- @ liuxingbaoyu
-
7.24.7 - 2024-06-05
- #16554 Allow extra flags in babel-node (@ nicolo-ribaudo)
- #16522 fix: incorrect
- #16524 fix: Transform
- #16525 Delete unused array helpers (@ blakewilson)
- Amjad Yahia Robeen Hassan (@ amjed-98)
- Babel Bot (@ babel-bot)
- Blake Wilson (@ blakewilson)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sukka (@ SukkaW)
- @ liuxingbaoyu
-
7.24.6 - 2024-05-24
- #16514 Fix source maps for private member expressions (@ nicolo-ribaudo)
- #16515 Fix source maps for template literals (@ nicolo-ribaudo)
- #16485 Support undecorated static accessor in anonymous classes (@ JLHwung)
- #16484 Fix decorator bare yield await (@ JLHwung)
- #16483 Fix: throw TypeError if addInitializer is called after finished (@ JLHwung)
- #16476 fix: Correctly parse
- #16501 Generate helper metadata at build time (@ nicolo-ribaudo)
- #16499 Add
- #16495 Move all runtime helpers to individual files (@ nicolo-ribaudo)
- #16482 Statically generate boilerplate for bitfield accessors (@ nicolo-ribaudo)
- Other
- #16466 Migrate import assertions syntax (@ JLHwung)
- Amjad Yahia Robeen Hassan (@ amjed-98)
- Babel Bot (@ babel-bot)
- Blake Wilson (@ blakewilson)
- Huáng Jùnliàng (@ JLHwung)
- Lucas Coelho (@ coelhucas)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Sukka (@ SukkaW)
- Zzzen (@ Zzzen)
- @ liuxingbaoyu
-
7.24.5 - 2024-04-29
- #16377 fix: TypeScript annotation affects output (@ liuxingbaoyu)
- #16440 Fix suppressed error order (@ sossost)
- #16408 Await nullish async disposable (@ JLHwung)
- #16407 Recover from exported
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (@ liuxingbaoyu)
- #16425 Improve
- #16417 Always pass type argument to
- #16439 Make
- #16421 Remove
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (@ nicolo-ribaudo)
- #16357 Performance: improve
- Babel Bot (@ babel-bot)
- Huáng Jùnliàng (@ JLHwung)
- Nicolò Ribaudo (@ nicolo-ribaudo)
- Rom Grk (@ romgrk)
- @ liuxingbaoyu
- ynnsuis (@ sossost)
-
7.24.4 - 2024-04-03
-
7.24.1 - 2024-03-19
-
7.24.0 - 2024-02-28
-
7.23.9 - 2024-01-25
-
7.23.8 - 2024-01-08
-
7.23.7 - 2023-12-29
-
7.23.6 - 2023-12-11
-
7.23.5 - 2023-11-29
-
7.23.4 - 2023-11-20
-
7.23.2 - 2023-10-11
-
7.23.1 - 2023-09-25
-
7.23.0 - 2023-09-25
-
7.22.15 - 2023-09-04
-
7.22.11 - 2023-08-24
-
7.22.10 - 2023-08-07
-
7.22.6 - 2023-07-04
-
7.22.5 - 2023-06-08
-
7.22.3 - 2023-05-27
-
7.22.0 - 2023-05-26
-
7.21.5 - 2023-04-28
-
7.21.4-esm.4 - 2023-04-04
-
7.21.4-esm.3 - 2023-04-04
-
7.21.4-esm.2 - 2023-04-04
-
7.21.4-esm.1 - 2023-04-04
-
7.21.4-esm - 2023-04-04
-
7.21.0 - 2023-02-20
-
7.20.13 - 2023-01-21
-
7.20.7 - 2022-12-22
-
7.20.6 - 2022-11-28
-
7.20.5 - 2022-11-28
-
7.20.1 - 2022-11-01
-
7.20.0 - 2022-10-27
-
7.19.4 - 2022-10-10
-
7.19.0 - 2022-09-05
-
7.18.9 - 2022-07-18
-
7.18.6 - 2022-06-27
-
7.18.3 - 2022-05-25
-
7.18.2 - 2022-05-25
-
7.18.0 - 2022-05-19
-
7.17.9 - 2022-04-06
-
7.17.8 - 2022-03-18
-
7.17.7 - 2022-03-14
-
7.17.2 - 2022-02-08
-
7.17.0 - 2022-02-02
-
7.16.7 - 2021-12-31
-
7.16.5 - 2021-12-13
-
7.16.3 - 2021-11-09
-
7.16.0 - 2021-10-29
-
7.15.4 - 2021-09-02
from @babel/runtime GitHub release notesv7.25.0 (2024-07-26)
Thanks @ davidtaylorhq and @ slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3await usingnormative updates (@ JLHwung)babel-plugin-transform-typescript🚀 New Feature
babel-helper-create-class-features-plugin,babel-helper-function-name,babel-helper-plugin-utils,babel-helper-wrap-function,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression,babel-plugin-transform-classes,babel-plugin-transform-function-name,babel-preset-env,babel-traverse,babel-typesensureFunctionNametoNodePath.prototype(@ nicolo-ribaudo)babel-helper-hoist-variables,babel-helper-plugin-utils,babel-plugin-proposal-async-do-expressions,babel-plugin-transform-modules-systemjs,babel-traversehoistVariablestoScope.prototype(@ nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-split-export-declaration,babel-plugin-transform-classes,babel-traverse,babel-typessplitExportDeclarationtoNodePath.prototype(@ nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-environment-visitor,babel-helper-module-transforms,babel-helper-plugin-utils,babel-helper-remap-async-to-generator,babel-helper-replace-supers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly,babel-plugin-transform-async-generator-functions,babel-plugin-transform-classes,babel-traverseenvironment-visitorhelper into@ babel/traverse(@ nicolo-ribaudo)babel-core,babel-parser.extra.async(@ nicolo-ribaudo)babel-compat-data,babel-plugin-bugfix-safari-class-field-initializer-scope,babel-preset-envbugfix-safari-class-field-initializer-scope(@ davidtaylorhq)babel-plugin-transform-block-scoping,babel-traverse,babel-typesNodePath#getAssignmentIdentifiers(@ JLHwung)babel-helper-import-to-platform-api,babel-plugin-proposal-json-modulesuncheckedRequireoption for JSON imports to CJS (@ nicolo-ribaudo)babel-helper-transform-fixture-test-runner,babel-nodebabel-node --eval(@ slatereax)babel-compat-data,babel-helper-create-regexp-features-plugin,babel-plugin-proposal-duplicate-named-capturing-groups-regex,babel-plugin-transform-duplicate-named-capturing-groups-regex,babel-preset-env,babel-standaloneduplicate-named-capturing-groups-regextopreset-env(@ JLHwung)🐛 Bug Fix
babel-generatorbabel-template,babel-types🏠 Internal
babel-generator(before ambiguous tokens (@ nicolo-ribaudo)babel-helper-function-name,babel-plugin-transform-arrow-functions,babel-plugin-transform-function-name,babel-preset-env,babel-traversehelper-function-namelogic (@ nicolo-ribaudo)🏃♀️ Performance
babel-parser,babel-plugin-proposal-pipeline-operator🔬 Output optimization
babel-plugin-transform-classesassertThisInitialized(@ liuxingbaoyu)babel-helper-create-class-features-plugin,babel-helper-replace-supers,babel-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-classes,babel-plugin-transform-exponentiation-operator,babel-plugin-transform-object-super,babel-plugin-transform-private-methods,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimesuper.xoutput (@ liuxingbaoyu)babel-plugin-transform-class-properties,babel-plugin-transform-classesCommitters: 6
v7.24.8 (2024-07-11)
Thanks @ H0onnn, @ jkup and @ SreeXD for your first pull requests!
👓 Spec Compliance
babel-parserdeclare(@ liuxingbaoyu)🐛 Bug Fix
babel-generatorininforheads (@ nicolo-ribaudo)await using(@ nicolo-ribaudo)babel-parserusingdeclarations (@ H0onnn).value: undefinedto regexp literals (@ liuxingbaoyu)babel-typesObjectTypeInternalSlotvisitor keys (@ nicolo-ribaudo)babel-plugin-transform-typescriptexport import x =(@ liuxingbaoyu)💅 Polish
babel-generatorasyncinfor await(@ nicolo-ribaudo)babel-traverseScope.globalsmultiple times (@ liuxingbaoyu)Committers: 9
v7.24.7 (2024-06-05)
🐛 Bug Fix
babel-nodebabel-traverseconstantViolationswith destructuring (@ liuxingbaoyu)babel-helper-transform-fixture-test-runner,babel-plugin-proposal-explicit-resource-managementusinginswitchcorrectly (@ liuxingbaoyu)🏠 Internal
babel-helpers,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimeCommitters: 7
v7.24.6 (2024-05-24)
Thanks @ amjed-98, @ blakewilson, @ coelhucas, and @ SukkaW for your first PRs!
🐛 Bug Fix
babel-helper-create-class-features-plugin,babel-plugin-transform-class-propertiesbabel-core,babel-generator,babel-plugin-transform-modules-commonjsbabel-helper-create-class-features-plugin,babel-plugin-proposal-decoratorsbabel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3babel-parser,babel-plugin-transform-typescriptcls.fn<C> = x(@ liuxingbaoyu)🏠 Internal
babel-core,babel-helpers,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-helperstsconfig.jsonfor@ babel/helpers/src/helpers(@ nicolo-ribaudo)babel-cli,babel-helpers,babel-plugin-external-helpers,babel-plugin-proposal-decorators,babel-plugin-transform-class-properties,babel-plugin-transform-modules-commonjs,babel-plugin-transform-modules-systemjs,babel-plugin-transform-runtime,babel-preset-env,babel-runtime-corejs2,babel-runtime-corejs3,babel-runtimebabel-parser,babel-traverseCommitters: 9
v7.24.5 (2024-04-29)
Thanks @ romgrk and @ sossost for your first PRs!
🐛 Bug Fix
babel-plugin-transform-classes,babel-traversebabel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3💅 Polish
babel-parserusingdeclaration (@ JLHwung)🏠 Internal
babel-parser@ babel/parserAST types (@ nicolo-ribaudo).startNode(@ nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverseNodePath<T | U>distributive (@ nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-typesJSXNamespacedNamefrom validCallExpressionargs (@ nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env🏃♀️ Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3objectWithoutPropertiesLooseon V8 (@ romgrk)Committers: 6
Package name: bn.js
-
5.2.1 - 2022-05-24
- fix: serious issue in
-
5.2.0 - 2021-02-23
- fix: Buffer not using global in browser (#260)
- fix: LE constructor for HEX (#265)
from bn.js GitHub release notes.toString(16)(#295)Package name: borsh
-
0.7.0 - 2021-12-02
- Added support for serialization/deserialization of
- TextDecoder does not rely on
- redundant files are not published to
- build artifacts 3b9ceed
- pretty (#46) 8eeabaf
- Serialize and deserialize support for
- Change TextDecoder resolution to not rely on
- build: do not add source and tests to npm package (#37) 261d9cd
- Merge pull request #35 from near/formating-fix 2bbd16e
- tests fixed 226b6b8
- test action tets (broken tests) 2f2f0eb
- prettier fixed 0ceaf1d
- pretty test 2 5aabc06
- formating test 7feefc5
- Formatting fix dca02da
- Add Prettier to keep code consistent. (#33) 9ed926b
-
0.6.0 - 2021-08-18
- added ability to specify custom Reader/Writer
- deserialize now returns instance of
-
0.5.0 - 2021-07-23
- Added support for fixed arrays
- Added ability to pass custom serialize/deserialize functions
- add fixed array serialization/deserialization (#27) ebb340c
- call class serialize/deserialize methods (#20) 4d4bce3
- Merge pull request #18 from near/repo-update a69361d
- borsh repo updated in package.json 62c05ee
-
0.4.0 - 2021-05-05
from borsh GitHub release notesHighlights:
mapsglobalanymorenpmCommits:
Maptype. (#41) b80a6d4global(#40) 1eed6aev0.6.0...v0.7.0
Highlights:
classTypeCommits:
v0.5.0...v0.6.0
Highlights:
Commits:
v0.4.0...v0.5.0
writeU16,readU16,writeI256,readU256,writeU512,readU512functions addeddeserializeUncheckedfunction added for deserialization without the lengths checkwriteU64acceptsnumberwriteI128acceptsnumber0.3.1...0.4.0
Package name: buffer
-
6.0.3 - 2020-11-23
-
6.0.2 - 2020-11-09
-
6.0.1 - 2020-11-04
from buffer GitHub release notes6.0.3
6.0.2
6.0.1
Package name: js-sha3
-
0.9.3 - 2023-12-16
-
0.9.2 - 2023-09-16
-
0.9.1 - 2023-08-31
-
0.9.0 - 2023-08-30
-
0.8.0 - 2018-08-05
from js-sha3 GitHub release notesNo content.
No content.
No content.
No content.
No content.
Package name: secp256k1
-
4.0.3 - 2022-01-08
- 95b6176 Update prebuildify (#187)
- 4223dd4 Update elliptic to 6.5.4 (CVE-2020-28498) (#186)
-
4.0.2 - 2020-07-20
- 466cb57 Support musl (#169)
- b6d21b9 Add in place functions to API.md (#168)
from secp256k1 GitHub release notesPackage name: superstruct
-
0.16.7 - 2022-11-01
-
0.16.6 - 2022-10-25
-
0.16.5 - 2022-09-22
-
0.16.4 - 2022-09-21
-
0.16.3 - 2022-09-20
-
0.16.2 - 2022-09-20
-
0.16.1 - 2022-09-19
-
0.16.0 - 2022-06-06
-
0.15.5 - 2022-06-06
-
0.15.4 - 2022-03-02
-
0.15.3 - 2021-10-11
-
0.15.2 - 2021-05-06
-
0.15.1 - 2021-03-28
-
0.15.0 - 2021-03-26
-
0.14.2 - 2021-02-11
from superstruct GitHub release notesv0.16.7
v0.16.6
v0.16.5
v0.16.4
v0.16.3
v0.16.2
v0.16.1
v0.16.0
v0.15.5
v0.15.4
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: