Skip to content

Commit c0ed6ec

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 778735f commit c0ed6ec

File tree

4 files changed

+86
-81
lines changed

4 files changed

+86
-81
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"build": "vuepress build"
66
},
77
"devDependencies": {
8-
"vuepress": "^1.0.4"
8+
"vuepress": "^1.1.0"
99
}
1010
}

docs/yarn.lock

+58-58
Original file line numberDiff line numberDiff line change
@@ -807,18 +807,18 @@
807807
source-map "~0.6.1"
808808
vue-template-es2015-compiler "^1.9.0"
809809

810-
"@vuepress/core@^1.0.4":
811-
version "1.0.4"
812-
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.0.4.tgz#623c5cc4d9865e60a11917af01cdaa1b41dbe5d2"
813-
integrity sha512-ZF3e7nHCSREM0Yq/LyMmZEL3Qv85JVrqIgCHlv3goW9Ay5gn/YLy1JaG2+/1JgDFfw5Hr+qmtGs3aExGSeOS+Q==
810+
"@vuepress/core@^1.1.0":
811+
version "1.1.0"
812+
resolved "https://registry.yarnpkg.com/@vuepress/core/-/core-1.1.0.tgz#32fd2b65a4613085cbd2b812bf67afe3a037dc65"
813+
integrity sha512-qC+R9kdTpui9QjQGUXUsmfAbToWOnoYjP2AJqMT/RsKUhQsXAIMe2Z0L/Vw2Z3bmlTUq26v+B1zlFgYzGuyIEQ==
814814
dependencies:
815815
"@babel/core" "^7.0.0"
816816
"@vue/babel-preset-app" "^3.1.1"
817-
"@vuepress/markdown" "^1.0.4"
818-
"@vuepress/markdown-loader" "^1.0.4"
819-
"@vuepress/plugin-last-updated" "^1.0.4"
820-
"@vuepress/plugin-register-components" "^1.0.4"
821-
"@vuepress/shared-utils" "^1.0.4"
817+
"@vuepress/markdown" "^1.1.0"
818+
"@vuepress/markdown-loader" "^1.1.0"
819+
"@vuepress/plugin-last-updated" "^1.1.0"
820+
"@vuepress/plugin-register-components" "^1.1.0"
821+
"@vuepress/shared-utils" "^1.1.0"
822822
autoprefixer "^9.5.1"
823823
babel-loader "^8.0.4"
824824
cache-loader "^3.0.0"
@@ -828,7 +828,7 @@
828828
cross-spawn "^6.0.5"
829829
css-loader "^2.1.1"
830830
file-loader "^3.0.1"
831-
js-yaml "^3.11.0"
831+
js-yaml "^3.13.1"
832832
lru-cache "^5.1.1"
833833
mini-css-extract-plugin "0.6.0"
834834
optimize-css-assets-webpack-plugin "^5.0.1"
@@ -850,65 +850,65 @@
850850
webpack-merge "^4.1.2"
851851
webpackbar "3.2.0"
852852

853-
"@vuepress/markdown-loader@^1.0.4":
854-
version "1.0.4"
855-
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.0.4.tgz#2c54772889b19dcb8b2703cadd6088b96d748adb"
856-
integrity sha512-kgePl2Oo0q8VGZe3tiuj88UJF1Mpn8Hp7bg0SSpa70WO6ne4S5u8H1M+80fClbuLLoyc5jtb92XcDkfzlnCurw==
853+
"@vuepress/markdown-loader@^1.1.0":
854+
version "1.1.0"
855+
resolved "https://registry.yarnpkg.com/@vuepress/markdown-loader/-/markdown-loader-1.1.0.tgz#ab8ac2d286c255f9fa39ecb2f4542053314825ac"
856+
integrity sha512-X4+E9kbFt3OSXKxtQbNxeuzxbXdSMhXz8tliUW+/+1zx7RGn1ApcR0x7Y6/irESUgZ+GxOT3jyiCDZA4usHhLA==
857857
dependencies:
858-
"@vuepress/markdown" "^1.0.4"
858+
"@vuepress/markdown" "^1.1.0"
859859
loader-utils "^1.1.0"
860860
lru-cache "^5.1.1"
861861

862-
"@vuepress/markdown@^1.0.4":
863-
version "1.0.4"
864-
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.0.4.tgz#ab0a403e78acb36fa24d90061191caadad7cb77c"
865-
integrity sha512-xBEzq09UrAnQm1W7UVJ9UDraBTYJUyFj0aJOBwzKoG0QtGzK9ah6WTCeKOskvzLYQkqToVtig82q2uoKU9PH2A==
862+
"@vuepress/markdown@^1.1.0":
863+
version "1.1.0"
864+
resolved "https://registry.yarnpkg.com/@vuepress/markdown/-/markdown-1.1.0.tgz#f9095c91019d21dbc3daedfd3773c6d5c29117ec"
865+
integrity sha512-O2ivsIkUrSUPDx+9N43XKSOGtprV4G1k6/4o3wZjjCn6GXYRsRE906cFDlbryHxQ49Z7Yfz3gyZIGMnThxLo/w==
866866
dependencies:
867-
"@vuepress/shared-utils" "^1.0.4"
867+
"@vuepress/shared-utils" "^1.1.0"
868868
markdown-it "^8.4.1"
869869
markdown-it-anchor "^5.0.2"
870870
markdown-it-chain "^1.3.0"
871871
markdown-it-emoji "^1.4.0"
872872
markdown-it-table-of-contents "^0.4.0"
873873
prismjs "^1.13.0"
874874

875-
"@vuepress/plugin-active-header-links@^1.0.4":
876-
version "1.0.4"
877-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.0.4.tgz#877d3b607597f9902deaac5184d79b6b2f6139b2"
878-
integrity sha512-sYT1yvBeUMW9cTHVzrKl1mzCmMQCwROVTe2B7N1UvtLpYT+xvu33Uttbk9Aj/p5PxqGH65vaTBKaQoGkdyMp3g==
875+
"@vuepress/plugin-active-header-links@^1.1.0":
876+
version "1.1.0"
877+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-active-header-links/-/plugin-active-header-links-1.1.0.tgz#cd62c1712040676035f34fed16a088e1c08811d8"
878+
integrity sha512-sa5ySYl/kTyr1AMakeW375wWs1aQ6psiJiSFclxkGvxcuGZ89F27ELvd43DKaETAlH90LcoE/j7TXMA895qXmw==
879879
dependencies:
880880
lodash.throttle "^4.1.1"
881881

882-
"@vuepress/plugin-last-updated@^1.0.4":
883-
version "1.0.4"
884-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.0.4.tgz#ff50eaf74a9b1e27702b411532efd74801256941"
885-
integrity sha512-HOUj4XJPnoAlYdeo7GPXVXNjC/A28u8bwvIBi92w5uBlNyYs4tjZMso/WVaMhH9Q7touYIp5PCcZTzACoOMNwg==
882+
"@vuepress/plugin-last-updated@^1.1.0":
883+
version "1.1.0"
884+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-last-updated/-/plugin-last-updated-1.1.0.tgz#65f2de734f3744026297b4667f3b5276ef99fd06"
885+
integrity sha512-x2SaAKWk26RK9O0slnZ55eSlBFYdYjFgqkRIfaOf4f2biWqTa9nzaIbvjzvcx3AZKlOWMl81KRwybhDL8E9OsA==
886886
dependencies:
887887
cross-spawn "^6.0.5"
888888

889-
"@vuepress/plugin-nprogress@^1.0.4":
890-
version "1.0.4"
891-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.0.4.tgz#65628758a310552806c266d54a135555fbf67276"
892-
integrity sha512-hhykZwb5Sh3oVIOz7nrjF59KImH+N6V4HphKni740G9LOu2577JU/Jf3MOxqTqRTAnrS73QvrE1dv6xJJ/HQqg==
889+
"@vuepress/plugin-nprogress@^1.1.0":
890+
version "1.1.0"
891+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-nprogress/-/plugin-nprogress-1.1.0.tgz#ca7106adc7016ed0d90a22555066c11da597ef59"
892+
integrity sha512-XhUyAO+mzYFOFupX/pNlPbv0bT596Lk000Q2PhWfRliwUzpUd0/u5Z6B6fasIVj01Yqih/gAGOZpr2ZwSCNJYw==
893893
dependencies:
894894
nprogress "^0.2.0"
895895

896-
"@vuepress/plugin-register-components@^1.0.4":
897-
version "1.0.4"
898-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.0.4.tgz#1a714d393842b5454443bbe3aa2b91b64995eb93"
899-
integrity sha512-v5K2a8dsmIaynHh6LnFEbSfoCR8nM03vX+vS90iYPMdcE44DTL1d56YRf0zsRD0NN96gkIjcRA3NpSY5Oe8cGg==
896+
"@vuepress/plugin-register-components@^1.1.0":
897+
version "1.1.0"
898+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-register-components/-/plugin-register-components-1.1.0.tgz#42ea75bcad3fb562fbb86c424136f86e13641162"
899+
integrity sha512-HXGdcmBdGHLhI8KHr09GnnZEzgCuaIQx1WBqDNfbigSVKEx910L56ej+Whl6VFd7D0uOLUlW4kb9ELM0sjJpKg==
900900
dependencies:
901-
"@vuepress/shared-utils" "^1.0.4"
901+
"@vuepress/shared-utils" "^1.1.0"
902902

903-
"@vuepress/plugin-search@^1.0.4":
904-
version "1.0.4"
905-
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.0.4.tgz#991a896cacb8f0bd6dc5789f8a2d93be32ae0abd"
906-
integrity sha512-Jx+PDjkOiksX/E3fEQNbj2GP/g75giv8CoFl+9DyM3kxdDlUAC3N9Sd41SrYJ9lYlXG3ICEQAUyHYSjVvYKAuA==
903+
"@vuepress/plugin-search@^1.1.0":
904+
version "1.1.0"
905+
resolved "https://registry.yarnpkg.com/@vuepress/plugin-search/-/plugin-search-1.1.0.tgz#3b7a344a7df1bab27f10a46e6b57680c8f5d4c7e"
906+
integrity sha512-GoxvcM65ZAZycnsoZJ/wx9F3hXKzzJQdS7lNnAuHrvCheT5tVO1wwMumVP/unZU/59zCQ1PiyReYntLSp5bXVg==
907907

908-
"@vuepress/shared-utils@^1.0.4":
909-
version "1.0.4"
910-
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.0.4.tgz#520c5a6ae263accd29efc8dfad727ad62052ded2"
911-
integrity sha512-64Rlyb6HOhoeJDa6BbTGKVEgFqIJWdr6vO3o+wmAgKSvX7sqdT0Hs6ETjtt9jWSbjeQTjwP1XbXwKrpEY2jWKw==
908+
"@vuepress/shared-utils@^1.1.0":
909+
version "1.1.0"
910+
resolved "https://registry.yarnpkg.com/@vuepress/shared-utils/-/shared-utils-1.1.0.tgz#9d220ffe54f2d698c56ca5348ba2cb9dd72800da"
911+
integrity sha512-zvYfejRRl7y3oavLvAe7dHfCu4XewKnhsyUQ7to6tfxVNoEqzhrl5HcCBwcLlphj792tvTAth5QkVegTgGfsaw==
912912
dependencies:
913913
chalk "^2.3.2"
914914
diacritics "^1.3.0"
@@ -920,14 +920,14 @@
920920
semver "^6.0.0"
921921
upath "^1.1.0"
922922

923-
"@vuepress/theme-default@^1.0.4":
924-
version "1.0.4"
925-
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.0.4.tgz#a74fb0cf093ca8b78b4ef1157d2130505606e1d2"
926-
integrity sha512-H6tZFgxIWYNnjLJVmcWBolWNy15c0keEY0ck2Lv3KkuzfkrABPbOuBLGcdG7vPAJBT+BDKpsJHoBpfGF7KwY1g==
923+
"@vuepress/theme-default@^1.1.0":
924+
version "1.1.0"
925+
resolved "https://registry.yarnpkg.com/@vuepress/theme-default/-/theme-default-1.1.0.tgz#915c97bb69985d6fccd815f829532d67d828e10a"
926+
integrity sha512-U+kFHakSBEXFAdfItyeCbP//q2hm9R8+vnTFjbMMVgRZ2SHPnDUC/7WWGoEUzfEpFHHPrG1OzC9iI/o5v8p5AQ==
927927
dependencies:
928-
"@vuepress/plugin-active-header-links" "^1.0.4"
929-
"@vuepress/plugin-nprogress" "^1.0.4"
930-
"@vuepress/plugin-search" "^1.0.4"
928+
"@vuepress/plugin-active-header-links" "^1.1.0"
929+
"@vuepress/plugin-nprogress" "^1.1.0"
930+
"@vuepress/plugin-search" "^1.1.0"
931931
docsearch.js "^2.5.2"
932932
lodash "^4.17.15"
933933
stylus "^0.54.5"
@@ -7000,13 +7000,13 @@ vuepress-plugin-container@^2.0.0:
70007000
dependencies:
70017001
markdown-it-container "^2.0.0"
70027002

7003-
vuepress@^1.0.4:
7004-
version "1.0.4"
7005-
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.0.4.tgz#0f02f67ff6dec02fa9c500c39dbe8c8203db87a0"
7006-
integrity sha512-QzJkRGGOv3+j7MNsjbCLGe5XaAl5fClndQa2woT8j6b+Cc7S1MOHNlITH6zDZ1eH7XETlNI3BmTZ/nJ2aoHyIw==
7003+
vuepress@^1.1.0:
7004+
version "1.1.0"
7005+
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.1.0.tgz#ca0d787d93188b2fd05820a650d7e3643c9e7675"
7006+
integrity sha512-LAgS9nXsmvjTuCc/LHPWnIsPOuVuZtxh1MjVZf/xJ3Yy5kXoPhqbGUptlQdQt3izjIlns9zin5K6MNBY3u5l5g==
70077007
dependencies:
7008-
"@vuepress/core" "^1.0.4"
7009-
"@vuepress/theme-default" "^1.0.4"
7008+
"@vuepress/core" "^1.1.0"
7009+
"@vuepress/theme-default" "^1.1.0"
70107010
cac "^6.3.9"
70117011
envinfo "^7.2.0"
70127012
opencollective-postinstall "^2.0.2"

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"defu": "^0.0.3",
1818
"execa": "^1.0.0",
1919
"fs-extra": "^8.1.0",
20-
"hasha": "^5.0.0",
21-
"jimp-compact": "^0.8.0",
20+
"hasha": "^5.1.0",
21+
"jimp-compact": "^0.8.4",
2222
"workbox-cdn": "^4.3.1"
2323
},
2424
"devDependencies": {
2525
"axios": "^0.19.0",
2626
"babel-eslint": "^10.0.3",
27-
"codecov": "^3.5.0",
28-
"eslint": "^6.3.0",
27+
"codecov": "^3.6.1",
28+
"eslint": "^6.4.0",
2929
"eslint-config-standard": "^14.1.0",
3030
"eslint-plugin-html": "^6.0.0",
3131
"eslint-plugin-import": "^2.18.2",

yarn.lock

+23-18
Original file line numberDiff line numberDiff line change
@@ -3410,10 +3410,10 @@ code-point-at@^1.0.0:
34103410
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
34113411
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
34123412

3413-
codecov@^3.5.0:
3414-
version "3.5.0"
3415-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.5.0.tgz#3d0748932f9cb41e1ad7f21fa346ef1b2b1bed47"
3416-
integrity sha512-/OsWOfIHaQIr7aeZ4pY0UC1PZT6kimoKFOFYFNb6wxo3iw12nRrh+mNGH72rnXxNsq6SGfesVPizm/6Q3XqcFQ==
3413+
codecov@^3.6.1:
3414+
version "3.6.1"
3415+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.6.1.tgz#f39fc49413445555f81f8e3ca5730992843b4517"
3416+
integrity sha512-IUJB6WG47nWK7o50etF8jBadxdMw7DmoQg05yIljstXFBGB6clOZsIj6iD4P82T2YaIU3qq+FFu8K9pxgkCJDQ==
34173417
dependencies:
34183418
argv "^0.0.2"
34193419
ignore-walk "^3.0.1"
@@ -4801,10 +4801,10 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
48014801
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
48024802
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
48034803

4804-
eslint@^6.3.0:
4805-
version "6.3.0"
4806-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.3.0.tgz#1f1a902f67bfd4c354e7288b81e40654d927eb6a"
4807-
integrity sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==
4804+
eslint@^6.4.0:
4805+
version "6.4.0"
4806+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.4.0.tgz#5aa9227c3fbe921982b2eda94ba0d7fae858611a"
4807+
integrity sha512-WTVEzK3lSFoXUovDHEbkJqCVPEPwbhCq4trDktNI6ygs7aO41d4cDT0JFAT5MivzZeVLWlg7vHL+bgrQv/t3vA==
48084808
dependencies:
48094809
"@babel/code-frame" "^7.0.0"
48104810
ajv "^6.10.0"
@@ -5707,13 +5707,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
57075707
inherits "^2.0.3"
57085708
minimalistic-assert "^1.0.1"
57095709

5710-
hasha@^5.0.0:
5711-
version "5.0.0"
5712-
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.0.0.tgz#fdc3785caea03df29535fc8adb512c3d3a709004"
5713-
integrity sha512-PqWdhnQhq6tqD32hZv+l1e5mJHNSudjnaAzgAHfkGiU0ABN6lmbZF8abJIulQHbZ7oiHhP8yL6O910ICMc+5pw==
5710+
hasha@^5.1.0:
5711+
version "5.1.0"
5712+
resolved "https://registry.yarnpkg.com/hasha/-/hasha-5.1.0.tgz#dd05ccdfcfe7dab626247ce2a58efe461922f4ca"
5713+
integrity sha512-OFPDWmzPN1l7atOV1TgBVmNtBxaIysToK6Ve9DK+vT6pYuklw/nPNT+HJbZi0KDcI6vWB+9tgvZ5YD7fA3CXcA==
57145714
dependencies:
5715-
is-stream "^1.1.0"
5716-
type-fest "^0.3.0"
5715+
is-stream "^2.0.0"
5716+
type-fest "^0.8.0"
57175717

57185718
he@1.2.x, he@^1.1.0, he@^1.2.0:
57195719
version "1.2.0"
@@ -6806,10 +6806,10 @@ jest@^24.9.0:
68066806
import-local "^2.0.0"
68076807
jest-cli "^24.9.0"
68086808

6809-
jimp-compact@^0.8.0:
6810-
version "0.8.0"
6811-
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.8.0.tgz#2a7831b9d0e3202678a0617dd9fd9a3ed5423886"
6812-
integrity sha512-X20NDmsndoplmKtws5fcZYPnRzdtP1vftKlZaiKmKQ3+LMSXLPGoOCPZlckVZg4DjZlPzDOjA+nj//TPFGxMQw==
6809+
jimp-compact@^0.8.4:
6810+
version "0.8.4"
6811+
resolved "https://registry.yarnpkg.com/jimp-compact/-/jimp-compact-0.8.4.tgz#0878a0c30f22d2d4f8b33e96722eb09d20770627"
6812+
integrity sha512-9mvZ7/TJ28bWtdx0RxmfiOTzSom4zuRniFTLtJHfNL6HxQdnRtjmX8XIRjmofgVXj2TW/GgSuZKB3dSZ5hNhKg==
68136813

68146814
js-levenshtein@^1.1.3:
68156815
version "1.1.6"
@@ -11001,6 +11001,11 @@ type-fest@^0.5.2:
1100111001
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2"
1100211002
integrity sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw==
1100311003

11004+
type-fest@^0.8.0:
11005+
version "0.8.0"
11006+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.0.tgz#ee92ee2ec95479869dec66d17d9698666b90f29d"
11007+
integrity sha512-M8BLNtxNWRbRmJ8Iu+4j4qZLlE7Y75ldC42cvw9KPOFkFwY/KlSJuj9eeGmoB/k3QAAnuN3M35Z59+lBm1+C+g==
11008+
1100411009
type-is@~1.6.17, type-is@~1.6.18:
1100511010
version "1.6.18"
1100611011
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)