Bump the npm_and_yarn group across 1 directory with 26 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 23 updates in the / directory:
Package | From | To |
---|---|---|
@babel/traverse | 7.8.6 |
7.27.4 |
ajv | 6.12.0 |
6.12.6 |
async | 2.6.3 |
2.6.4 |
browserify-sign | 4.0.4 |
4.2.3 |
browserslist | 4.9.1 |
4.25.0 |
color-string | 1.5.3 |
1.9.1 |
cross-spawn | 6.0.5 |
6.0.6 |
decode-uri-component | 0.2.0 |
0.2.2 |
dns-packet | 1.3.1 |
1.3.4 |
elliptic | 6.5.2 |
6.6.1 |
eventsource | 1.0.7 |
1.1.2 |
express | 4.17.1 |
4.21.2 |
follow-redirects | 1.10.0 |
1.15.9 |
http-cache-semantics | 4.1.0 |
4.2.0 |
ini | 1.3.5 |
1.3.8 |
minimatch | 3.0.4 |
3.1.2 |
path-parse | 1.0.6 |
1.0.7 |
prismjs | 1.19.0 |
1.30.0 |
ssri | 6.0.1 |
6.0.2 |
terser | 4.6.6 |
4.8.1 |
url-parse | 1.4.7 |
1.5.10 |
ws | 6.2.1 |
6.2.3 |
y18n | 4.0.0 |
4.0.3 |
Updates @babel/traverse
from 7.8.6 to 7.27.4
Release notes
Sourced from @babel/traverse
's releases.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
:nail_care: Polish
:microscope: Output optimization
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17287 Reduce
regenerator
size more (@liuxingbaoyu
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@nicolo-ribaudo
)- #17268 Reduce
regenerator
helper size (@liuxingbaoyu
)babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #17238 Split
regeneratorRuntime
into multiple helpers (@nicolo-ribaudo
)Committers: 4
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)@liuxingbaoyu
v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@magic-akari
)babel-generator
,babel-parser
Committers: 7
- Babel Bot (
@babel-bot
)- Huáng Jùnliàng (
@JLHwung
)- Nicolò Ribaudo (
@nicolo-ribaudo
)- Vik R (
@vikr01
)
... (truncated)
Changelog
Sourced from @babel/traverse
's changelog.
v7.27.4 (2025-05-30)
:eyeglasses: Spec Compliance
babel-parser
,babel-plugin-proposal-explicit-resource-management
:nail_care: Polish
:microscope: Output optimization
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
- #17287 Reduce
regenerator
size more (@liuxingbaoyu
)babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
- #17334 Use shorter method names for regenerator context (
@nicolo-ribaudo
)- #17268 Reduce
regenerator
helper size (@liuxingbaoyu
)babel-core
,babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
- #17238 Split
regeneratorRuntime
into multiple helpers (@nicolo-ribaudo
)v7.27.3 (2025-05-27)
:bug: Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
- #17328 Correctly set
.displayName
onGeneratorFunction
(@nicolo-ribaudo
)babel-plugin-proposal-explicit-resource-management
babel-plugin-proposal-decorators
,babel-types
- #17321 fix(converter): Remove
abstract
modifiers in class declaration to expression conversion (@magic-akari
)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
- #17312 fix(parser): properly handle optional markers in generator class methods (
@magic-akari
)- #17307 fix(parser): Terminate modifier parsing at newline (
@magic-akari
)babel-generator
,babel-parser
v7.27.2 (2025-05-06)
:bug: Bug Fix
babel-parser
- #17289 fix:
@babel/parser/bin/index.js
containsnode:
protocol require (@liuxingbaoyu
)- #17291 fix: Private class method not found when TS and estree (
@liuxingbaoyu
)babel-plugin-transform-object-rest-spread
babel-plugin-transform-modules-commonjs
,babel-template
- #17284 fix(babel-template): Properly handle empty string replacements (
@magic-akari
):running_woman: Performance
babel-cli
... (truncated)
Commits
7d06930
v7.27.405f28c8
[Babel 8] Changescope.{references,uids}
toSet
(#16624)da5e371
v7.27.32d0c76e
Improve integrations of using declaration with other transforms (#17330)eebd3a0
v7.27.162af1a6
fix: do expressions should allow early exit (#17137)8e23272
[Babel 8] perf: Improve traverse performance (#16965)9a40d85
[Babel 8]: Remove record and tuple syntax support (#17242)4d39e9d
Harden variable declarator validations (#17217)6cd1c60
Reduce generated names size for the 10th-11th (#17221)- Additional commits viewable in compare view
Updates ajv
from 6.12.0 to 6.12.6
Release notes
Sourced from ajv's releases.
v6.12.6
Fix performance issue of "url" format.
v6.12.5
Fix uri scheme validation (
@ChALkeR
). Fix boolean schemas with strictKeywords option (#1270)v6.12.4
Fix: coercion of one-item arrays to scalar that should fail validation (failing example).
v6.12.3
Pass schema object to processCode function Option for strictNumbers (
@issacgerges
, #1128) Fixed vulnerability related to untrusted schemas (CVE-2020-15366)v6.12.2
Removed post-install script
v6.12.1
Docs and dependency updates
Commits
fe59143
6.12.6d580d3e
Merge pull request #1298 from ajv-validator/fix-urlfd36389
fix: regular expression for "url" format490e34c
docs: link to v7-beta branch9cd93a1
docs: note about v7 in readme877d286
Merge pull request #1262 from b4h0-c4t/refactor-opt-object-typef1c8e45
6.12.5764035e
Merge branch 'ChALkeR-chalker/fix-comma'3798160
Merge branch 'chalker/fix-comma' of git://github.com/ChALkeR/ajv into ChALkeR...a3c7eba
Merge branch 'refactor-opt-object-type' of github.com:b4h0-c4t/ajv into refac...- Additional commits viewable in compare view
Updates async
from 2.6.3 to 2.6.4
Commits
Maintainer changes
This version was pushed to npm by hargasinski, a new releaser for async since your current version.
Updates browserify-sign
from 4.0.4 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
,tape
87f3a35
- [actions] remove redundant finisher
37a4758
- [Deps] pin
hash-base
to ~3.0, due to a breaking change9e2bf12
- [Deps] update
parse-asn1 [
f427270`](https://github.com/browserify/browserify-sign/commit/f427270ac11dc6be29f87d7afb046c16376a5a9c)- [Deps] update
elliptic
fb261ce
- [Deps] pin
elliptic
due to a breaking change168e16f
v4.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
npmignore
andauto-changelog
4418183
- [meta] fix package.json indentation
9ac5a5e
- [Tests] migrate from travis to github actions
d845d85
- [Fix]
sign
: throw on unsupported padding scheme8767739
- [Fix] properly check the upper bound for DSA signatures
85994cd
- [Tests] handle openSSL not supporting a scheme
f5f17c2
- [Deps] update
bn.js
,browserify-rsa
,elliptic
,parse-asn1
,readable-stream
,safe-buffer
a67d0eb
- [Dev Deps] update
nyc
,standard
,tape
cc5350b
- [Tests] always run coverage; downgrade
nyc
75ce1d5
- [meta] add
safe-publish-latest
dcf49ce
- [Tests] add
npm run posttest
75dd8fd
- [Dev Deps] update
tape
3aec038
- [Tests] skip unsupported schemes
703c83e
- [Tests] node < 6 lacks array
includes
3aa43cf
- [Dev Deps] fix eslint range
98d4e0d
v4.2.1 - 2020-08-04
Merged
v4.2.0 - 2020-05-18
Merged
- switch to safe buffer
[#53](https://github.com/crypto-browserify/browserify-sign/issues/53)
... (truncated)
Commits
bf2c3ec
v4.2.39247adf
[patch] widen support to 0.12f427270
[Deps] update `parse-asn187f3a35
[Dev Deps] updateaud
,npmignore
,tape
fb261ce
[Deps] updateelliptic
4d0ee49
[patch] drop minimum node support to v19e2bf12
[Deps] pinhash-base
to ~3.0, due to a breaking change168e16f
[Deps] pinelliptic
due to a breaking change37a4758
[actions] remove redundant finisher4af5a90
v4.2.2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ljharb, a new releaser for browserify-sign since your current version.
Updates browserslist
from 4.9.1 to 4.25.0
Release notes
Sourced from browserslist's releases.
4.25.0
- Added
cover 95% in browserslist-config-mycompany stats
query support.4.24.5
- Fixed support ESM shared config.
- Fixed docs (by Alexander Pushkov & マルコメ).
4.24.4
- Improved performance by using caching better (by
@thoughtspile
).4.24.3
- Updated Firefox ESR (by
@fpapado
).4.24.2
- Clarify outdated
caniuse-lite
warning text.4.24.1
- Added months since last
caniuse-lite
update to the warning (by@mezhnin
).4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forios
(by@syi0808
).4.23.2
- Updated Firefox ESR.
4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by
@steverep
).4.23.0
- Added
BROWSERSLIST_ROOT_PATH
(by@teleclimber
).
Changelog
Sourced from browserslist's changelog.
4.25.0
- Added
cover 95% in browserslist-config-mycompany stats
query support.4.24.5
- Fixed support ESM shared config.
- Fixed docs (by Alexander Pushkov & マルコメ).
4.24.4
- Improved performance by using caching better (by
@thoughtspile
).4.24.3
- Updated Firefox ESR (by
@fpapado
).4.24.2
- Clarify outdated
caniuse-lite
warning text.4.24.1
- Added months since last
caniuse-lite
update to the warning (by@mezhnin
).4.24.0
- Added
browserslist.findConfigFile()
helper (by@JLHwung
).4.23.3
- Fixed
>=
query forios
(by@syi0808
).4.23.2
- Updated Firefox ESR.
4.23.1
- Fixed feature query with mobile to desktop when caniuse lags (by
@steverep
).4.23.0
- Added
BROWSERSLIST_ROOT_PATH
(by@teleclimber
).4.22.3
- Fixed white spaces support in
supports
query (@g-plane
).- Fixed shared config like
@company/package/browserslist-config
(@boucodes
).4.22.2
- Fixed idempotency in time queries with
mobileToDesktop
(by Aliaksei Sapach).4.22.1
- Updated Firefox ESR (by
@lerkor
).4.22
- Added
fully supports
query (by Ben Scott).- Added
partially supports
alias forsupports
query (by Ben Scott).4.21.11
- Added warning to
--update-db
to move to new CLI (by Ivan Vasilev).
... (truncated)
Commits
41a3b3c
Release 4.25.0 version37daed3
Add custom stats support for cover query5aca1ec
Update dependencies7b0ff67
Release 4.24.5 versiondcc4045
Fix CI88cc06b
Fix tests3b45479
Add ESM config test4c3aeee
Fix tests4ab61c9
Add ESM shared config supportc3d90a6
Update dependencies- Additional commits viewable in compare view
Updates color-string
from 1.5.3 to 1.9.1
Release notes
Sourced from color-string's releases.
1.9.0
Minor Release 1.9.0
- Add parsing of exponential alpha values for HWB and HSL (#66)
Thanks to
@babycannotsay
for their contribution!1.8.2
Patch release 1.8.2
- Fix incorrect handling of optional comma in rgb() regex (#65)
Thanks to
@gerdasi
and@mastertheblaster
for reporting and confirming the bug!1.8.1
Patch release 1.8.1
- Fix rgb alpha percentage parsing from int to float (#61)
Thanks to
@clytras
for their contribution!1.8.0
Minor release 1.8.0
- Add anchors to keyword regex (#64)
Thanks to
@cq360767996
for their contribution!1.7.4
Patch Release 1.7.4
- Fix bug in
.to.hex()
output if the inputs aren't rounded numbers (#25)1.7.3
Patch Release 1.7.3
- Fix hue modulo operation (#50)
Thanks to
@adroitwhiz
for their contributions.1.7.2
Patch Release 1.7.2
- Fix issue where color-string with incorrectly return a color for properties on Object's prototype like "constructor". (#45)
Thanks to
@tolmasky
for their contributions.1.7.1
Patch release 1.7.1
... (truncated)
Commits
- See full diff in compare view
Updates cross-spawn
from 6.0.5 to 6.0.6
Commits
Updates decode-uri-component
from 0.2.0 to 0.2.2
Release notes
Sourced from decode-uri-component's releases.
v0.2.2
- Prevent overwriting previously decoded tokens 980e0bf
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2
v0.2.1
- Switch to GitHub workflows 76abc93
- Fix issue where decode throws - fixes #6 746ca5d
- Update license (#1) 486d7e2
- Tidelift tasks a650457
- Meta tweaks 66e1c28
https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1
Commits
Updates dns-packet
from 1.3.1 to 1.3.4
Commits
Updates elliptic
from 6.5.2 to 6.6.1
Commits
Updates eventsource
from 1.0.7 to 1.1.2
Changelog
Sourced from eventsource's changelog.
1.1.2 (2022-06-08)
Features
- Inline origin resolution, drops
original
dependency (#281 Espen Hovlandsdal)1.1.1 (2022-05-11)
Bug Fixes
- Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal)
1.1.0 (2021-03-18)
Features
- Improve performance for large messages across many chunks (#130 Trent Willis)
- Add
createConnection
option for http or https requests (#120 Vasily Lavrov)- Support HTTP 302 redirects (#116 Ryan Bonte)
Bug Fixes
Commits
0a8b85b
1.1.2f99ae66
docs: update history for 1.1.206c9721
chore: rebuild polyfill9494642
fix: inline origin resolution, droporiginal
dependency (#281)aa7a408
1.1.156d489e
chore: rebuild polyfill4a951e5
docs: update history for 1.1.1f9f6416
fix: strip sensitive headers on redirect to different origin9dd0687
1.1.049497ba
Update history for 1.1.0 (#146)- Additional commits viewable in compare view
Updates express
from 4.17.1 to 4.21.2
Release notes
Sourced from express's releases.
4.21.2
What's Changed
- Add funding field (v4) by
@bjohansebas
in expressjs/express#6065- deps: path-to-regexp@0.1.11 by
@blakeembrey
in expressjs/express#5956- deps: bump path-to-regexp@0.1.12 by
@jonchurch
in expressjs/express#6209- Release: 4.21.2 by
@UlisesGascon
in expressjs/express#6094Full Changelog: https://github.com/expressjs/express/compare/4.21.1...4.21.2
4.21.1
What's Changed
- Backport a fix for CVE-2024-47764 to the 4.x branch by
@joshbuker
in expressjs/express#6029- Release: 4.21.1 by
@UlisesGascon
in expressjs/express#6031Full Changelog: https://github.com/expressjs/express/compare/4.21.0...4.21.1
4.21.0
What's Changed
- Deprecate
"back"
magic string in redirects by@blakeembrey
in expressjs/express#5935- finalhandler@1.3.1 by
@wesleytodd
in expressjs/express#5954- fix(deps): serve-static@1.16.2 by
@wesleytodd
in expressjs/express#5951- Upgraded dependency qs to 6.13.0 to match qs in body-parser by
@agadzinski93
in expressjs/express#5946New Contributors
@agadzinski93
made their first contribution in expressjs/express#5946Full Changelog: https://github.com/expressjs/express/compare/4.20.0...4.21.0
4.20.0
What's Changed
Important
- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link renderization in html while using
res.redirect
Other Changes
- 4.19.2 Staging by
@wesleytodd
in expressjs/express#5561- remove duplicate location test for data uri by
@wesleytodd
in expressjs/express#5562- feat: document beta releases expectations by
@marco-ippolito
in expressjs/express#5565- Cut down on duplicated CI runs by
@jonchurch
in expressjs/express#5564- Add a Threat Model by
@UlisesGascon
in expressjs/express#5526- Assign captain of encodeurl by
@blakeembrey
in expressjs/express#5579- Nominate jonchurch as repo captain for
http-errors
,expressjs.com
,morgan
,cors
,body-parser
by@jonchurch
in expressjs/express#5587- docs: update Security.md by
@inigomarquinez
in expressjs/express#5590- docs: update triage nomination policy by
@UlisesGascon
in expressjs/express#5600- Add CodeQL (SAST) by
@UlisesGascon
in expressjs/express#5433- docs: add UlisesGascon as triage initiative captain by
@UlisesGascon
in expressjs/express#5605
... (truncated)
Changelog
Sourced from express's changelog.
4.21.2 / 2024-11-06
- deps: path-to-regexp@0.1.12
- Fix backtracking protection
- deps: path-to-regexp@0.1.11
- Throws an error on invalid path values
4.21.1 / 2024-10-08
- Backported a fix for CVE-2024-47764
4.21.0 / 2024-09-11
- Deprecate
res.location("back")
andres.redirect("back")
magic string- deps: serve-static@1.16.2
- includes send@0.19.0
- deps: finalhandler@1.3.1
- deps: qs@6.13.0
4.20.0 / 2024-09-10
- deps: serve-static@0.16.0
- Remove link renderization in html while redirecting
- deps: send@0.19.0
- Remove link renderization in html while redirecting
- deps: body-parser@0.6.0
- add
depth
option to customize the depth level in the parser- IMPORTANT: The default
depth
level for parsing URL-encoded data is now32
(previously wasInfinity
)- Remove link renderization in html while using
res.redirect
- deps: path-to-regexp@0.1.10
- Adds support for named matching groups in the routes using a regex
- Adds backtracking protection to parameters without regexes defined
- deps: encodeurl@~2.0.0
- Removes encoding of
\
,|
, and^
to align better with URL spec- Deprecate passing
options.maxAge
andoptions.expires
tores.clearCookie
- Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie
4.19.2 / 2024-03-25
- Improved fix for open redirect allow list bypass
4.19.1 / 2024-03-20
- Allow passing non-strings to res.location with new encoding handling checks
... (truncated)
Commits
1faf228
4.21.22e0fb64
deps: bump path-to-regexp@0.1.12 (#6209)59fc270
deps: path-to-regexp@0.1.11 (#5956)51fc39c
docs: add funding (#6065)8e229f9
4.21.1a024c8a
fix(deps): cookie@0.7.17e562c6
4.21.01bcde96
fix(deps): qs@6.13.0 (#5946)7d36477
fix(deps): serve-static@1.16.2 (#5951)40d2d8f
fix(deps): finalhandler@1.3.1- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jonchurch, a new releaser for express since your current version.
Updates follow-redirects
from 1.10.0 to 1.15.9
Commits
e4e55c7
Release version 1.15.9 of the npm package.31a1abf
Attempt much more gentle detection.d2aaa97
Fix url field.62558f0
Release version 1.15.8 of the npm package.a8d1cee
Return subtlety.458ca8e
Fix native URL test for Node 20.ca49e44
Handle KeepAlive connections in tests.f3711d7
Test on Node 20 and 22.fda0faf
Fix typo.760757f
Release version 1.15.7 of the npm package.- Additional commits viewable in compare view
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Security Advisories
cookie accepts cookie name, path, and domain with out of bounds characters
Prototype Pollution in Ajv
Technical Details
ID: | 65434 |
UUID: | 3124071206 |
Node ID: | PR_kwDODtQokc6ZWpkH |
Host: | GitHub |
Repository: | andrewmkrug/sauce-labs-technical-docs |