Skip to content

Commit

Permalink
fix: upgrade make-fetch-happen (#8970)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarconr authored Dec 12, 2024
1 parent c0925ea commit 55b63db
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,14 @@
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.3.1",
"errorhandler": "^1.5.1",
"express": "^4.21.0",
"express": "^4.21.2",
"express-rate-limit": "^7.3.1",
"express-session": "^1.17.3",
"fast-json-patch": "^3.1.0",
"hash-sum": "^2.0.0",
"helmet": "^6.0.0",
"http-errors": "^2.0.0",
"ip-address": "^10.0.0",
"ip-address": "^10.0.1",
"joi": "^17.13.3",
"js-sha256": "^0.11.0",
"js-yaml": "^4.1.0",
Expand All @@ -146,7 +146,7 @@
"lodash.groupby": "^4.6.0",
"lodash.sortby": "^4.7.0",
"log4js": "^6.0.0",
"make-fetch-happen": "^13.0.0",
"make-fetch-happen": "^13.0.1",
"memoizee": "^0.4.17",
"mime": "^4.0.4",
"murmurhash3js": "^3.0.1",
Expand Down
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"typescript": "5.6.3"
},
"resolutions": {
"http-proxy-middleware": "3.0.3"
"http-proxy-middleware": "3.0.3",
"express/path-to-regexp": "0.1.12"
},
"packageManager": "yarn@4.5.3"
}
8 changes: 4 additions & 4 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11036,10 +11036,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
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4117,9 +4117,9 @@ __metadata:
languageName: node
linkType: hard

"express@npm:^4.21.0":
version: 4.21.1
resolution: "express@npm:4.21.1"
"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"
Expand All @@ -4140,7 +4140,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 @@ -4152,7 +4152,7 @@ __metadata:
type-is: "npm:~1.6.18"
utils-merge: "npm:1.0.1"
vary: "npm:~1.1.2"
checksum: 10c0/0c287867e5f6129d3def1edd9b63103a53c40d4dc8628839d4b6827e35eb8f0de5a4656f9d85f4457eba584f9871ebb2ad26c750b36bd75d9bbb8bcebdc4892c
checksum: 10c0/38168fd0a32756600b56e6214afecf4fc79ec28eca7f7a91c2ab8d50df4f47562ca3f9dee412da7f5cea6b1a1544b33b40f9f8586dbacfbdada0fe90dbb10a1f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5015,7 +5015,7 @@ __metadata:
languageName: node
linkType: hard

"ip-address@npm:^10.0.0":
"ip-address@npm:^10.0.1":
version: 10.0.1
resolution: "ip-address@npm:10.0.1"
checksum: 10c0/1634d79dae18394004775cb6d699dc46b7c23df6d2083164025a2b15240c1164fccde53d0e08bd5ee4fc53913d033ab6b5e395a809ad4b956a940c446e948843
Expand Down Expand Up @@ -7307,10 +7307,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 Expand Up @@ -9300,7 +9300,7 @@ __metadata:
deepmerge: "npm:^4.3.1"
del-cli: "npm:5.1.0"
errorhandler: "npm:^1.5.1"
express: "npm:^4.21.0"
express: "npm:^4.21.2"
express-rate-limit: "npm:^7.3.1"
express-session: "npm:^1.17.3"
faker: "npm:5.5.3"
Expand All @@ -9311,7 +9311,7 @@ __metadata:
helmet: "npm:^6.0.0"
http-errors: "npm:^2.0.0"
husky: "npm:^9.0.11"
ip-address: "npm:^10.0.0"
ip-address: "npm:^10.0.1"
jest: "npm:29.7.0"
jest-junit: "npm:^16.0.0"
joi: "npm:^17.13.3"
Expand All @@ -9326,7 +9326,7 @@ __metadata:
lodash.groupby: "npm:^4.6.0"
lodash.sortby: "npm:^4.7.0"
log4js: "npm:^6.0.0"
make-fetch-happen: "npm:^13.0.0"
make-fetch-happen: "npm:^13.0.1"
memoizee: "npm:^0.4.17"
mime: "npm:^4.0.4"
murmurhash3js: "npm:^3.0.1"
Expand Down

0 comments on commit 55b63db

Please sign in to comment.