Skip to content

Commit e49a1aa

Browse files
committed
fix: Lock axios version to 0.21.2
1 parent e12f6f7 commit e49a1aa

File tree

3 files changed

+155
-383
lines changed

3 files changed

+155
-383
lines changed

npm/package-lock.json

Lines changed: 0 additions & 383 deletions
This file was deleted.

npm/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@
3131
"homepage": "https://github.com/rustwasm/wasm-pack#readme",
3232
"dependencies": {
3333
"binary-install": "^0.1.0"
34+
},
35+
"resolutions": {
36+
"axios": "0.21.2"
3437
}
3538
}

0 commit comments

Comments
 (0)