Skip to content

Commit 7c2f9da

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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-7573289
1 parent 3860e15 commit 7c2f9da

File tree

2 files changed

+78
-26
lines changed

2 files changed

+78
-26
lines changed

package-lock.json

+76-24
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,9 +236,9 @@
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.1",
240240
"imurmurhash": "^0.1.4",
241-
"is-svg": "5.0.0",
241+
"is-svg": "5.1.0",
242242
"javascript-stringify": "^2.1.0",
243243
"js-cookie": "^3.0.1",
244244
"js-yaml": "^4.1.0",

0 commit comments

Comments
 (0)