Skip to content

Commit d227a04

Browse files
author
Mikhail Bashkirov
committed
fix(ajax): update to axios with security vularability fix
1 parent 55e378f commit d227a04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/ajax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"*.js"
3333
],
3434
"dependencies": {
35-
"@bundled-es-modules/axios": "0.18.0",
35+
"@bundled-es-modules/axios": "0.18.1",
3636
"@lion/core": "^0.1.9"
3737
},
3838
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -760,10 +760,10 @@
760760
lodash "^4.17.11"
761761
to-fast-properties "^2.0.0"
762762

763-
"@bundled-es-modules/axios@0.18.0":
764-
version "0.18.0"
765-
resolved "https://registry.yarnpkg.com/@bundled-es-modules/axios/-/axios-0.18.0.tgz#2187b5240f4dba78228fa4bc3dc9b383de648fb4"
766-
integrity sha512-w3/dEG9dAwuFdliiZPn2mw8zknuY0ysT6iMIjv2GmlYEhHRfQkl1FYnKf5Rn0DPFH9VTAXJ566b7OrEyoCL1xQ==
763+
"@bundled-es-modules/axios@0.18.1":
764+
version "0.18.1"
765+
resolved "https://registry.yarnpkg.com/@bundled-es-modules/axios/-/axios-0.18.1.tgz#8beedbc92e9b0ed7df7c6cbdc6dfce84d306d80b"
766+
integrity sha512-7c389uGe0dmfdedi9PQ3Om4vKg1HFzm/IntaqZ4FbXOo+gNiiPIM4He8MIkuRpgqUitbm1km0jOQ8p+tSpUp4Q==
767767

768768
"@bundled-es-modules/chai@^4.2.0":
769769
version "4.2.1"

0 commit comments

Comments
 (0)