Skip to content

Commit 81946e7

Browse files
fix: demo/package.json & demo/package-lock.json to reduce vulnerabilities (#124)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9634163 Co-authored-by: snyk-bot <[email protected]>
1 parent d61a8bf commit 81946e7

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

demo/package-lock.json

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

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"babel-plugin-prismjs": "^2.1.0",
12-
"next": "14.2.25",
12+
"next": "14.2.26",
1313
"prismjs": "^1.27.0",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)