Skip to content

Commit 7148546

Browse files
authored
fix: package.json & yarn.lock to reduce vulnerabilities (#66)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
1 parent f1894fa commit 7148546

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^3.2.4"
4444
},
4545
"dependencies": {
46-
"axios": "^0.21.1",
46+
"axios": "^0.21.3",
4747
"rimraf": "^3.0.2"
4848
},
4949
"files": [

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -591,12 +591,12 @@ aws4@^1.8.0:
591591
version "1.10.0"
592592
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
593593

594-
axios@^0.21.1:
595-
version "0.21.1"
596-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
597-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
594+
axios@^0.21.3:
595+
version "0.21.3"
596+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.3.tgz#f85d9b747f9b66d59ca463605cedf1844872b82e"
597+
integrity sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA==
598598
dependencies:
599-
follow-redirects "^1.10.0"
599+
follow-redirects "^1.14.0"
600600

601601
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
602602
version "6.26.0"
@@ -2082,10 +2082,10 @@ flush-write-stream@^1.0.0:
20822082
inherits "^2.0.3"
20832083
readable-stream "^2.3.6"
20842084

2085-
follow-redirects@^1.10.0:
2086-
version "1.13.1"
2087-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
2088-
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
2085+
follow-redirects@^1.14.0:
2086+
version "1.14.3"
2087+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e"
2088+
integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw==
20892089

20902090
for-in@^1.0.1, for-in@^1.0.2:
20912091
version "1.0.2"

0 commit comments

Comments
 (0)