Skip to content

Commit cd50ebb

Browse files
Bump body-parser in /SpotifyAPI.Web.Examples/Example.TokenSwap/Server (#1001)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.2 to 1.20.3. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](expressjs/body-parser@1.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2d2e45 commit cd50ebb

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

SpotifyAPI.Web.Examples/Example.TokenSwap/Server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"axios": "^1.7.4",
11-
"body-parser": "^1.19.0",
11+
"body-parser": "^1.20.3",
1212
"express": "^4.19.2"
1313
}
1414
}

SpotifyAPI.Web.Examples/Example.TokenSwap/Server/yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ axios@^1.7.4:
2929
form-data "^4.0.0"
3030
proxy-from-env "^1.1.0"
3131

32-
[email protected], body-parser@^1.19.0:
32+
3333
version "1.20.2"
3434
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
3535
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
@@ -47,6 +47,24 @@ [email protected], body-parser@^1.19.0:
4747
type-is "~1.6.18"
4848
unpipe "1.0.0"
4949

50+
body-parser@^1.20.3:
51+
version "1.20.3"
52+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.3.tgz#1953431221c6fb5cd63c4b36d53fab0928e548c6"
53+
integrity sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==
54+
dependencies:
55+
bytes "3.1.2"
56+
content-type "~1.0.5"
57+
debug "2.6.9"
58+
depd "2.0.0"
59+
destroy "1.2.0"
60+
http-errors "2.0.0"
61+
iconv-lite "0.4.24"
62+
on-finished "2.4.1"
63+
qs "6.13.0"
64+
raw-body "2.5.2"
65+
type-is "~1.6.18"
66+
unpipe "1.0.0"
67+
5068
5169
version "3.1.2"
5270
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
@@ -405,6 +423,13 @@ [email protected]:
405423
dependencies:
406424
side-channel "^1.0.4"
407425

426+
427+
version "6.13.0"
428+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906"
429+
integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==
430+
dependencies:
431+
side-channel "^1.0.6"
432+
408433
range-parser@~1.2.1:
409434
version "1.2.1"
410435
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
@@ -476,7 +501,7 @@ [email protected]:
476501
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
477502
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
478503

479-
side-channel@^1.0.4:
504+
side-channel@^1.0.4, side-channel@^1.0.6:
480505
version "1.0.6"
481506
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
482507
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==

0 commit comments

Comments
 (0)