Skip to content

Commit

Permalink
Merge pull request #1716 from alphagov/upgrade-express
Browse files Browse the repository at this point in the history
Upgrade Express to fix security issue
  • Loading branch information
yndajas authored Oct 9, 2024
2 parents 313cc4f + 4d13722 commit 60ae091
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.17.0
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"private": true,
"author": "Government Digital Service",
"license": "MIT",
"devDependencies": {
"jasmine-browser-runner": "^2.5.0",
"jasmine-core": "^5.3.0"
},
"packageManager": "[email protected]",
"scripts": {
"jasmine:prepare": "RAILS_ENV=test bundle exec rails assets:clobber assets:precompile",
"jasmine:ci": "yarn run jasmine:prepare && yarn run jasmine-browser-runner runSpecs",
"jasmine:browser": "yarn run jasmine:prepare && yarn run jasmine-browser-runner"
},
"packageManager": "[email protected]"
"devDependencies": {
"jasmine-browser-runner": "^2.5.0",
"jasmine-core": "^5.3.0"
},
"resolutions": {
"express": "4.21.1"
}
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -351,16 +351,16 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.19.2":
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 @@ -386,7 +386,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

0 comments on commit 60ae091

Please sign in to comment.