Skip to content

Commit

Permalink
Merge pull request #640 from hmcts/path-to-regexp-fix
Browse files Browse the repository at this point in the history
Path-to-regexp-fix
  • Loading branch information
priyankaVerma21 authored Dec 10, 2024
2 parents c41fa40 + b4befad commit fffa79b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 37 deletions.
34 changes: 17 additions & 17 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"express": "^4.21.0",
"express": "^4.21.2",
"express-nunjucks": "^3.1.2",
"express-session": "^1.18.0",
"express-session": "^1.18.1",
"glob": "^11.0.0",
"govuk-frontend": "^5.3.1",
"helmet": "^8.0.0",
Expand Down Expand Up @@ -159,7 +159,6 @@
"resolutions": {
"axios": "^1.7.4",
"detox": "^20.22.2",
"express": "^4.21.0",
"micromatch": "4.0.8",
"cookie": "0.7.2",
"import-in-the-middle": "1.11.2",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7875,9 +7875,9 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-jest: "npm:^28.3.0"
express: "npm:^4.21.0"
express: "npm:^4.21.2"
express-nunjucks: "npm:^3.1.2"
express-session: "npm:^1.18.0"
express-session: "npm:^1.18.1"
glob: "npm:^11.0.0"
govuk-frontend: "npm:^5.3.1"
helmet: "npm:^8.0.0"
Expand Down Expand Up @@ -9497,32 +9497,32 @@ __metadata:
languageName: node
linkType: hard

"express-session@npm:^1.18.0":
version: 1.18.0
resolution: "express-session@npm:1.18.0"
"express-session@npm:^1.18.1":
version: 1.18.1
resolution: "express-session@npm:1.18.1"
dependencies:
cookie: "npm:0.6.0"
cookie: "npm:0.7.2"
cookie-signature: "npm:1.0.7"
debug: "npm:2.6.9"
depd: "npm:~2.0.0"
on-headers: "npm:~1.0.2"
parseurl: "npm:~1.3.3"
safe-buffer: "npm:5.2.1"
uid-safe: "npm:~2.1.5"
checksum: 10c0/5c3f1237f2789cf32f9cd668d3217c228916edfd3b5a686a894a80c7cca63f9ef66bb86a8457074b9b4cc4b2ee97e16781dd4e0cff7829b671ab0db5da0db638
checksum: 10c0/7999f128df1528430044c97bb1aac95093afaee86c5fa54b2890c4aad9898d79745301f8c90c2df057d6dfe7af7f8ee220340bf5eb53dca5eff37e52cc2fbec7
languageName: node
linkType: hard

"express@npm:^4.21.0":
version: 4.21.0
resolution: "express@npm:4.21.0"
"express@npm:^4.19.2, express@npm:^4.21.2":
version: 4.21.2
resolution: "express@npm:4.21.2"
dependencies:
accepts: "npm:~1.3.8"
array-flatten: "npm:1.1.1"
body-parser: "npm:1.20.3"
content-disposition: "npm:0.5.4"
content-type: "npm:~1.0.4"
cookie: "npm:0.6.0"
cookie: "npm:0.7.1"
cookie-signature: "npm:1.0.6"
debug: "npm:2.6.9"
depd: "npm:2.0.0"
Expand All @@ -9536,7 +9536,7 @@ __metadata:
methods: "npm:~1.1.2"
on-finished: "npm:2.4.1"
parseurl: "npm:~1.3.3"
path-to-regexp: "npm:0.1.10"
path-to-regexp: "npm:0.1.12"
proxy-addr: "npm:~2.0.7"
qs: "npm:6.13.0"
range-parser: "npm:~1.2.1"
Expand All @@ -9548,7 +9548,7 @@ __metadata:
type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2"
checksum: 10c0/4cf7ca328f3fdeb720f30ccb2ea7708bfa7d345f9cc460b64a82bf1b2c91e5b5852ba15a9a11b2a165d6089acf83457fc477dc904d59cd71ed34c7a91762c6cc
checksum: 10c0/38168fd0a32756600b56e6214afecf4fc79ec28eca7f7a91c2ab8d50df4f47562ca3f9dee412da7f5cea6b1a1544b33b40f9f8586dbacfbdada0fe90dbb10a1f
languageName: node
linkType: hard

Expand Down Expand Up @@ -15292,10 +15292,10 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:0.1.10":
version: 0.1.10
resolution: "path-to-regexp@npm:0.1.10"
checksum: 10c0/34196775b9113ca6df88e94c8d83ba82c0e1a2063dd33bfe2803a980da8d49b91db8104f49d5191b44ea780d46b8670ce2b7f4a5e349b0c48c6779b653f1afe4
"path-to-regexp@npm:0.1.12":
version: 0.1.12
resolution: "path-to-regexp@npm:0.1.12"
checksum: 10c0/1c6ff10ca169b773f3bba943bbc6a07182e332464704572962d277b900aeee81ac6aa5d060ff9e01149636c30b1f63af6e69dd7786ba6e0ddb39d4dee1f0645b
languageName: node
linkType: hard

Expand Down

0 comments on commit fffa79b

Please sign in to comment.