Skip to content

Commit a9d3e55

Browse files
chore(deps): update all non-major dependencies (nuxt-community#350)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d6b1043 commit a9d3e55

File tree

4 files changed

+63
-63
lines changed

4 files changed

+63
-63
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"build": "vuepress build"
66
},
77
"devDependencies": {
8-
"vuepress": "^1.4.0"
8+
"vuepress": "^1.4.1"
99
}
1010
}

docs/yarn.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -953,18 +953,18 @@
953953
source-map "~0.6.1"
954954
vue-template-es2015-compiler "^1.9.0"
955955

956-
"@vuepress/core@^1.4.0":
957-
version "1.4.0"
958-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.4.0.tgz#a9b09a2615b1f0bf183541d22e69a126b8220f16"
959-
integrity sha512-xWiLG6MEzZdXGvr7/ickSr/plxPESC8c3prMOUDxROkFnyOiKmVvIyn4vAmRkFX3Xw4mfOLxucIOpQg0K6hEjw==
956+
"@vuepress/[email protected].1":
957+
version "1.4.1"
958+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.4.1.tgz#b6f75720d9b7132b90cce46f620bcdda5d07e581"
959+
integrity sha512-R1oJeSiDQPw8sVo70mrP1Zn2H0nCqnAHb6DV9mpJBQ6ur4VT6qQnCpd2onKU+bZRLlEhm4G8IQNDEV+DuE7zZQ==
960960
dependencies:
961961
"@babel/core" "^7.8.4"
962962
"@vue/babel-preset-app" "^4.1.2"
963-
"@vuepress/markdown" "^1.4.0"
964-
"@vuepress/markdown-loader" "^1.4.0"
965-
"@vuepress/plugin-last-updated" "^1.4.0"
966-
"@vuepress/plugin-register-components" "^1.4.0"
967-
"@vuepress/shared-utils" "^1.4.0"
963+
"@vuepress/markdown" "1.4.1"
964+
"@vuepress/markdown-loader" "1.4.1"
965+
"@vuepress/plugin-last-updated" "1.4.1"
966+
"@vuepress/plugin-register-components" "1.4.1"
967+
"@vuepress/shared-utils" "1.4.1"
968968
autoprefixer "^9.5.1"
969969
babel-loader "^8.0.4"
970970
cache-loader "^3.0.0"
@@ -997,65 +997,65 @@
997997
webpack-merge "^4.1.2"
998998
webpackbar "3.2.0"
999999

1000-
"@vuepress/markdown-loader@^1.4.0":
1001-
version "1.4.0"
1002-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.4.0.tgz#974e9bdb62ad45c1614a6c3ef33eed276d27635a"
1003-
integrity sha512-oEHB6EzCeIxyQxg1HSGX3snRL25V6XZ3O0Zx/sWd5hl0sneEsRLHRMflPGhKu4c6cfsyTck7aTbt7Z71vVy0FQ==
1000+
"@vuepress/[email protected].1":
1001+
version "1.4.1"
1002+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.4.1.tgz#7a97772ed5238c68eb1ab2921fc5ced21ff7e18e"
1003+
integrity sha512-FGtZ15rRwo9iVMcJ0eX4tf1bxWSKKpC4NGNLJuYzaPlO9ND/U04jsj4Xj454piokr2JzBSmaJlIZTAG1EuiTNw==
10041004
dependencies:
1005-
"@vuepress/markdown" "^1.4.0"
1005+
"@vuepress/markdown" "1.4.1"
10061006
loader-utils "^1.1.0"
10071007
lru-cache "^5.1.1"
10081008

1009-
"@vuepress/markdown@^1.4.0":
1010-
version "1.4.0"
1011-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.4.0.tgz#fe96e0c07ae3ce7562c21ea6f5ea4a5359ba4ea9"
1012-
integrity sha512-H3uojkiO5/uWKpwBEPdk5fsSj+ZGgNR7xi6oYhUxaUak9nC6mhMZ3KzeNA67QmevG3XHEoYx4d9oeAC1Au1frg==
1009+
"@vuepress/[email protected].1":
1010+
version "1.4.1"
1011+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.4.1.tgz#cc507ce4a3447dfc459082105cb83909db4b54f1"
1012+
integrity sha512-5a69ufnu1A3NXqQtzAE5LiR7EbtsQ1qe8UcIr+KizNO4gCg8+E8/uu3hxvDOLs2ElS6b0AihKIuwmeIgZkfeKA==
10131013
dependencies:
1014-
"@vuepress/shared-utils" "^1.4.0"
1014+
"@vuepress/shared-utils" "1.4.1"
10151015
markdown-it "^8.4.1"
10161016
markdown-it-anchor "^5.0.2"
10171017
markdown-it-chain "^1.3.0"
10181018
markdown-it-emoji "^1.4.0"
10191019
markdown-it-table-of-contents "^0.4.0"
10201020
prismjs "^1.13.0"
10211021

1022-
"@vuepress/plugin-active-header-links@^1.4.0":
1023-
version "1.4.0"
1024-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.4.0.tgz#b43fdad67ef42c383a84642f7914e22c56189089"
1025-
integrity sha512-UWnRcqJZnX1LaPHxESx4XkRVJCleWvdGlSVivRGNLZuV1xrxJzB6LC86SNMur+imoyzeQL/oIgKY1QFx710g8w==
1022+
"@vuepress/[email protected].1":
1023+
version "1.4.1"
1024+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.4.1.tgz#36c6952230f12056d18c63229e0e499c6ef74fe5"
1025+
integrity sha512-xv/qDY6S8rHzLGDHtwn3XV7Gi3Fnevp6d3H18PFK3sNwT2KGzKIe2c7lbn1qHDRUWcxY7+EoT7zmdJwIeG6dWQ==
10261026
dependencies:
10271027
lodash.debounce "^4.0.8"
10281028

1029-
"@vuepress/plugin-last-updated@^1.4.0":
1030-
version "1.4.0"
1031-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.4.0.tgz#1657eee410ff5a7431b2a8e88d19e7e44bdc3951"
1032-
integrity sha512-sNxCXDz7AO4yIAZTEGt9TaLpJ2E0dgJGWx79nDFKfvpITn+Q2p7dUzkyVVxXs3TWXffoElGdNj/xIL5AUkg2qg==
1029+
"@vuepress/[email protected].1":
1030+
version "1.4.1"
1031+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.4.1.tgz#89a9a4cbc242f9e0c5d380f73edb85ac4a7186c6"
1032+
integrity sha512-67ouc9cB3C19zcDqeJwhwqO9CXjy8G67tcXUgPpL/GsuK11oQbnR4rkupILvNa9HoemtCcF2aaxXSGsi/1VEtA==
10331033
dependencies:
10341034
cross-spawn "^6.0.5"
10351035

1036-
"@vuepress/plugin-nprogress@^1.4.0":
1037-
version "1.4.0"
1038-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.4.0.tgz#90bb16ab8d43321e5911dea489986de25adb56d1"
1039-
integrity sha512-hJ9phJHONWWZqcWztbVtmmRjZduHQHIOBifUBvAfAGcuOBLVHqRnv3i7XD5UB3MIWPM1/bAoTA2TVs4sb9Wg4Q==
1036+
"@vuepress/[email protected].1":
1037+
version "1.4.1"
1038+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.4.1.tgz#2a16217091102a2b4fddc1b09f5854ac4f80f992"
1039+
integrity sha512-CIhIuIgKtvk/ULENjefkZAJQqUstdZcqiM/Gs8CDyTKJITpwyqoZcgolFZ+1ZofUQuHuqDj1hKKm3AQ1cG3cBA==
10401040
dependencies:
10411041
nprogress "^0.2.0"
10421042

1043-
"@vuepress/plugin-register-components@^1.4.0":
1044-
version "1.4.0"
1045-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.4.0.tgz#0dafefd3baed6cc50b53f9826e84b25d83fed763"
1046-
integrity sha512-HmSzCTPVrlJJ8PSIXAvh4RkPy9bGmdrQuAXAtjiiq5rzBjL3uIg2VwzTrKDqf7FkCKs4lcRAEuNxB70bH6tddA==
1043+
"@vuepress/[email protected].1":
1044+
version "1.4.1"
1045+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.4.1.tgz#25d70834006960f54475da97255ebaca66ecc5a6"
1046+
integrity sha512-6yI4J/tMhOASSLmlP+5p4ccljlWuNBRsyYSKiD5jWAV181oMmN32LtuoCggXBhSvQUgn2grxyjmYw+tcSV5KGQ==
10471047
dependencies:
1048-
"@vuepress/shared-utils" "^1.4.0"
1048+
"@vuepress/shared-utils" "1.4.1"
10491049

1050-
"@vuepress/plugin-search@^1.4.0":
1051-
version "1.4.0"
1052-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.4.0.tgz#26a02e3409e6ea6830f9fc7e6d87fc45ba46c579"
1053-
integrity sha512-5K02DL9Wqlfy/aNiYXdbXBOGzR9zMNKz/P8lfHDU+ZOjtfNf6ImAdUkHS4pi70YkkTuemdYM8JjG/j5UYn6Rjw==
1050+
"@vuepress/[email protected].1":
1051+
version "1.4.1"
1052+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.4.1.tgz#5842f7ef0214c8f9f3cafa6ca2f4648f8dbc03d2"
1053+
integrity sha512-J4JyXD6M1oOU013s4ZLKMkKEGd7qEtSIsAw2nZY2mckZ7ETX49R5Pv2S5uCqLRQfUQSIGR5TEABL22q0B8uCVA==
10541054

1055-
"@vuepress/shared-utils@^1.4.0":
1056-
version "1.4.0"
1057-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.4.0.tgz#ab4bfcd5c1e3d0e5e384e0c1d0bb86470430c87e"
1058-
integrity sha512-6QTv7zMRXAojCuPRIm4aosYfrQO4OREhyxvbFeg/ZMWkVX+xZZQTdE7ZyK/4NAvEgkpjtPTRC1TQYhLJUqC5mQ==
1055+
"@vuepress/[email protected].1":
1056+
version "1.4.1"
1057+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.4.1.tgz#d09fcd742111f2efeef93b9c9b353bcd8202ae97"
1058+
integrity sha512-FBUHFhvR7vk6glQy/qUntBz8bVeWiNYZ2/G16EKaerKKn15xAiD7tUFCQ3L/KjtQJ8TV38GK47UEXh7UTcRwQg==
10591059
dependencies:
10601060
chalk "^2.3.2"
10611061
diacritics "^1.3.0"
@@ -1067,14 +1067,14 @@
10671067
semver "^6.0.0"
10681068
upath "^1.1.0"
10691069

1070-
"@vuepress/theme-default@^1.4.0":
1071-
version "1.4.0"
1072-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.4.0.tgz#f0f70effa0ee863a2e25c7682612c8a808f3e156"
1073-
integrity sha512-4ywWVfXZTBha+yuvWoa1HRg0vMpT2wZF3zuW0PDXkDzxqP4DkLljJk8mPpepyuPYlSThn+gHNC8kmnNBbGp3Tw==
1070+
"@vuepress/[email protected].1":
1071+
version "1.4.1"
1072+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.4.1.tgz#8a0ddc51bee6f3c3b93fae059cac76fe63c51db3"
1073+
integrity sha512-QhU1ORj20xmGr9Gk5szWJyzHm8i+NqxotBTeOF4WsKewB/3SPamJUoipgX4VdChw9jVew1oJQw0TpyDZfiHx+A==
10741074
dependencies:
1075-
"@vuepress/plugin-active-header-links" "^1.4.0"
1076-
"@vuepress/plugin-nprogress" "^1.4.0"
1077-
"@vuepress/plugin-search" "^1.4.0"
1075+
"@vuepress/plugin-active-header-links" "1.4.1"
1076+
"@vuepress/plugin-nprogress" "1.4.1"
1077+
"@vuepress/plugin-search" "1.4.1"
10781078
docsearch.js "^2.5.2"
10791079
lodash "^4.17.15"
10801080
stylus "^0.54.5"
@@ -7418,13 +7418,13 @@ vuepress-plugin-smooth-scroll@^0.0.3:
74187418
dependencies:
74197419
smoothscroll-polyfill "^0.4.3"
74207420

7421-
vuepress@^1.4.0:
7422-
version "1.4.0"
7423-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.4.0.tgz#308037b15baec6e251b835fe1fff7da507302b6b"
7424-
integrity sha512-VrBNCCjyrB4EfdIRWTW6uo/xmMzplVsGE/2oGLkgVhWLPCvvSEAcGQhoUKWxRJXk6CdrDCov6jsmu6MA1N3fvw==
7421+
vuepress@^1.4.1:
7422+
version "1.4.1"
7423+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.4.1.tgz#726885da5c569755b40fd795ef3aed3fae13f83c"
7424+
integrity sha512-vFePZLEx9FRJf5buDqSSBHHbTrPzBsL1u3Z4LX0HI9iQmHjkP+cGA8MMS0zVYy/xyYf28xWLWo3L/gj0rdMy7w==
74257425
dependencies:
7426-
"@vuepress/core" "^1.4.0"
7427-
"@vuepress/theme-default" "^1.4.0"
7426+
"@vuepress/core" "1.4.1"
7427+
"@vuepress/theme-default" "1.4.1"
74287428
cac "^6.5.6"
74297429
envinfo "^7.2.0"
74307430
opencollective-postinstall "^2.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"@nuxtjs/proxy": "^1.3.3",
2727
"axios": "^0.19.2",
28-
"axios-retry": "^3.1.2",
28+
"axios-retry": "^3.1.6",
2929
"consola": "^2.11.3",
3030
"defu": "^2.0.2"
3131
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2133,10 +2133,10 @@ aws4@^1.8.0:
21332133
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.9.1.tgz#7e33d8f7d449b3f673cd72deb9abdc552dbe528e"
21342134
integrity sha512-wMHVg2EOHaMRxbzgFJ9gtjOOCrI80OHLG14rxi28XwOW8ux6IiEbRCGGGqCtdAIg4FQCbW20k9RsT4y3gJlFug==
21352135

2136-
axios-retry@^3.1.2:
2137-
version "3.1.2"
2138-
resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.1.2.tgz#4f4dcbefb0b434e22b72bd5e28a027d77b8a3458"
2139-
integrity sha512-+X0mtJ3S0mmia1kTVi1eA3DAC+oWnT2A29g3CpkzcBPMT6vJm+hn/WiV9wPt/KXLHVmg5zev9mWqkPx7bHMovg==
2136+
axios-retry@^3.1.6:
2137+
version "3.1.6"
2138+
resolved "https://registry.yarnpkg.com/axios-retry/-/axios-retry-3.1.6.tgz#566d591b4fbcbcf90728b639a7642eb5cc3785c9"
2139+
integrity sha512-pqOgBcpDtKU2YIBmHaHM8XnvzuOyRBxcvnD8+25uT0JcUEF0M1jq7Rpd7dTP27P8hQTynr/GNRuhEXZBLBffOw==
21402140
dependencies:
21412141
is-retry-allowed "^1.1.0"
21422142

0 commit comments

Comments
 (0)