Skip to content

Commit 004b6c0

Browse files
chore(deps): bump the npm_and_yarn group with 4 updates
Bumps the npm_and_yarn group with 4 updates: [express](https://github.com/expressjs/express), [path-to-regexp](https://github.com/pillarjs/path-to-regexp), [send](https://github.com/pillarjs/send) and [serve-static](https://github.com/expressjs/serve-static). Updates `express` from 4.19.2 to 4.21.0 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md) - [Commits](expressjs/express@4.19.2...4.21.0) Updates `path-to-regexp` from 0.1.7 to 0.1.10 - [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.10) 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: express 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>
1 parent 0cd1786 commit 004b6c0

File tree

1 file changed

+51
-44
lines changed

1 file changed

+51
-44
lines changed

yarn.lock

Lines changed: 51 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5848,9 +5848,9 @@ __metadata:
58485848
languageName: node
58495849
linkType: hard
58505850

5851-
"body-parser@npm:1.20.2":
5852-
version: 1.20.2
5853-
resolution: "body-parser@npm:1.20.2"
5851+
"body-parser@npm:1.20.3":
5852+
version: 1.20.3
5853+
resolution: "body-parser@npm:1.20.3"
58545854
dependencies:
58555855
bytes: 3.1.2
58565856
content-type: ~1.0.5
@@ -5860,11 +5860,11 @@ __metadata:
58605860
http-errors: 2.0.0
58615861
iconv-lite: 0.4.24
58625862
on-finished: 2.4.1
5863-
qs: 6.11.0
5863+
qs: 6.13.0
58645864
raw-body: 2.5.2
58655865
type-is: ~1.6.18
58665866
unpipe: 1.0.0
5867-
checksum: 14d37ec638ab5c93f6099ecaed7f28f890d222c650c69306872e00b9efa081ff6c596cd9afb9930656aae4d6c4e1c17537bea12bb73c87a217cb3cfea8896737
5867+
checksum: 1a35c59a6be8d852b00946330141c4f142c6af0f970faa87f10ad74f1ee7118078056706a05ae3093c54dabca9cd3770fa62a170a85801da1a4324f04381167d
58685868
languageName: node
58695869
linkType: hard
58705870

@@ -8555,6 +8555,13 @@ __metadata:
85558555
languageName: node
85568556
linkType: hard
85578557

8558+
"encodeurl@npm:~2.0.0":
8559+
version: 2.0.0
8560+
resolution: "encodeurl@npm:2.0.0"
8561+
checksum: abf5cd51b78082cf8af7be6785813c33b6df2068ce5191a40ca8b1afe6a86f9230af9a9ce694a5ce4665955e5c1120871826df9c128a642e09c58d592e2807fe
8562+
languageName: node
8563+
linkType: hard
8564+
85588565
"encoding@npm:^0.1.11, encoding@npm:^0.1.13":
85598566
version: 0.1.13
85608567
resolution: "encoding@npm:0.1.13"
@@ -9178,41 +9185,41 @@ __metadata:
91789185
linkType: hard
91799186

91809187
"express@npm:^4.17.3":
9181-
version: 4.19.2
9182-
resolution: "express@npm:4.19.2"
9188+
version: 4.21.0
9189+
resolution: "express@npm:4.21.0"
91839190
dependencies:
91849191
accepts: ~1.3.8
91859192
array-flatten: 1.1.1
9186-
body-parser: 1.20.2
9193+
body-parser: 1.20.3
91879194
content-disposition: 0.5.4
91889195
content-type: ~1.0.4
91899196
cookie: 0.6.0
91909197
cookie-signature: 1.0.6
91919198
debug: 2.6.9
91929199
depd: 2.0.0
9193-
encodeurl: ~1.0.2
9200+
encodeurl: ~2.0.0
91949201
escape-html: ~1.0.3
91959202
etag: ~1.8.1
9196-
finalhandler: 1.2.0
9203+
finalhandler: 1.3.1
91979204
fresh: 0.5.2
91989205
http-errors: 2.0.0
9199-
merge-descriptors: 1.0.1
9206+
merge-descriptors: 1.0.3
92009207
methods: ~1.1.2
92019208
on-finished: 2.4.1
92029209
parseurl: ~1.3.3
9203-
path-to-regexp: 0.1.7
9210+
path-to-regexp: 0.1.10
92049211
proxy-addr: ~2.0.7
9205-
qs: 6.11.0
9212+
qs: 6.13.0
92069213
range-parser: ~1.2.1
92079214
safe-buffer: 5.2.1
9208-
send: 0.18.0
9209-
serve-static: 1.15.0
9215+
send: 0.19.0
9216+
serve-static: 1.16.2
92109217
setprototypeof: 1.2.0
92119218
statuses: 2.0.1
92129219
type-is: ~1.6.18
92139220
utils-merge: 1.0.1
92149221
vary: ~1.1.2
9215-
checksum: 212dbd6c2c222a96a61bc927639c95970a53b06257080bb9e2838adb3bffdb966856551fdad1ab5dd654a217c35db94f987d0aa88d48fb04d306340f5f34dca5
9222+
checksum: 1c5212993f665809c249bf00ab550b989d1365a5b9171cdfaa26d93ee2ef10cd8add520861ec8d5da74b3194d8374e1d9d53e85ef69b89fd9c4196b87045a5d4
92169223
languageName: node
92179224
linkType: hard
92189225

@@ -9443,18 +9450,18 @@ __metadata:
94439450
languageName: node
94449451
linkType: hard
94459452

9446-
"finalhandler@npm:1.2.0":
9447-
version: 1.2.0
9448-
resolution: "finalhandler@npm:1.2.0"
9453+
"finalhandler@npm:1.3.1":
9454+
version: 1.3.1
9455+
resolution: "finalhandler@npm:1.3.1"
94499456
dependencies:
94509457
debug: 2.6.9
9451-
encodeurl: ~1.0.2
9458+
encodeurl: ~2.0.0
94529459
escape-html: ~1.0.3
94539460
on-finished: 2.4.1
94549461
parseurl: ~1.3.3
94559462
statuses: 2.0.1
94569463
unpipe: ~1.0.0
9457-
checksum: 92effbfd32e22a7dff2994acedbd9bcc3aa646a3e919ea6a53238090e87097f8ef07cced90aa2cc421abdf993aefbdd5b00104d55c7c5479a8d00ed105b45716
9464+
checksum: a8c58cd97c9cd47679a870f6833a7b417043f5a288cd6af6d0f49b476c874a506100303a128b6d3b654c3d74fa4ff2ffed68a48a27e8630cda5c918f2977dcf4
94589465
languageName: node
94599466
linkType: hard
94609467

@@ -13374,10 +13381,10 @@ __metadata:
1337413381
languageName: node
1337513382
linkType: hard
1337613383

13377-
"merge-descriptors@npm:1.0.1":
13378-
version: 1.0.1
13379-
resolution: "merge-descriptors@npm:1.0.1"
13380-
checksum: 5abc259d2ae25bb06d19ce2b94a21632583c74e2a9109ee1ba7fd147aa7362b380d971e0251069f8b3eb7d48c21ac839e21fa177b335e82c76ec172e30c31a26
13384+
"merge-descriptors@npm:1.0.3":
13385+
version: 1.0.3
13386+
resolution: "merge-descriptors@npm:1.0.3"
13387+
checksum: 52117adbe0313d5defa771c9993fe081e2d2df9b840597e966aadafde04ae8d0e3da46bac7ca4efc37d4d2b839436582659cd49c6a43eacb3fe3050896a105d1
1338113388
languageName: node
1338213389
linkType: hard
1338313390

@@ -15659,10 +15666,10 @@ __metadata:
1565915666
languageName: node
1566015667
linkType: hard
1566115668

15662-
"path-to-regexp@npm:0.1.7":
15663-
version: 0.1.7
15664-
resolution: "path-to-regexp@npm:0.1.7"
15665-
checksum: 69a14ea24db543e8b0f4353305c5eac6907917031340e5a8b37df688e52accd09e3cebfe1660b70d76b6bd89152f52183f28c74813dbf454ba1a01c82a38abce
15669+
"path-to-regexp@npm:0.1.10":
15670+
version: 0.1.10
15671+
resolution: "path-to-regexp@npm:0.1.10"
15672+
checksum: ab7a3b7a0b914476d44030340b0a65d69851af2a0f33427df1476100ccb87d409c39e2182837a96b98fb38c4ef2ba6b87bdad62bb70a2c153876b8061760583c
1566615673
languageName: node
1566715674
linkType: hard
1566815675

@@ -16559,12 +16566,12 @@ __metadata:
1655916566
languageName: node
1656016567
linkType: hard
1656116568

16562-
"qs@npm:6.11.0":
16563-
version: 6.11.0
16564-
resolution: "qs@npm:6.11.0"
16569+
"qs@npm:6.13.0":
16570+
version: 6.13.0
16571+
resolution: "qs@npm:6.13.0"
1656516572
dependencies:
16566-
side-channel: ^1.0.4
16567-
checksum: 6e1f29dd5385f7488ec74ac7b6c92f4d09a90408882d0c208414a34dd33badc1a621019d4c799a3df15ab9b1d0292f97c1dd71dc7c045e69f81a8064e5af7297
16573+
side-channel: ^1.0.6
16574+
checksum: e9404dc0fc2849245107108ce9ec2766cde3be1b271de0bf1021d049dc5b98d1a2901e67b431ac5509f865420a7ed80b7acb3980099fe1c118a1c5d2e1432ad8
1656816575
languageName: node
1656916576
linkType: hard
1657016577

@@ -18046,9 +18053,9 @@ __metadata:
1804618053
languageName: node
1804718054
linkType: hard
1804818055

18049-
"send@npm:0.18.0":
18050-
version: 0.18.0
18051-
resolution: "send@npm:0.18.0"
18056+
"send@npm:0.19.0":
18057+
version: 0.19.0
18058+
resolution: "send@npm:0.19.0"
1805218059
dependencies:
1805318060
debug: 2.6.9
1805418061
depd: 2.0.0
@@ -18063,7 +18070,7 @@ __metadata:
1806318070
on-finished: 2.4.1
1806418071
range-parser: ~1.2.1
1806518072
statuses: 2.0.1
18066-
checksum: 74fc07ebb58566b87b078ec63e5a3e41ecd987e4272ba67b7467e86c6ad51bc6b0b0154133b6d8b08a2ddda360464f71382f7ef864700f34844a76c8027817a8
18073+
checksum: 5ae11bd900c1c2575525e2aa622e856804e2f96a09281ec1e39610d089f53aa69e13fd8db84b52f001d0318cf4bb0b3b904ad532fc4c0014eb90d32db0cff55f
1806718074
languageName: node
1806818075
linkType: hard
1806918076

@@ -18107,15 +18114,15 @@ __metadata:
1810718114
languageName: node
1810818115
linkType: hard
1810918116

18110-
"serve-static@npm:1.15.0":
18111-
version: 1.15.0
18112-
resolution: "serve-static@npm:1.15.0"
18117+
"serve-static@npm:1.16.2":
18118+
version: 1.16.2
18119+
resolution: "serve-static@npm:1.16.2"
1811318120
dependencies:
18114-
encodeurl: ~1.0.2
18121+
encodeurl: ~2.0.0
1811518122
escape-html: ~1.0.3
1811618123
parseurl: ~1.3.3
18117-
send: 0.18.0
18118-
checksum: af57fc13be40d90a12562e98c0b7855cf6e8bd4c107fe9a45c212bf023058d54a1871b1c89511c3958f70626fff47faeb795f5d83f8cf88514dbaeb2b724464d
18124+
send: 0.19.0
18125+
checksum: dffc52feb4cc5c68e66d0c7f3c1824d4e989f71050aefc9bd5f822a42c54c9b814f595fc5f2b717f4c7cc05396145f3e90422af31186a93f76cf15f707019759
1811918126
languageName: node
1812018127
linkType: hard
1812118128

0 commit comments

Comments
 (0)