Skip to content

Commit fe14142

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#1608)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
1 parent d167205 commit fe14142

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

package-lock.json

Lines changed: 27 additions & 4 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
@@ -43,7 +43,7 @@
4343
"connect-flash": "0.1.1",
4444
"cookie-session": "2.0.0-beta.3",
4545
"copy-to-clipboard": "^3.2.0",
46-
"create-react-class": "15.6.3",
46+
"create-react-class": "15.7.0",
4747
"csurf": "1.11.0",
4848
"express": "4.17.1",
4949
"graphql": "14.6.0",

0 commit comments

Comments
 (0)