Skip to content

Commit 6c3dc08

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-MOMENT-2440688
1 parent 6567b82 commit 6c3dc08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^16.9.16",
2727
"@types/react-dom": "^16.9.4",
2828
"graphql-syntax-highlighter-react": "^0.4.0",
29-
"moment": "^2.24.0",
29+
"moment": "^2.29.2",
3030
"react": "^16.12.0",
3131
"react-collapsible": "^2.6.2",
3232
"react-d3-tree": "^1.15.3",

0 commit comments

Comments
 (0)