Skip to content

Commit 9efbbf0

Browse files
authored
fix(deps): update all non-major dependencies (#375)
fix(deps): update all non-major dependencies
2 parents c15cf49 + 612313b commit 9efbbf0

File tree

2 files changed

+47
-10
lines changed

2 files changed

+47
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"collectCoverage": true
4343
},
4444
"dependencies": {
45-
"@kazupon/vue-i18n-loader": "^0.3.0",
45+
"@kazupon/vue-i18n-loader": "^0.4.0",
4646
"acorn": "^6.1.1",
4747
"acorn-dynamic-import": "^4.0.0",
4848
"acorn-walk": "^6.1.1",
@@ -58,7 +58,7 @@
5858
"eslint": "6.1.0",
5959
"eslint-config-standard": "13.0.1",
6060
"eslint-plugin-import": "2.18.2",
61-
"eslint-plugin-jest": "22.13.0",
61+
"eslint-plugin-jest": "22.13.3",
6262
"eslint-plugin-node": "9.1.0",
6363
"eslint-plugin-promise": "4.2.1",
6464
"eslint-plugin-standard": "4.0.0",

yarn.lock

Lines changed: 45 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -914,10 +914,13 @@
914914
"@types/istanbul-reports" "^1.1.1"
915915
"@types/yargs" "^12.0.9"
916916

917-
"@kazupon/vue-i18n-loader@^0.3.0":
918-
version "0.3.0"
919-
resolved "https://registry.yarnpkg.com/@kazupon/vue-i18n-loader/-/vue-i18n-loader-0.3.0.tgz#e068de2d75d891275814ae28ad1fcaf1b537694f"
920-
integrity sha512-M2280E9PMxetu6mOdtyh1d6Dif7LwH4gvxD2dgsu7HOyzR26AUNok8DxZ1Y5YAexJvPfbBXC75Llui2myO05Hg==
917+
"@kazupon/vue-i18n-loader@^0.4.0":
918+
version "0.4.0"
919+
resolved "https://registry.yarnpkg.com/@kazupon/vue-i18n-loader/-/vue-i18n-loader-0.4.0.tgz#4c9ce9aa767b0772e7ee7ae243d510e8dfceffed"
920+
integrity sha512-S7Dy2jfcb6yXIBt63DDi7AeVrH8n8HBbEmCszMunL86P/aJwauiIvh9H5m6oXvZXgOPZ1WR2m/EpHjdKMp+Z4A==
921+
dependencies:
922+
js-yaml "^3.13.1"
923+
json5 "^2.1.0"
921924

922925
"@mrmlnc/readdir-enhanced@^2.2.1":
923926
version "2.2.1"
@@ -1248,6 +1251,11 @@
12481251
"@types/istanbul-lib-coverage" "*"
12491252
"@types/istanbul-lib-report" "*"
12501253

1254+
"@types/json-schema@^7.0.3":
1255+
version "7.0.3"
1256+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
1257+
integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
1258+
12511259
"@types/minimatch@*":
12521260
version "3.0.3"
12531261
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@@ -1273,6 +1281,23 @@
12731281
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916"
12741282
integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw==
12751283

1284+
"@typescript-eslint/experimental-utils@^1.13.0":
1285+
version "1.13.0"
1286+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.13.0.tgz#b08c60d780c0067de2fb44b04b432f540138301e"
1287+
integrity sha512-zmpS6SyqG4ZF64ffaJ6uah6tWWWgZ8m+c54XXgwFtUv0jNz8aJAVx8chMCvnk7yl6xwn8d+d96+tWp7fXzTuDg==
1288+
dependencies:
1289+
"@types/json-schema" "^7.0.3"
1290+
"@typescript-eslint/typescript-estree" "1.13.0"
1291+
eslint-scope "^4.0.0"
1292+
1293+
"@typescript-eslint/typescript-estree@1.13.0":
1294+
version "1.13.0"
1295+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.13.0.tgz#8140f17d0f60c03619798f1d628b8434913dc32e"
1296+
integrity sha512-b5rCmd2e6DCC6tCTN9GSUAuxdYwCM/k/2wdjHGrIRGPSJotWMCe/dGpi66u42bhuh8q3QBzqM4TMA1GUUCJvdw==
1297+
dependencies:
1298+
lodash.unescape "4.0.1"
1299+
semver "5.5.0"
1300+
12761301
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
12771302
version "1.0.0"
12781303
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"
@@ -4124,10 +4149,12 @@ eslint-plugin-import@2.18.2:
41244149
read-pkg-up "^2.0.0"
41254150
resolve "^1.11.0"
41264151

4127-
eslint-plugin-jest@22.13.0:
4128-
version "22.13.0"
4129-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.13.0.tgz#d7d134c6e3c2f67cc50f5fa89a329db579d28428"
4130-
integrity sha512-bIr8LL7buUXS8Pk69SFgaDKgyvPQkDu6i8ko0lP54uccszlo4EOwtstDXOZl5Af3JwudbECxRUbCpL/2cKDkkg==
4152+
eslint-plugin-jest@22.13.3:
4153+
version "22.13.3"
4154+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.13.3.tgz#a0607ce3baff76ac887e27a60a6252e755d9aad5"
4155+
integrity sha512-YnEOKu4kJtJqSG5l1+t21WCwcdt8Re+Ud8LVU1sUkNjQsv0wWqXe8utozqGhzr/s1wWxDGLzSiGQ1KDTI3qM5w==
4156+
dependencies:
4157+
"@typescript-eslint/experimental-utils" "^1.13.0"
41314158

41324159
eslint-plugin-node@9.1.0:
41334160
version "9.1.0"
@@ -6682,6 +6709,11 @@ lodash.throttle@^4.1.1:
66826709
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
66836710
integrity sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=
66846711

6712+
lodash.unescape@4.0.1:
6713+
version "4.0.1"
6714+
resolved "https://registry.yarnpkg.com/lodash.unescape/-/lodash.unescape-4.0.1.tgz#bf2249886ce514cda112fae9218cdc065211fc9c"
6715+
integrity sha1-vyJJiGzlFM2hEvrpIYzcBlIR/Jw=
6716+
66856717
lodash.uniq@^4.5.0:
66866718
version "4.5.0"
66876719
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -9379,6 +9411,11 @@ selfsigned@^1.10.4:
93799411
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
93809412
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
93819413

9414+
semver@5.5.0:
9415+
version "5.5.0"
9416+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
9417+
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
9418+
93829419
semver@6.0.0:
93839420
version "6.0.0"
93849421
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"

0 commit comments

Comments
 (0)