Skip to content

Commit fbf8621

Browse files
authored
update axios version in yarn.lock (#74)
1 parent d450e7e commit fbf8621

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"url": "https://github.com/mybucks-online/app.git"
2828
},
2929
"homepage": "https://mybucks.online",
30+
"resolutions": {
31+
"**/axios": "^1.15.0"
32+
},
3033
"scripts": {
3134
"dev": "vite",
3235
"dev:pwa": "VITE_PWA_DEV=true vite",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,14 +1940,14 @@ available-typed-arrays@^1.0.7:
19401940
dependencies:
19411941
possible-typed-array-names "^1.0.0"
19421942

1943-
axios@1.13.5:
1944-
version "1.13.5"
1945-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
1946-
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
1943+
axios@1.13.5, axios@^1.15.0:
1944+
version "1.15.1"
1945+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.1.tgz#075420b785da8adbdf545785b69f90c926b28542"
1946+
integrity sha512-WOG+Jj8ZOvR0a3rAn+Tuf1UQJRxw5venr6DgdbJzngJE3qG7X0kL83CZGpdHMxEm+ZK3seAbvFsw4FfOfP9vxg==
19471947
dependencies:
19481948
follow-redirects "^1.15.11"
19491949
form-data "^4.0.5"
1950-
proxy-from-env "^1.1.0"
1950+
proxy-from-env "^2.1.0"
19511951

19521952
babel-plugin-polyfill-corejs2@^0.4.15:
19531953
version "0.4.17"
@@ -4544,10 +4544,10 @@ prop-types@^15.8.1:
45444544
object-assign "^4.1.1"
45454545
react-is "^16.13.1"
45464546

4547-
proxy-from-env@^1.1.0:
4548-
version "1.1.0"
4549-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
4550-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
4547+
proxy-from-env@^2.1.0:
4548+
version "2.1.0"
4549+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
4550+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
45514551

45524552
public-encrypt@^4.0.3:
45534553
version "4.0.3"

0 commit comments

Comments
 (0)