Skip to content

Commit 7dcc66e

Browse files
Bump @nuxtjs/axios from 5.10.3 to 5.11.0
Bumps [@nuxtjs/axios](https://github.com/nuxt-community/axios-module) from 5.10.3 to 5.11.0. - [Release notes](https://github.com/nuxt-community/axios-module/releases) - [Changelog](https://github.com/nuxt-community/axios-module/blob/dev/CHANGELOG.md) - [Commits](nuxt-community/axios-module@v5.10.3...v5.11.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f199f24 commit 7dcc66e

File tree

2 files changed

+28
-20
lines changed

2 files changed

+28
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"@babel/runtime-corejs3": "^7.9.6",
3535
"@nuxt/typescript-runtime": "^0.4.6",
36-
"@nuxtjs/axios": "^5.10.3",
36+
"@nuxtjs/axios": "^5.11.0",
3737
"@nuxtjs/dotenv": "^1.4.1",
3838
"@nuxtjs/pwa": "^3.0.0-0",
3939
"@types/js-cookie": "^2.2.6",

yarn.lock

Lines changed: 27 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,12 +1723,12 @@
17231723
webpack-node-externals "^1.7.2"
17241724
webpackbar "^4.0.0"
17251725

1726-
"@nuxtjs/axios@^5.10.3":
1727-
version "5.10.3"
1728-
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.10.3.tgz#1d249cafab805787788b655b40cee8a3838ded79"
1729-
integrity sha512-cCPeix6S0yLftiTnD9cpZSDsCNYD5/5EB9Q9iB8WaNZsGMPcwM5XQQVFcenMIv9Dr+SvySdOUdDL9rvlfyhdkg==
1726+
"@nuxtjs/axios@^5.11.0":
1727+
version "5.11.0"
1728+
resolved "https://registry.yarnpkg.com/@nuxtjs/axios/-/axios-5.11.0.tgz#27d7297a69e11c39039b9cacac61e2e0d0e00f1f"
1729+
integrity sha512-6M87KUXWWlAjRIwqBTXoollTwsUDnf8bdOR3qY1cVggvUP4hYgb2Oby7/Jr0u7bWGyb+/GuagwBBtubGTLsoyA==
17301730
dependencies:
1731-
"@nuxtjs/proxy" "^1.3.3"
1731+
"@nuxtjs/proxy" "^2.0.0"
17321732
axios "^0.19.2"
17331733
axios-retry "^3.1.8"
17341734
consola "^2.11.3"
@@ -1765,13 +1765,13 @@
17651765
eslint-plugin-unicorn "^19.0.1"
17661766
eslint-plugin-vue "^6.2.2"
17671767

1768-
"@nuxtjs/proxy@^1.3.3":
1769-
version "1.3.3"
1770-
resolved "https://registry.yarnpkg.com/@nuxtjs/proxy/-/proxy-1.3.3.tgz#3de3d9f073e8e57167168100940be2a824a220e0"
1771-
integrity sha512-ykpCUdOqPOH79mQG30QfWZmbRD8yjTD+TTSBbwow5GkROUQEtXw+HE+q6i+YFpuChvgJNbwVrXdZ3YmfXbZtTw==
1768+
"@nuxtjs/proxy@^2.0.0":
1769+
version "2.0.0"
1770+
resolved "https://registry.yarnpkg.com/@nuxtjs/proxy/-/proxy-2.0.0.tgz#cf19894eac721a2ad896293f241371f046db71e7"
1771+
integrity sha512-ewiOLAhfQlE/QWiQkHH0MQBYrtTRRSuz5SqDly1Zy/M3cN9bxqWd9d5Ty/GnU3nLtwsfW64TrRKuTw8/gT1nFQ==
17721772
dependencies:
1773-
consola "^2.5.6"
1774-
http-proxy-middleware "^0.19.1"
1773+
consola "^2.11.3"
1774+
http-proxy-middleware "^1.0.4"
17751775

17761776
"@nuxtjs/pwa@^3.0.0-0":
17771777
version "3.0.0-beta.20"
@@ -2066,6 +2066,13 @@
20662066
"@types/relateurl" "*"
20672067
"@types/uglify-js" "*"
20682068

2069+
"@types/http-proxy@^1.17.4":
2070+
version "1.17.4"
2071+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b"
2072+
integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q==
2073+
dependencies:
2074+
"@types/node" "*"
2075+
20692076
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
20702077
version "2.0.2"
20712078
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.2.tgz#79d7a78bad4219f4c03d6557a1c72d9ca6ba62d5"
@@ -4181,7 +4188,7 @@ connect@^3.7.0:
41814188
parseurl "~1.3.3"
41824189
utils-merge "1.0.1"
41834190

4184-
consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.3.2, consola@^2.5.6, consola@^2.6.0, consola@^2.9.0:
4191+
consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.3.2, consola@^2.6.0, consola@^2.9.0:
41854192
version "2.12.2"
41864193
resolved "https://registry.yarnpkg.com/consola/-/consola-2.12.2.tgz#9610f158e7b0a9ecc8f8bb0c4fc8e7c52bf41d05"
41874194
integrity sha512-c9mzemrAk57s3UIjepn8KKkuEH5fauMdot5kFSJUnqHcnApVS9Db8Rbv5AZ1Iz6lXzaGe9z1crQXhJtGX4h/Og==
@@ -6871,15 +6878,16 @@ http-proxy-agent@^4.0.0:
68716878
agent-base "6"
68726879
debug "4"
68736880

6874-
http-proxy-middleware@^0.19.1:
6875-
version "0.19.2"
6876-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.2.tgz#ee73dcc8348165afefe8de2ff717751d181608ee"
6877-
integrity sha512-aYk1rTKqLTus23X3L96LGNCGNgWpG4cG0XoZIT1GUPhhulEHX/QalnO6Vbo+WmKWi4AL2IidjuC0wZtbpg0yhQ==
6881+
http-proxy-middleware@^1.0.4:
6882+
version "1.0.4"
6883+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.4.tgz#425ea177986a0cda34f9c81ec961c719adb6c2a9"
6884+
integrity sha512-8wiqujNWlsZNbeTSSWMLUl/u70xbJ5VYRwPR8RcAbvsNxzAZbgwLzRvT96btbm3fAitZUmo5i8LY6WKGyHDgvA==
68786885
dependencies:
6886+
"@types/http-proxy" "^1.17.4"
68796887
http-proxy "^1.18.1"
6880-
is-glob "^4.0.0"
6881-
lodash "^4.17.11"
6882-
micromatch "^3.1.10"
6888+
is-glob "^4.0.1"
6889+
lodash "^4.17.15"
6890+
micromatch "^4.0.2"
68836891

68846892
http-proxy@^1.18.1:
68856893
version "1.18.1"

0 commit comments

Comments
 (0)