Skip to content

Commit ad7a21d

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-AXIOS-1038255
1 parent e34c83a commit ad7a21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"apollo-link-batch-http": "^1.2.12",
9393
"apollo-link-context": "^1.0.18",
9494
"astring": "^1.4.3",
95-
"axios": "^0.19.0",
95+
"axios": "^0.21.1",
9696
"babel-code-frame": "^6.26.0",
9797
"babel-macros": "^2.0.0",
9898
"babel-plugin-jsx-pragmatic": "^1.0.2",

0 commit comments

Comments
 (0)