Skip to content

Commit ad045f9

Browse files
chore(lambda): bump express from 4.21.0 to 4.21.1 in /lambdas
Bumps [express](https://github.com/expressjs/express) from 4.21.0 to 4.21.1. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md) - [Commits](expressjs/express@4.21.0...4.21.1) --- updated-dependencies: - dependency-name: express dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7983143 commit ad045f9

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

lambdas/functions/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"body-parser": "^1.20.3",
2929
"eslint": "^8.57.0",
3030
"eslint-plugin-prettier": "5.2.1",
31-
"express": "^4.20.0",
31+
"express": "^4.21.1",
3232
"jest": "^29.7.0",
3333
"jest-mock": "^29.7.0",
3434
"nock": "^13.5.4",

lambdas/libs/aws-powertools-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-prettier": "5.2.1",
28-
"express": "^4.20.0",
28+
"express": "^4.21.1",
2929
"jest": "^29.7.0",
3030
"jest-mock": "^29.7.0",
3131
"nock": "^13.5.4",

lambdas/libs/aws-ssm-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"body-parser": "^1.20.3",
2626
"eslint": "^8.57.0",
2727
"eslint-plugin-prettier": "5.2.1",
28-
"express": "^4.20.0",
28+
"express": "^4.21.1",
2929
"jest": "^29.7.0",
3030
"jest-mock": "^29.7.0",
3131
"nock": "^13.5.4",

lambdas/yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ __metadata:
149149
body-parser: "npm:^1.20.3"
150150
eslint: "npm:^8.57.0"
151151
eslint-plugin-prettier: "npm:5.2.1"
152-
express: "npm:^4.20.0"
152+
express: "npm:^4.21.1"
153153
jest: "npm:^29.7.0"
154154
jest-mock: "npm:^29.7.0"
155155
nock: "npm:^13.5.4"
@@ -178,7 +178,7 @@ __metadata:
178178
body-parser: "npm:^1.20.3"
179179
eslint: "npm:^8.57.0"
180180
eslint-plugin-prettier: "npm:5.2.1"
181-
express: "npm:^4.20.0"
181+
express: "npm:^4.21.1"
182182
jest: "npm:^29.7.0"
183183
jest-mock: "npm:^29.7.0"
184184
nock: "npm:^13.5.4"
@@ -317,7 +317,7 @@ __metadata:
317317
body-parser: "npm:^1.20.3"
318318
eslint: "npm:^8.57.0"
319319
eslint-plugin-prettier: "npm:5.2.1"
320-
express: "npm:^4.20.0"
320+
express: "npm:^4.21.1"
321321
jest: "npm:^29.7.0"
322322
jest-mock: "npm:^29.7.0"
323323
nock: "npm:^13.5.4"
@@ -7001,10 +7001,10 @@ __metadata:
70017001
languageName: node
70027002
linkType: hard
70037003

7004-
"cookie@npm:0.6.0":
7005-
version: 0.6.0
7006-
resolution: "cookie@npm:0.6.0"
7007-
checksum: 10c0/f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686
7004+
"cookie@npm:0.7.1":
7005+
version: 0.7.1
7006+
resolution: "cookie@npm:0.7.1"
7007+
checksum: 10c0/5de60c67a410e7c8dc8a46a4b72eb0fe925871d057c9a5d2c0e8145c4270a4f81076de83410c4d397179744b478e33cd80ccbcc457abf40a9409ad27dcd21dde
70087008
languageName: node
70097009
linkType: hard
70107010

@@ -7654,16 +7654,16 @@ __metadata:
76547654
languageName: node
76557655
linkType: hard
76567656

7657-
"express@npm:^4.20.0":
7658-
version: 4.21.0
7659-
resolution: "express@npm:4.21.0"
7657+
"express@npm:^4.21.1":
7658+
version: 4.21.1
7659+
resolution: "express@npm:4.21.1"
76607660
dependencies:
76617661
accepts: "npm:~1.3.8"
76627662
array-flatten: "npm:1.1.1"
76637663
body-parser: "npm:1.20.3"
76647664
content-disposition: "npm:0.5.4"
76657665
content-type: "npm:~1.0.4"
7666-
cookie: "npm:0.6.0"
7666+
cookie: "npm:0.7.1"
76677667
cookie-signature: "npm:1.0.6"
76687668
debug: "npm:2.6.9"
76697669
depd: "npm:2.0.0"
@@ -7689,7 +7689,7 @@ __metadata:
76897689
type-is: "npm:~1.6.18"
76907690
utils-merge: "npm:1.0.1"
76917691
vary: "npm:~1.1.2"
7692-
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
7692+
checksum: 10c0/0c287867e5f6129d3def1edd9b63103a53c40d4dc8628839d4b6827e35eb8f0de5a4656f9d85f4457eba584f9871ebb2ad26c750b36bd75d9bbb8bcebdc4892c
76937693
languageName: node
76947694
linkType: hard
76957695

0 commit comments

Comments
 (0)