Skip to content

Commit 36b475c

Browse files
committed
chore: depedency maintenance
1 parent 91ca0b1 commit 36b475c

File tree

6 files changed

+70
-70
lines changed

6 files changed

+70
-70
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
"http-server": "^0.12.3",
7575
"inquirer": "^7.1.0",
7676
"jest": "^24.9.0",
77-
"lerna": "^3.21.0",
77+
"lerna": "^3.22.0",
7878
"lerna-changelog": "^0.8.3",
7979
"lint-staged": "^9.5.0",
80-
"memfs": "^3.1.3",
80+
"memfs": "^3.2.0",
8181
"minimist": "^1.2.5",
8282
"prettier": ">= 1.13.0",
8383
"request": "^2.88.2",
8484
"request-promise-native": "^1.0.8",
8585
"rimraf": "^3.0.2",
8686
"semver": "^6.1.0",
87-
"typescript": "~3.9.2",
87+
"typescript": "~3.9.3",
8888
"vuepress": "^1.5.0",
8989
"webpack": "^4.0.0",
9090
"yorkie": "^2.0.0"

packages/@vue/cli-plugin-router/generator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = (api, options = {}) => {
44

55
api.extendPackage({
66
dependencies: {
7-
'vue-router': '^3.1.6'
7+
'vue-router': '^3.2.0'
88
}
99
})
1010

packages/@vue/cli-plugin-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/chai": "^4.2.11",
4343
"@types/jest": "^24.0.19",
4444
"@types/mocha": "^5.2.6",
45-
"typescript": "~3.9.2",
45+
"typescript": "~3.9.3",
4646
"vue-class-component": "^7.2.3",
4747
"vue-property-decorator": "^8.4.2"
4848
}

packages/@vue/cli-service/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"vue-loader": "^15.9.2",
7272
"vue-style-loader": "^4.1.2",
7373
"webpack": "^4.0.0",
74-
"webpack-bundle-analyzer": "^3.7.0",
74+
"webpack-bundle-analyzer": "^3.8.0",
7575
"webpack-chain": "^6.4.0",
7676
"webpack-dev-server": "^3.11.0",
7777
"webpack-merge": "^4.2.2"
@@ -104,7 +104,7 @@
104104
"sass": "^1.26.5",
105105
"sass-loader": "^8.0.2",
106106
"vue": "^2.6.11",
107-
"vue-router": "^3.1.6",
107+
"vue-router": "^3.2.0",
108108
"vue-template-compiler": "^2.6.11",
109109
"vuex": "^3.4.0"
110110
},

packages/@vue/cli-ui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"prismjs": "^1.20.0",
6161
"rss-parser": "^3.8.0",
6262
"shortid": "^2.2.15",
63-
"typescript": "~3.9.2",
63+
"typescript": "~3.9.3",
6464
"vue-cli-plugin-apollo": "^0.21.3",
6565
"watch": "^1.0.2"
6666
},
@@ -95,11 +95,11 @@
9595
"vue": "^2.6.11",
9696
"vue-apollo": "^3.0.3",
9797
"vue-color": "^2.7.1",
98-
"vue-i18n": "^8.17.6",
98+
"vue-i18n": "^8.17.7",
9999
"vue-instantsearch": "^1.5.1",
100100
"vue-meta": "^1.6.0",
101101
"vue-observe-visibility": "^0.4.6",
102-
"vue-router": "^3.1.6",
102+
"vue-router": "^3.2.0",
103103
"vue-template-compiler": "^2.6.11",
104104
"vue-timeago": "^5.1.2",
105105
"vue-virtual-scroller": "^1.0.10",

yarn.lock

+60-60
Original file line numberDiff line numberDiff line change
@@ -1606,10 +1606,10 @@
16061606
is-ci "^2.0.0"
16071607
npmlog "^4.1.2"
16081608

1609-
"@lerna/conventional-commits@3.18.5":
1610-
version "3.18.5"
1611-
resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.18.5.tgz#08efd2e5b45acfaf3f151a53a3ec7ecade58a7bc"
1612-
integrity sha512-qcvXIEJ3qSgalxXnQ7Yxp5H9Ta5TVyai6vEor6AAEHc20WiO7UIdbLDCxBtiiHMdGdpH85dTYlsoYUwsCJu3HQ==
1609+
"@lerna/conventional-commits@3.22.0":
1610+
version "3.22.0"
1611+
resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.22.0.tgz#2798f4881ee2ef457bdae027ab7d0bf0af6f1e09"
1612+
integrity sha512-z4ZZk1e8Mhz7+IS8NxHr64wyklHctCJyWpJKEZZPJiLFJ8yKto/x38O80R10pIzC0rr8Sy/OsjSH4bl0TbbgqA==
16131613
dependencies:
16141614
"@lerna/validation-error" "3.13.0"
16151615
conventional-changelog-angular "^5.0.3"
@@ -1632,10 +1632,10 @@
16321632
fs-extra "^8.1.0"
16331633
npmlog "^4.1.2"
16341634

1635-
"@lerna/create@3.21.0":
1636-
version "3.21.0"
1637-
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.21.0.tgz#e813832adf3488728b139e5a75c8b01b1372e62f"
1638-
integrity sha512-cRIopzKzE2vXJPmsiwCDMWo4Ct+KTmX3nvvkQLDoQNrrRK7w+3KQT3iiorbj1koD95RsVQA7mS2haWok9SIv0g==
1635+
"@lerna/create@3.22.0":
1636+
version "3.22.0"
1637+
resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.22.0.tgz#d6bbd037c3dc5b425fe5f6d1b817057c278f7619"
1638+
integrity sha512-MdiQQzCcB4E9fBF1TyMOaAEz9lUjIHp1Ju9H7f3lXze5JK6Fl5NYkouAvsLgY6YSIhXMY8AHW2zzXeBDY4yWkw==
16391639
dependencies:
16401640
"@evocateur/pacote" "^9.6.3"
16411641
"@lerna/child-process" "3.16.5"
@@ -1723,13 +1723,13 @@
17231723
ssri "^6.0.1"
17241724
tar "^4.4.8"
17251725

1726-
"@lerna/github-client@3.16.5":
1727-
version "3.16.5"
1728-
resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-3.16.5.tgz#2eb0235c3bf7a7e5d92d73e09b3761ab21f35c2e"
1729-
integrity sha512-rHQdn8Dv/CJrO3VouOP66zAcJzrHsm+wFuZ4uGAai2At2NkgKH+tpNhQy2H1PSC0Ezj9LxvdaHYrUzULqVK5Hw==
1726+
"@lerna/github-client@3.22.0":
1727+
version "3.22.0"
1728+
resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-3.22.0.tgz#5d816aa4f76747ed736ae64ff962b8f15c354d95"
1729+
integrity sha512-O/GwPW+Gzr3Eb5bk+nTzTJ3uv+jh5jGho9BOqKlajXaOkMYGBELEAqV5+uARNGWZFvYAiF4PgqHb6aCUu7XdXg==
17301730
dependencies:
17311731
"@lerna/child-process" "3.16.5"
1732-
"@octokit/plugin-enterprise-rest" "^3.6.1"
1732+
"@octokit/plugin-enterprise-rest" "^6.0.1"
17331733
"@octokit/rest" "^16.28.4"
17341734
git-url-parse "^11.1.2"
17351735
npmlog "^4.1.2"
@@ -1756,10 +1756,10 @@
17561756
"@lerna/child-process" "3.16.5"
17571757
semver "^6.2.0"
17581758

1759-
"@lerna/import@3.21.0":
1760-
version "3.21.0"
1761-
resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.21.0.tgz#87b08f2a2bfeeff7357c6fd8490e638d3cd5b32d"
1762-
integrity sha512-aISkL4XD0Dqf5asDaOZWu65jgj8fWUhuQseZWuQe3UfHxav69fTS2YLIngUfencaOSZVOcVCom28YCzp61YDxw==
1759+
"@lerna/import@3.22.0":
1760+
version "3.22.0"
1761+
resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.22.0.tgz#1a5f0394f38e23c4f642a123e5e1517e70d068d2"
1762+
integrity sha512-uWOlexasM5XR6tXi4YehODtH9Y3OZrFht3mGUFFT3OIl2s+V85xIGFfqFGMTipMPAGb2oF1UBLL48kR43hRsOg==
17631763
dependencies:
17641764
"@lerna/child-process" "3.16.5"
17651765
"@lerna/command" "3.21.0"
@@ -1978,10 +1978,10 @@
19781978
inquirer "^6.2.0"
19791979
npmlog "^4.1.2"
19801980

1981-
"@lerna/publish@3.21.0":
1982-
version "3.21.0"
1983-
resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.21.0.tgz#0112393125f000484c3f50caba71a547f91bd7f4"
1984-
integrity sha512-JZ+ehZB9UCQ9nqH8Ld/Yqc/If++aK/7XIubkrB9sQ5hf2GeIbmI/BrJpMgLW/e9T5bKrUBZPUvoUN3daVipA5A==
1981+
"@lerna/publish@3.22.0":
1982+
version "3.22.0"
1983+
resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.22.0.tgz#7a3fb61026d3b7425f3b9a1849421f67d795c55d"
1984+
integrity sha512-8LBeTLBN8NIrCrLGykRu+PKrfrCC16sGCVY0/bzq9TDioR7g6+cY0ZAw653Qt/0Kr7rg3J7XxVNdzj3fvevlwA==
19851985
dependencies:
19861986
"@evocateur/libnpmaccess" "^3.1.2"
19871987
"@evocateur/npm-registry-fetch" "^4.0.0"
@@ -2004,7 +2004,7 @@
20042004
"@lerna/run-lifecycle" "3.16.2"
20052005
"@lerna/run-topologically" "3.18.5"
20062006
"@lerna/validation-error" "3.13.0"
2007-
"@lerna/version" "3.21.0"
2007+
"@lerna/version" "3.22.0"
20082008
figgy-pudding "^3.5.1"
20092009
fs-extra "^8.1.0"
20102010
npm-package-arg "^6.1.0"
@@ -2117,17 +2117,17 @@
21172117
dependencies:
21182118
npmlog "^4.1.2"
21192119

2120-
"@lerna/version@3.21.0":
2121-
version "3.21.0"
2122-
resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.21.0.tgz#5bcc3d2de9eb8f4db18efb0d88973f9a509eccc3"
2123-
integrity sha512-nIT3u43fCNj6uSMN1dRxFnF4GhmIiOEqSTkGSjrMU+8kHKwzOqS/6X6TOzklBmCyEZOpF/fLlGqH3BZHnwLDzQ==
2120+
"@lerna/version@3.22.0":
2121+
version "3.22.0"
2122+
resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.22.0.tgz#67e1340c1904e9b339becd66429f32dd8ad65a55"
2123+
integrity sha512-6uhL6RL7/FeW6u1INEgyKjd5dwO8+IsbLfkfC682QuoVLS7VG6OOB+JmTpCvnuyYWI6fqGh1bRk9ww8kPsj+EA==
21242124
dependencies:
21252125
"@lerna/check-working-tree" "3.16.5"
21262126
"@lerna/child-process" "3.16.5"
21272127
"@lerna/collect-updates" "3.20.0"
21282128
"@lerna/command" "3.21.0"
2129-
"@lerna/conventional-commits" "3.18.5"
2130-
"@lerna/github-client" "3.16.5"
2129+
"@lerna/conventional-commits" "3.22.0"
2130+
"@lerna/github-client" "3.22.0"
21312131
"@lerna/gitlab-client" "3.15.0"
21322132
"@lerna/output" "3.13.0"
21332133
"@lerna/prerelease-id-from-version" "3.16.0"
@@ -2338,10 +2338,10 @@
23382338
is-plain-object "^3.0.0"
23392339
universal-user-agent "^4.0.0"
23402340

2341-
"@octokit/plugin-enterprise-rest@^3.6.1":
2342-
version "3.6.2"
2343-
resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-3.6.2.tgz#74de25bef21e0182b4fa03a8678cd00a4e67e561"
2344-
integrity sha512-3wF5eueS5OHQYuAEudkpN+xVeUsg8vYEMMenEzLphUZ7PRZ8OJtDcsreL3ad9zxXmBbaFWzLmFcdob5CLyZftA==
2341+
"@octokit/plugin-enterprise-rest@^6.0.1":
2342+
version "6.0.1"
2343+
resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-6.0.1.tgz#e07896739618dab8da7d4077c658003775f95437"
2344+
integrity sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==
23452345

23462346
"@octokit/plugin-paginate-rest@^1.1.1":
23472347
version "1.1.2"
@@ -12011,27 +12011,27 @@ lerna-changelog@^0.8.3:
1201112011
progress "^2.0.0"
1201212012
yargs "^11.0.0"
1201312013

12014-
lerna@^3.21.0:
12015-
version "3.21.0"
12016-
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.21.0.tgz#c81a0f8df45c6b7c9d3fc9fdcd0f846aca2375c6"
12017-
integrity sha512-ux8yOwQEgIXOZVUfq+T8nVzPymL19vlIoPbysOP3YA4hcjKlqQIlsjI/1ugBe6b4MF7W4iV5vS3gH9cGqBBc1A==
12014+
lerna@^3.22.0:
12015+
version "3.22.0"
12016+
resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.22.0.tgz#da14d08f183ffe6eec566a4ef3f0e11afa621183"
12017+
integrity sha512-xWlHdAStcqK/IjKvjsSMHPZjPkBV1lS60PmsIeObU8rLljTepc4Sg/hncw4HWfQxPIewHAUTqhrxPIsqf9L2Eg==
1201812018
dependencies:
1201912019
"@lerna/add" "3.21.0"
1202012020
"@lerna/bootstrap" "3.21.0"
1202112021
"@lerna/changed" "3.21.0"
1202212022
"@lerna/clean" "3.21.0"
1202312023
"@lerna/cli" "3.18.5"
12024-
"@lerna/create" "3.21.0"
12024+
"@lerna/create" "3.22.0"
1202512025
"@lerna/diff" "3.21.0"
1202612026
"@lerna/exec" "3.21.0"
12027-
"@lerna/import" "3.21.0"
12027+
"@lerna/import" "3.22.0"
1202812028
"@lerna/info" "3.21.0"
1202912029
"@lerna/init" "3.21.0"
1203012030
"@lerna/link" "3.21.0"
1203112031
"@lerna/list" "3.21.0"
12032-
"@lerna/publish" "3.21.0"
12032+
"@lerna/publish" "3.22.0"
1203312033
"@lerna/run" "3.21.0"
12034-
"@lerna/version" "3.21.0"
12034+
"@lerna/version" "3.22.0"
1203512035
import-local "^2.0.0"
1203612036
npmlog "^4.1.2"
1203712037

@@ -12802,10 +12802,10 @@ mem@^4.0.0:
1280212802
mimic-fn "^2.0.0"
1280312803
p-is-promise "^2.0.0"
1280412804

12805-
memfs@^3.1.3:
12806-
version "3.1.3"
12807-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.1.3.tgz#69dde8a667c674a3f825c707b6957d9f8fd7c0f3"
12808-
integrity sha512-XOowyKV/SlR9cpj50mh6dyxcu+aBUKU+Kv1/JvQxXx8MOBQQBds9I9eTvGR0Wc3YFw85Hc11SJc8S0hbX7e9fw==
12805+
memfs@^3.2.0:
12806+
version "3.2.0"
12807+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-3.2.0.tgz#f9438e622b5acd1daa8a4ae160c496fdd1325b26"
12808+
integrity sha512-f/xxz2TpdKv6uDn6GtHee8ivFyxwxmPuXatBb1FBwxYNuVpbM3k/Y1Z+vC0mH/dIXXrukYfe3qe5J32Dfjg93A==
1280912809
dependencies:
1281012810
fs-monkey "1.0.1"
1281112811

@@ -18171,10 +18171,10 @@ typedarray@^0.0.6:
1817118171
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1817218172
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1817318173

18174-
typescript@~3.9.2:
18175-
version "3.9.2"
18176-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.2.tgz#64e9c8e9be6ea583c54607677dd4680a1cf35db9"
18177-
integrity sha512-q2ktq4n/uLuNNShyayit+DTobV2ApPEo/6so68JaD5ojvc/6GClBipedB9zNWYxRSAlZXAe405Rlijzl6qDiSw==
18174+
typescript@~3.9.3:
18175+
version "3.9.3"
18176+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a"
18177+
integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==
1817818178

1817918179
uc.micro@^1.0.1, uc.micro@^1.0.5:
1818018180
version "1.0.6"
@@ -18778,10 +18778,10 @@ vue-hot-reload-api@^2.3.0:
1877818778
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.3.4.tgz#532955cc1eb208a3d990b3a9f9a70574657e08f2"
1877918779
integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==
1878018780

18781-
vue-i18n@^8.17.6:
18782-
version "8.17.6"
18783-
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.17.6.tgz#eb894dc1db7f69f505a8df5fed37f8d10aa10980"
18784-
integrity sha512-SsKL5D9Ii3zJPsFhUSllY754XuZvP8uCouUm+Mbylu95h3OwenV09uzIIEjkT7EtWyDQuWSMWObrNaD4ukBGZw==
18781+
vue-i18n@^8.17.7:
18782+
version "8.17.7"
18783+
resolved "https://registry.yarnpkg.com/vue-i18n/-/vue-i18n-8.17.7.tgz#d87e653e815a07f86e2c2dfe35261e6ea105c38a"
18784+
integrity sha512-7IQJ+72IIIxfR6Mt+X6EDmMP1i5oETFpc0FttnWKA9cgacf1DAlyho1aTItekG+AkbNs6nz4q3sYrXaPdC0irA==
1878518785

1878618786
vue-instantsearch@^1.5.1:
1878718787
version "1.7.0"
@@ -18878,10 +18878,10 @@ vue-router@^3.1.3:
1887818878
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.5.tgz#ff29b8a1e1306c526b52d4dc0532109f16c41231"
1887918879
integrity sha512-BszkPvhl7I9h334GjckCh7sVFyjTPMMJFJ4Bsrem/Ik+B/9gt5tgrk8k4gGLO4ZpdvciVdg7O41gW4DisQWurg==
1888018880

18881-
vue-router@^3.1.6:
18882-
version "3.1.6"
18883-
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.1.6.tgz#45f5a3a3843e31702c061dd829393554e4328f89"
18884-
integrity sha512-GYhn2ynaZlysZMkFE5oCHRUTqE8BWs/a9YbKpNLi0i7xD6KG1EzDqpHQmv1F5gXjr8kL5iIVS8EOtRaVUEXTqA==
18881+
vue-router@^3.2.0:
18882+
version "3.2.0"
18883+
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.2.0.tgz#da35195ffe37fdf0bec9f5f8f72781d2a7718815"
18884+
integrity sha512-khkrcUIzMcI1rDcNtqkvLwfRFzB97GmJEsPAQdj7t/VvpGhmXLOkUfhc+Ah8CvpSXGXwuWuQO+x8Sy/xDhXZIA==
1888518885

1888618886
vue-server-renderer@^2.6.10, vue-server-renderer@^2.6.11:
1888718887
version "2.6.11"
@@ -19077,10 +19077,10 @@ webidl-conversions@^4.0.2:
1907719077
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
1907819078
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
1907919079

19080-
webpack-bundle-analyzer@^3.7.0:
19081-
version "3.7.0"
19082-
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.7.0.tgz#84da434e89442899b884d9ad38e466d0db02a56f"
19083-
integrity sha512-mETdjZ30a3Yf+NTB/wqTgACK7rAYQl5uxKK0WVTNmF0sM3Uv8s3R58YZMW7Rhu0Lk2Rmuhdj5dcH5Q76zCDVdA==
19080+
webpack-bundle-analyzer@^3.8.0:
19081+
version "3.8.0"
19082+
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.8.0.tgz#ce6b3f908daf069fd1f7266f692cbb3bded9ba16"
19083+
integrity sha512-PODQhAYVEourCcOuU+NiYI7WdR8QyELZGgPvB1y2tjbUpbmcQOt5Q7jEK+ttd5se0KSBKD9SXHCEozS++Wllmw==
1908419084
dependencies:
1908519085
acorn "^7.1.1"
1908619086
acorn-walk "^7.1.1"

0 commit comments

Comments
 (0)