Skip to content

Commit 1964e43

Browse files
committed
fix: web/package.json & web/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CODEMIRROR-10494092
1 parent 8cdda4b commit 1964e43

File tree

2 files changed

+144
-5
lines changed

2 files changed

+144
-5
lines changed

web/package-lock.json

Lines changed: 143 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@tweenjs/tween.js": "^18.6.4",
2323
"bootstrap": "^4.5.3",
2424
"cbor-js": "^0.1.0",
25-
"codemirror": "^5.62.3",
25+
"codemirror": "^6.0.0",
2626
"echarts": "^5.2.1",
2727
"flatpickr": "^4.6.9",
2828
"font-awesome": "^4.7.0",

0 commit comments

Comments
 (0)