Skip to content

Commit 42b1fd1

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-8229906 - https://snyk.io/vuln/SNYK-JS-NEXT-8186172
1 parent 3860e15 commit 42b1fd1

File tree

2 files changed

+123
-66
lines changed

2 files changed

+123
-66
lines changed

package-lock.json

+121-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
"highlightjs-curl": "^1.3.0",
237237
"hot-shots": "^10.0.0",
238238
"html-entities": "^2.5.2",
239-
"http-proxy-middleware": "3.0.0",
239+
"http-proxy-middleware": "3.0.3",
240240
"imurmurhash": "^0.1.4",
241241
"is-svg": "5.0.0",
242242
"javascript-stringify": "^2.1.0",
@@ -252,7 +252,7 @@
252252
"mdast-util-to-markdown": "2.1.0",
253253
"mdast-util-to-string": "^4.0.0",
254254
"morgan": "^1.10.0",
255-
"next": "14.2.3",
255+
"next": "14.2.7",
256256
"ora": "^8.0.1",
257257
"parse5": "7.1.2",
258258
"quick-lru": "7.0.0",

0 commit comments

Comments
 (0)