Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency axios to v0.28.0 [SECURITY] #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"release": "auto shipit"
},
"dependencies": {
"axios": "0.21.1",
"axios": "0.28.0",
"lodash": "4.17.21",
"nuxt": "2.15.6",
"postcss-import": "14.0.2",
Expand Down
44 changes: 37 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6356,12 +6356,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.21.1":
version: 0.21.1
resolution: "axios@npm:0.21.1"
"axios@npm:0.28.0":
version: 0.28.0
resolution: "axios@npm:0.28.0"
dependencies:
follow-redirects: ^1.10.0
checksum: 864fb7b5d077d236737f10adca53bf451a93f35a15271f56fba8da07265a02d26b7d881b935a6697dc6adb0549ea3e56d2eecb403edaa3bb78f6479901c10f69
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: d44a4f51013605fe2f7b950e7cd0f337d0c0b330ad3e3e6e83333637dd69d0908da9a404c10559dc8e44cc300f6258cdf05b45c12d4717955f053dbe6900e645
languageName: node
linkType: hard

Expand Down Expand Up @@ -8605,7 +8607,7 @@ __metadata:
anymatch: 3.1.2
auto: 10.27.1
autoprefixer: 10.2.5
axios: 0.21.1
axios: 0.28.0
consola: 2.15.3
esbuild: 0.11.21
eslint: 7.26.0
Expand Down Expand Up @@ -11442,7 +11444,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.10.0":
"follow-redirects@npm:^1.0.0":
version: 1.14.1
resolution: "follow-redirects@npm:1.14.1"
peerDependenciesMeta:
Expand All @@ -11452,6 +11454,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
debug:
optional: true
checksum: bf144aaa904f4317803d0e1282c972e7cca4664f812635be76f60df03d26c96eb0a127c18e2421c5344edc9aad59ae69206a6c042152f33a2a0122cf1a3d374c
languageName: node
linkType: hard

"for-in@npm:^1.0.2":
version: 1.0.2
resolution: "for-in@npm:1.0.2"
Expand Down Expand Up @@ -11491,6 +11503,17 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.0":
version: 4.0.0
resolution: "form-data@npm:4.0.0"
dependencies:
asynckit: ^0.4.0
combined-stream: ^1.0.8
mime-types: ^2.1.12
checksum: ecbe8f41bcf5c415f38e39058b34598a9261bb74a3d54b633d0b5dd8b7cf9a30b0626cd06ae8e79874a2ca88c222041142a7893e5afdd35fdfc3272264d03d44
languageName: node
linkType: hard

"format@npm:^0.2.0":
version: 0.2.2
resolution: "format@npm:0.2.2"
Expand Down Expand Up @@ -19019,6 +19042,13 @@ fsevents@~2.3.2:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: 6459372a57f3e8ef5211f7847ca2fffabcdd6490005892fcc0dcd62fe2b3551900c8a07fad7df9de3897547b1ab4ac7a7197964cd6fa7e76303caa4936bfaf32
languageName: node
linkType: hard

"prr@npm:~1.0.1":
version: 1.0.1
resolution: "prr@npm:1.0.1"
Expand Down
Loading