Bump the npm_and_yarn group across 1 directory with 30 updates
Type: Pull Request
State: Open
Association: None
Comments: 1
(about 2 months ago)
(about 2 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 27 updates in the / directory:
| Package | From | To |
|---|---|---|
| elliptic | 6.5.4 |
6.6.1 |
| @adobe/css-tools | 4.0.1 |
4.4.4 |
| @babel/helpers | 7.19.0 |
7.28.4 |
| @babel/runtime-corejs3 | 7.19.0 |
7.28.4 |
| @babel/runtime | 7.19.0 |
7.28.4 |
| @babel/traverse | 7.19.3 |
7.28.4 |
| @solana/web3.js | 1.61.0 |
1.98.4 |
| braces | 3.0.2 |
3.0.3 |
| browserify-sign | 4.2.1 |
4.2.3 |
| cipher-base | 1.0.4 |
1.0.6 |
| cross-spawn | 7.0.3 |
7.0.6 |
| decode-uri-component | 0.2.0 |
0.2.2 |
| ejs | 3.1.8 |
3.1.10 |
| es5-ext | 0.10.62 |
0.10.64 |
| express | 4.18.1 |
4.21.2 |
| follow-redirects | 1.15.2 |
1.15.11 |
| http-cache-semantics | 4.1.0 |
4.2.0 |
| http-proxy-middleware | 2.0.6 |
2.0.9 |
| micromatch | 4.0.5 |
4.0.8 |
| nanoid | 3.3.4 |
3.3.11 |
| pbkdf2 | 3.1.2 |
3.1.3 |
| rollup | 2.79.0 |
2.79.2 |
| sha.js | 2.4.11 |
2.4.12 |
| socket.io-parser | 4.2.1 |
4.2.4 |
| webpack-dev-middleware | 5.3.3 |
5.3.4 |
| webpack | 5.74.0 |
5.101.3 |
| word-wrap | 1.2.3 |
1.2.5 |
Updates elliptic from 6.5.4 to 6.6.1
Commits
Updates @adobe/css-tools from 4.0.1 to 4.4.4
Changelog
Sourced from @adobe/css-tools's changelog.
[4.4.4] - 2025-07-22
Changed
- Switch from yarn to npm for package management
- Switch from eslint to biome for code formatting and linting
- Reformat codebase to comply with biome recommendations
- Switch from webpack to rollup for bundling
Fixed
- Fix module exports to ensure proper compatibility with bundlers
- Add validation check to prevent future export issues
[4.4.3] - 2025-05-15
Security
- Fix polynomial regular expression vulnerability on uncontrolled data
- Refactor code to enable GitHub security static analysis
Performance
- Improve parsing performance with minor optimizations
- Replace regex patterns with string search (indexOf-based) for better performance
Added
- Add new utility functions with comprehensive unit tests
- Add improved formatting for CSS Grid template areas (#283 by
@jogibear9988)Fixed
- Fix TypeScript error with ConstructorParameters in Parcel bundler (#444)
[4.4.2] - 2025-02-12
Fixed
- Fix regular expression for parsing quoted values in parentheses
[4.4.0] - 2024-06-05
Added
- Add support for CSS
@starting-styleat-rule (#319)[4.3.3] - 2024-01-24
Changed
- Update package export configuration (#271)
[4.3.2] - 2023-11-28
Security
- Fix ReDoS vulnerability with crafted CSS strings - CVE-2023-48631
Fixed
... (truncated)
Commits
- See full diff in compare view
Updates @babel/helpers from 7.19.0 to 7.28.4
Release notes
Sourced from @babel/helpers's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyuv7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)
... (truncated)
Changelog
Sourced from @babel/helpers's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
... (truncated)
Commits
35055e3v7.28.418d88b8Improve@babel/coretypings (#17471)ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)7d06930v7.27.45b9468dReduceregeneratorsize more (#17287)- Additional commits viewable in compare view
Updates @babel/runtime-corejs3 from 7.19.0 to 7.28.4
Release notes
Sourced from @babel/runtime-corejs3's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyuv7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)
... (truncated)
Changelog
Sourced from @babel/runtime-corejs3's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
... (truncated)
Commits
35055e3v7.28.418d88b8Improve@babel/coretypings (#17471)ef155f5v7.28.3cac0ff4v7.28.2f743094fix:regeneratorDefinecompatibility with es5 strict mode (#17441)ccc5faev7.28.0cd0de90Updatebabel-polyfillpackages (#17403)baa4cb8v7.27.6fdbf1b3fix:finallycauses unexpected return value (#17366)7d06930v7.27.4- Additional commits viewable in compare view
Updates @babel/runtime from 7.19.0 to 7.28.4
Release notes
Sourced from @babel/runtime's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyuv7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)
... (truncated)
Changelog
Sourced from @babel/runtime's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
... (truncated)
Commits
35055e3v7.28.4ef155f5v7.28.3cac0ff4v7.28.2f68ac51chore: Avoid CITGM errors (#17382)baa4cb8v7.27.67d06930v7.27.45b9468dReduceregeneratorsize more (#17287)cb78b5b[babel 8] Do not replace globalregeneratorRuntimereferences in regenerato...a0690e3SplitregeneratorRuntimeinto multiple helpers (#17238)da5e371v7.27.3- Additional commits viewable in compare view
Updates @babel/traverse from 7.19.3 to 7.28.4
Release notes
Sourced from @babel/traverse's releases.
v7.28.4 (2025-09-05)
Thanks
@gwillenand@mrginglymusfor your first PRs!:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)Committers: 5
- Babel Bot (
@babel-bot)- Bill Collins (
@mrginglymus)- Glenn Willen (
@gwillen)- Huáng Jùnliàng (
@JLHwung)@liuxingbaoyuv7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsCommitters: 5
- Babel Bot (
@babel-bot)- Huáng Jùnliàng (
@JLHwung)- Jam Balaya (
@JamBalaya56562)- Nicolò Ribaudo (
@nicolo-ribaudo)- easrng (
@easrng)
... (truncated)
Changelog
Sourced from @babel/traverse's changelog.
v7.28.4 (2025-09-05)
:house: Internal
babel-core,babel-helper-check-duplicate-nodes,babel-traverse,babel-typesbabel-plugin-transform-regenerator
- #17455 chore: Clean up
transform-regenerator(@liuxingbaoyu)babel-core
- #17474 Switch to
@jridgewell/remapping(@mrginglymus)v7.28.3 (2025-08-14)
:eyeglasses: Spec Compliance
babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators,babel-plugin-transform-class-static-block,babel-preset-env
- #17443 [static blocks] Do not inject new static fields after static code (
@nicolo-ribaudo):bug: Bug Fix
babel-parser:nail_care: Polish
babel-plugin-transform-regenerator,babel-plugin-transform-runtime
- #17363 Do not save last yield in call in temp var (
@nicolo-ribaudo):memo: Documentation
:house: Internal
:microscope: Output optimization
babel-plugin-proposal-destructuring-private,babel-plugin-proposal-do-expressionsv7.28.2 (2025-07-24)
:bug: Bug Fix
babel-types
- #17445 [babel 7] Make
operatorparam int.tsTypeOperatoroptional (@nicolo-ribaudo)babel-helpers,babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator,babel-preset-env,babel-runtime-corejs3
- #17441 fix:
regeneratorDefinecompatibility with es5 strict mode (@liuxingbaoyu)v7.28.1 (2025-07-12)
:bug: Bug Fix
babel-plugin-transform-async-generator-functions,babel-plugin-transform-regenerator
- #17426 fix:
regeneratorcorrectly handlesthrowoutside oftry(@liuxingbaoyu):memo: Documentation
... (truncated)
Commits
35055e3v7.28.4b41f8cdUpdate Jest to v30.1.1 (#17493)22493b6Improve@babel/traversetypings (#17485)18d88b8Improve@babel/coretypings (#17471)ef155f5v7.28.3741cbd2chore: fix various typos across codebase (#17476)5051613Type-check.d.tsfile withstrict: true(#17461)ccc5faev7.28.04b4e7e2Create babel-helper-globals (#17297)cf5ae03LVal coverage updates (Part 2) (#17391)- Additional commits viewable in compare view
Updates @solana/web3.js from 1.61.0 to 1.98.4
Release notes
Sourced from @solana/web3.js's releases.
v1.98.4
1.98.4 (2025-07-31)
Bug Fixes
v1.98.3
1.98.3 (2025-07-31)
Reverts
v1.98.2
1.98.2 (2025-04-24)
Bug Fixes
v1.98.1
1.98.1 (2025-04-22)
Bug Fixes
v1.98.0
1.98.0 (2024-12-16)
Features
v1.97.0
1.97.0 (2024-12-16)
Features
v1.96.0
1.96.0 (2024-12-16)
Features
v1.95.8
... (truncated)
Commits
c26c13bfix: Add Cost Units (Transaction Cost) (#3750)3d0e82aRevert "chore: Add costUnits to transaction classes (#3748)" (#3749)720a428chore: Add costUnits to transaction classes (#3748)6f265affix: updatebase-xto 3.0.11 in lockfile (#3731)d3dc5d5fix: patch bigint-buffer (#3727)d0e77cfupdated for migrated repo (#3728)4e9988cchore: readme (#3725)8ea27fcfeat: Agave v2 RPC: replacegetRecentBlockhashwithgetLatestBlockhash(#...a805cb9feat: agave v2 rpc: replacegetConfirmedTransactionwithgetTransaction(...60e39a6feat: Agave v2 RPC: replacegetConfirmedBlockwithgetBlock(#3417)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by solana-devs, a new releaser for @solana/web3.js since your current version.
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Updates browserify-sign from 4.2.1 to 4.2.3
Changelog
Sourced from browserify-sign's changelog.
v4.2.3 - 2024-03-05
Commits
- [patch] widen support to 0.12
9247adf- [patch] drop minimum node support to v1
4d0ee49- [Dev Deps] update
aud,npmignore,tape87f3a35- [actions] remove redundant finisher
37a4758- [Deps] pin
hash-baseto ~3.0, due to a breaking change9e2bf12- [Deps] update
parse-asn1 [f427270`](https://github.com/browserify/browserify-sign/commit/f427270ac11dc6be29f87d7afb046c16376a5a9c)- [Deps] update
ellipticfb261ce- [Deps] pin
ellipticdue to a breaking change168e16fv4.2.2 - 2023-10-25
Fixed
- [Tests] log when openssl doesn't support cipher
[#37](https://github.com/crypto-browserify/browserify-sign/issues/37)Commits
- Only apps should have lockfiles
09a8995- [eslint] switch to eslint
83fe463- [meta] add
npmignoreandauto-changelogPull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
Security Advisories
libwebp: OOB write in BuildHuffmanTable
@adobe/css-tools Improper Input Validation and Inefficient Regular Expression Complexity
Technical Details
| ID: | 7586702 |
| UUID: | 3408791992 |
| Node ID: | PR_kwDOIJgCpM6oKAID |
| Host: | GitHub |
| Repository: | MetaMask/w3a-mpc-demo |