Skip to content

Commit 466a755

Browse files
committed
fix: packages/app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187
1 parent 23405e5 commit 466a755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"apollo-link-batch-http": "^1.2.12",
9696
"apollo-link-context": "^1.0.18",
9797
"astring": "^1.7.4",
98-
"axios": "^0.19.0",
98+
"axios": "^0.20.0",
9999
"babel-code-frame": "^6.26.0",
100100
"babel-macros": "^2.0.0",
101101
"babel-plugin-jsx-pragmatic": "^1.0.2",
@@ -225,7 +225,7 @@
225225
"resize-observer-polyfill": "^1.5.1",
226226
"sandpack-core": "1.0.0",
227227
"sha1": "^1.1.1",
228-
"shelljs": "^0.7.8",
228+
"shelljs": "^0.8.5",
229229
"store": "^2.0.12",
230230
"string-replace-loader": "^2.1.1",
231231
"styled-components": "^5.2.0",

0 commit comments

Comments
 (0)