Skip to content

Commit 2c26cc3

Browse files
chore(deps): bump express from 5.1.0 to 5.2.1 in /example
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@v5.1.0...v5.2.1) --- updated-dependencies: - dependency-name: express dependency-version: 5.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d075a56 commit 2c26cc3

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

example/yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ bn.js@^5.2.1:
12011201
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-5.2.1.tgz#0bc527a6a0d18d0aa8d5b0538ce4a77dccfa7b70"
12021202
integrity sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==
12031203

1204-
body-parser@^2.2.0:
1204+
body-parser@^2.2.1:
12051205
version "2.2.1"
12061206
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-2.2.1.tgz#6df606b0eb0a6e3f783dde91dde182c24c82438c"
12071207
integrity sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==
@@ -1984,17 +1984,18 @@ express-rate-limit@^7.5.0:
19841984
integrity sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==
19851985

19861986
express@^5.0.1:
1987-
version "5.1.0"
1988-
resolved "https://registry.yarnpkg.com/express/-/express-5.1.0.tgz#d31beaf715a0016f0d53f47d3b4d7acf28c75cc9"
1989-
integrity sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==
1987+
version "5.2.1"
1988+
resolved "https://registry.yarnpkg.com/express/-/express-5.2.1.tgz#8f21d15b6d327f92b4794ecf8cb08a72f956ac04"
1989+
integrity sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==
19901990
dependencies:
19911991
accepts "^2.0.0"
1992-
body-parser "^2.2.0"
1992+
body-parser "^2.2.1"
19931993
content-disposition "^1.0.0"
19941994
content-type "^1.0.5"
19951995
cookie "^0.7.1"
19961996
cookie-signature "^1.2.1"
19971997
debug "^4.4.0"
1998+
depd "^2.0.0"
19981999
encodeurl "^2.0.0"
19992000
escape-html "^1.0.3"
20002001
etag "^1.8.1"

0 commit comments

Comments
 (0)