Skip to content

Commit

Permalink
NFDIV-4358: Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FaisalMoJ committed Oct 10, 2024
1 parent 6e0a04b commit 335d30d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"csurf": "1.11.0",
"dayjs": "1.11.13",
"email-validator": "2.0.4",
"express": "4.21.0",
"express": "4.21.1",
"express-http-proxy": "2.1.1",
"express-nunjucks": "3.1.2",
"express-session": "1.18.1",
Expand Down Expand Up @@ -152,8 +152,7 @@
},
"resolutions": {
"http-cache-semantics": "4.1.1",
"axios": "1.7.7",
"cookie": "0.7.2"
"axios": "1.7.7"
},
"packageManager": "yarn@3.8.5"
}
26 changes: 20 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6859,6 +6859,20 @@ __metadata:
languageName: node
linkType: hard

"cookie@npm:0.4.0":
version: 0.4.0
resolution: "cookie@npm:0.4.0"
checksum: 760384ba0aef329c52523747e36a452b5e51bc49b34160363a6934e7b7df3f93fcc88b35e33450361535d40a92a96412da870e1816aba9aa6cc556a9fedd8492
languageName: node
linkType: hard

"cookie@npm:0.7.1":
version: 0.7.1
resolution: "cookie@npm:0.7.1"
checksum: cec5e425549b3650eb5c3498a9ba3cde0b9cd419e3b36e4b92739d30b4d89e0b678b98c1ddc209ce7cf958cd3215671fd6ac47aec21f10c2a0cc68abd399d8a7
languageName: node
linkType: hard

"cookie@npm:0.7.2":
version: 0.7.2
resolution: "cookie@npm:0.7.2"
Expand Down Expand Up @@ -8757,16 +8771,16 @@ __metadata:
languageName: node
linkType: hard

"express@npm:4.21.0":
version: 4.21.0
resolution: "express@npm:4.21.0"
"express@npm:4.21.1":
version: 4.21.1
resolution: "express@npm:4.21.1"
dependencies:
accepts: ~1.3.8
array-flatten: 1.1.1
body-parser: 1.20.3
content-disposition: 0.5.4
content-type: ~1.0.4
cookie: 0.6.0
cookie: 0.7.1
cookie-signature: 1.0.6
debug: 2.6.9
depd: 2.0.0
Expand All @@ -8792,7 +8806,7 @@ __metadata:
type-is: ~1.6.18
utils-merge: 1.0.1
vary: ~1.1.2
checksum: 1c5212993f665809c249bf00ab550b989d1365a5b9171cdfaa26d93ee2ef10cd8add520861ec8d5da74b3194d8374e1d9d53e85ef69b89fd9c4196b87045a5d4
checksum: 5ac2b26d8aeddda5564fc0907227d29c100f90c0ead2ead9d474dc5108e8fb306c2de2083c4e3ba326e0906466f2b73417dbac16961f4075ff9f03785fd940fe
languageName: node
linkType: hard

Expand Down Expand Up @@ -13719,7 +13733,7 @@ __metadata:
eslint-plugin-import: 2.29.1
eslint-plugin-jest: 28.8.3
eslint-plugin-prettier: 5.2.1
express: 4.21.0
express: 4.21.1
express-http-proxy: 2.1.1
express-nunjucks: 3.1.2
express-session: 1.18.1
Expand Down

0 comments on commit 335d30d

Please sign in to comment.