Skip to content

Commit 36530ef

Browse files
authored
Merge pull request #170 from codeforjapan/dependabot/npm_and_yarn/nuxtjs/axios-5.11.0
Bump @nuxtjs/axios from 5.10.3 to 5.11.0
2 parents 3023b61 + d10f51f commit 36530ef

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"
@@ -2059,6 +2059,13 @@
20592059
"@types/relateurl" "*"
20602060
"@types/uglify-js" "*"
20612061

2062+
"@types/http-proxy@^1.17.4":
2063+
version "1.17.4"
2064+
resolved "https://registry.yarnpkg.com/@types/http-proxy/-/http-proxy-1.17.4.tgz#e7c92e3dbe3e13aa799440ff42e6d3a17a9d045b"
2065+
integrity sha512-IrSHl2u6AWXduUaDLqYpt45tLVCtYv7o4Z0s1KghBCDgIIS9oW5K1H8mZG/A2CfeLdEa7rTd1ACOiHBc1EMT2Q==
2066+
dependencies:
2067+
"@types/node" "*"
2068+
20622069
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
20632070
version "2.0.2"
20642071
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.2.tgz#79d7a78bad4219f4c03d6557a1c72d9ca6ba62d5"
@@ -4169,7 +4176,7 @@ connect@^3.7.0:
41694176
parseurl "~1.3.3"
41704177
utils-merge "1.0.1"
41714178

4172-
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:
4179+
consola@^2.10.0, consola@^2.10.1, consola@^2.11.3, consola@^2.3.2, consola@^2.6.0, consola@^2.9.0:
41734180
version "2.12.2"
41744181
resolved "https://registry.yarnpkg.com/consola/-/consola-2.12.2.tgz#9610f158e7b0a9ecc8f8bb0c4fc8e7c52bf41d05"
41754182
integrity sha512-c9mzemrAk57s3UIjepn8KKkuEH5fauMdot5kFSJUnqHcnApVS9Db8Rbv5AZ1Iz6lXzaGe9z1crQXhJtGX4h/Og==
@@ -6847,15 +6854,16 @@ http-proxy-agent@^4.0.0:
68476854
agent-base "6"
68486855
debug "4"
68496856

6850-
http-proxy-middleware@^0.19.1:
6851-
version "0.19.2"
6852-
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-0.19.2.tgz#ee73dcc8348165afefe8de2ff717751d181608ee"
6853-
integrity sha512-aYk1rTKqLTus23X3L96LGNCGNgWpG4cG0XoZIT1GUPhhulEHX/QalnO6Vbo+WmKWi4AL2IidjuC0wZtbpg0yhQ==
6857+
http-proxy-middleware@^1.0.4:
6858+
version "1.0.4"
6859+
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.0.4.tgz#425ea177986a0cda34f9c81ec961c719adb6c2a9"
6860+
integrity sha512-8wiqujNWlsZNbeTSSWMLUl/u70xbJ5VYRwPR8RcAbvsNxzAZbgwLzRvT96btbm3fAitZUmo5i8LY6WKGyHDgvA==
68546861
dependencies:
6862+
"@types/http-proxy" "^1.17.4"
68556863
http-proxy "^1.18.1"
6856-
is-glob "^4.0.0"
6857-
lodash "^4.17.11"
6858-
micromatch "^3.1.10"
6864+
is-glob "^4.0.1"
6865+
lodash "^4.17.15"
6866+
micromatch "^4.0.2"
68596867

68606868
http-proxy@^1.18.1:
68616869
version "1.18.1"

0 commit comments

Comments
 (0)