Skip to content

Commit b0e18ee

Browse files
chore(deps): bump the npm_and_yarn group with 7 updates (#604)
Bumps the npm_and_yarn group with 7 updates: | Package | From | To | | --- | --- | --- | | [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` | | [elliptic](https://github.com/indutny/elliptic) | `6.5.7` | `6.6.1` | | [express](https://github.com/expressjs/express) | `4.19.2` | `4.21.2` | | [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` | | [path-to-regexp](https://github.com/pillarjs/path-to-regexp) | `0.1.7` | `0.1.12` | | [send](https://github.com/pillarjs/send) | `0.18.0` | `0.19.0` | | [serve-static](https://github.com/expressjs/serve-static) | `1.15.0` | `1.16.2` | Updates `cross-spawn` from 7.0.3 to 7.0.6 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) Updates `elliptic` from 6.5.7 to 6.6.1 - [Commits](indutny/elliptic@v6.5.7...v6.6.1) Updates `express` from 4.19.2 to 4.21.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md) - [Commits](expressjs/express@4.19.2...4.21.2) Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) Updates `path-to-regexp` from 0.1.7 to 0.1.12 - [Release notes](https://github.com/pillarjs/path-to-regexp/releases) - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md) - [Commits](pillarjs/path-to-regexp@v0.1.7...v0.1.12) Updates `send` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/pillarjs/send/releases) - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md) - [Commits](pillarjs/send@0.18.0...0.19.0) Updates `serve-static` from 1.15.0 to 1.16.2 - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: elliptic dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: express dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: path-to-regexp dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: send dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: serve-static dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f318432 commit b0e18ee

File tree

1 file changed

+59
-61
lines changed

1 file changed

+59
-61
lines changed

yarn.lock

Lines changed: 59 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -4494,10 +4494,10 @@ bn.js@^5.0.0, bn.js@^5.2.1:
44944494
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
44954495
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
44964496

4497-
body-parser@1.20.2:
4498-
version "1.20.2"
4499-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
4500-
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
4497+
body-parser@1.20.3:
4498+
version "1.20.3"
4499+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
4500+
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
45014501
dependencies:
45024502
bytes "3.1.2"
45034503
content-type "~1.0.5"
@@ -4507,7 +4507,7 @@ body-parser@1.20.2:
45074507
http-errors "2.0.0"
45084508
iconv-lite "0.4.24"
45094509
on-finished "2.4.1"
4510-
qs "6.11.0"
4510+
qs "6.13.0"
45114511
raw-body "2.5.2"
45124512
type-is "~1.6.18"
45134513
unpipe "1.0.0"
@@ -5148,10 +5148,10 @@ cookie-signature@1.0.6:
51485148
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
51495149
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
51505150

5151-
cookie@0.6.0:
5152-
version "0.6.0"
5153-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
5154-
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
5151+
cookie@0.7.1:
5152+
version "0.7.1"
5153+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.1.tgz#2f73c42142d5d5cf71310a74fc4ae61670e5dbc9"
5154+
integrity sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==
51555155

51565156
core-js-compat@^3.37.1, core-js-compat@^3.38.0:
51575157
version "3.38.0"
@@ -5257,9 +5257,9 @@ cross-fetch@^3.0.4:
52575257
node-fetch "^2.6.12"
52585258

52595259
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
5260-
version "7.0.3"
5261-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
5262-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
5260+
version "7.0.6"
5261+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
5262+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
52635263
dependencies:
52645264
path-key "^3.1.0"
52655265
shebang-command "^2.0.0"
@@ -5755,9 +5755,9 @@ electron-to-chromium@^1.5.4:
57555755
integrity sha512-6FTNWIWMxMy/ZY6799nBlPtF1DFDQ6VQJ7yyDP27SJNt5lwtQ5ufqVvHylb3fdQefvRcgA3fKcFMJi9OLwBRNw==
57565756

57575757
elliptic@^6.5.3, elliptic@^6.5.5:
5758-
version "6.5.7"
5759-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.7.tgz#8ec4da2cb2939926a1b9a73619d768207e647c8b"
5760-
integrity sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==
5758+
version "6.6.1"
5759+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
5760+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
57615761
dependencies:
57625762
bn.js "^4.11.9"
57635763
brorand "^1.1.0"
@@ -5797,6 +5797,11 @@ encodeurl@~1.0.2:
57975797
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
57985798
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
57995799

5800+
encodeurl@~2.0.0:
5801+
version "2.0.0"
5802+
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-2.0.0.tgz#7b8ea898077d7e409d3ac45474ea38eaf0857a58"
5803+
integrity sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==
5804+
58005805
endent@^2.0.1:
58015806
version "2.1.0"
58025807
resolved "https://registry.yarnpkg.com/endent/-/endent-2.1.0.tgz#5aaba698fb569e5e18e69e1ff7a28ff35373cd88"
@@ -6401,36 +6406,36 @@ expect@^29.0.0, expect@^29.7.0:
64016406
jest-util "^29.7.0"
64026407

64036408
express@^4.19.2:
6404-
version "4.19.2"
6405-
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
6406-
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
6409+
version "4.21.2"
6410+
resolved "https://registry.yarnpkg.com/express/-/express-4.21.2.tgz#cf250e48362174ead6cea4a566abef0162c1ec32"
6411+
integrity sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==
64076412
dependencies:
64086413
accepts "~1.3.8"
64096414
array-flatten "1.1.1"
6410-
body-parser "1.20.2"
6415+
body-parser "1.20.3"
64116416
content-disposition "0.5.4"
64126417
content-type "~1.0.4"
6413-
cookie "0.6.0"
6418+
cookie "0.7.1"
64146419
cookie-signature "1.0.6"
64156420
debug "2.6.9"
64166421
depd "2.0.0"
6417-
encodeurl "~1.0.2"
6422+
encodeurl "~2.0.0"
64186423
escape-html "~1.0.3"
64196424
etag "~1.8.1"
6420-
finalhandler "1.2.0"
6425+
finalhandler "1.3.1"
64216426
fresh "0.5.2"
64226427
http-errors "2.0.0"
6423-
merge-descriptors "1.0.1"
6428+
merge-descriptors "1.0.3"
64246429
methods "~1.1.2"
64256430
on-finished "2.4.1"
64266431
parseurl "~1.3.3"
6427-
path-to-regexp "0.1.7"
6432+
path-to-regexp "0.1.12"
64286433
proxy-addr "~2.0.7"
6429-
qs "6.11.0"
6434+
qs "6.13.0"
64306435
range-parser "~1.2.1"
64316436
safe-buffer "5.2.1"
6432-
send "0.18.0"
6433-
serve-static "1.15.0"
6437+
send "0.19.0"
6438+
serve-static "1.16.2"
64346439
setprototypeof "1.2.0"
64356440
statuses "2.0.1"
64366441
type-is "~1.6.18"
@@ -6546,13 +6551,13 @@ filter-obj@^2.0.2:
65466551
resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-2.0.2.tgz#fff662368e505d69826abb113f0f6a98f56e9d5f"
65476552
integrity sha512-lO3ttPjHZRfjMcxWKb1j1eDhTFsu4meeR3lnMcnBFhk6RuLhvEiuALu2TlfL310ph4lCYYwgF/ElIjdP739tdg==
65486553

6549-
finalhandler@1.2.0:
6550-
version "1.2.0"
6551-
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32"
6552-
integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==
6554+
finalhandler@1.3.1:
6555+
version "1.3.1"
6556+
resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.3.1.tgz#0c575f1d1d324ddd1da35ad7ece3df7d19088019"
6557+
integrity sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==
65536558
dependencies:
65546559
debug "2.6.9"
6555-
encodeurl "~1.0.2"
6560+
encodeurl "~2.0.0"
65566561
escape-html "~1.0.3"
65576562
on-finished "2.4.1"
65586563
parseurl "~1.3.3"
@@ -9138,10 +9143,10 @@ meow@^12.0.1:
91389143
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
91399144
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
91409145

9141-
merge-descriptors@1.0.1:
9142-
version "1.0.1"
9143-
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
9144-
integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==
9146+
merge-descriptors@1.0.3:
9147+
version "1.0.3"
9148+
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.3.tgz#d80319a65f3c7935351e5cfdac8f9318504dbed5"
9149+
integrity sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==
91459150

91469151
merge-stream@^2.0.0:
91479152
version "2.0.0"
@@ -9617,9 +9622,9 @@ mute-stream@0.0.8:
96179622
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
96189623

96199624
nanoid@^3.3.6, nanoid@^3.3.7:
9620-
version "3.3.7"
9621-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
9622-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
9625+
version "3.3.8"
9626+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
9627+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
96239628

96249629
natural-compare@^1.4.0:
96259630
version "1.4.0"
@@ -10135,10 +10140,10 @@ path-scurry@^1.10.1:
1013510140
lru-cache "^10.2.0"
1013610141
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1013710142

10138-
path-to-regexp@0.1.7:
10139-
version "0.1.7"
10140-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
10141-
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
10143+
path-to-regexp@0.1.12:
10144+
version "0.1.12"
10145+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
10146+
integrity sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==
1014210147

1014310148
path-type@^4.0.0:
1014410149
version "4.0.0"
@@ -10516,14 +10521,7 @@ pure-rand@^6.0.0:
1051610521
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.1.0.tgz#d173cf23258231976ccbdb05247c9787957604f2"
1051710522
integrity sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==
1051810523

10519-
qs@6.11.0:
10520-
version "6.11.0"
10521-
resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a"
10522-
integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==
10523-
dependencies:
10524-
side-channel "^1.0.4"
10525-
10526-
qs@^6.12.3:
10524+
qs@6.13.0, qs@^6.12.3:
1052710525
version "6.13.0"
1052810526
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
1052910527
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
@@ -11209,10 +11207,10 @@ semver@^7.3.5, semver@^7.3.7, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semve
1120911207
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1121011208
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
1121111209

11212-
send@0.18.0:
11213-
version "0.18.0"
11214-
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
11215-
integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==
11210+
send@0.19.0:
11211+
version "0.19.0"
11212+
resolved "https://registry.yarnpkg.com/send/-/send-0.19.0.tgz#bbc5a388c8ea6c048967049dbeac0e4a3f09d7f8"
11213+
integrity sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==
1121611214
dependencies:
1121711215
debug "2.6.9"
1121811216
depd "2.0.0"
@@ -11235,15 +11233,15 @@ serialize-javascript@^6.0.1:
1123511233
dependencies:
1123611234
randombytes "^2.1.0"
1123711235

11238-
serve-static@1.15.0:
11239-
version "1.15.0"
11240-
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540"
11241-
integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==
11236+
serve-static@1.16.2:
11237+
version "1.16.2"
11238+
resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.16.2.tgz#b6a5343da47f6bdd2673848bf45754941e803296"
11239+
integrity sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==
1124211240
dependencies:
11243-
encodeurl "~1.0.2"
11241+
encodeurl "~2.0.0"
1124411242
escape-html "~1.0.3"
1124511243
parseurl "~1.3.3"
11246-
send "0.18.0"
11244+
send "0.19.0"
1124711245

1124811246
set-function-length@^1.2.1:
1124911247
version "1.2.2"

0 commit comments

Comments
 (0)