Skip to content

Commit

Permalink
fix: standalone-packages/sse-loading-screen/package.json & standalone…
Browse files Browse the repository at this point in the history
…-packages/sse-loading-screen/yarn.lock to reduce vulnerabilities (#8159)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
CompuIves and snyk-bot authored Oct 29, 2023
1 parent 92e3ce9 commit 3ca8ac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion standalone-packages/sse-loading-screen/package.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"@codesandbox/common": "^1.0.8",
"axios": ">=0.21.2",
"axios": ">=1.6.0",
"babel-plugin-emotion": "^9.2.10",
"emotion": "^9.2.10",
"gsap": "^2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions standalone-packages/sse-loading-screen/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1605,10 +1605,10 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==

axios@>=0.21.2:
version "1.5.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f"
integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==
axios@>=1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
Expand Down

0 comments on commit 3ca8ac0

Please sign in to comment.