Skip to content

Commit b8433e3

Browse files
authored
Merge branch 'dev' into dependabot/npm_and_yarn/husky-4.3.8
2 parents 0df855f + 745f79d commit b8433e3

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"codesandbox": "^2.2.1",
117117
"core-js": "^3.8.2",
118118
"cross-env": "^7.0.3",
119-
"eslint": "^7.17.0",
119+
"eslint": "^7.18.0",
120120
"eslint-config-prettier": "^7.1.0",
121121
"eslint-config-standard": "^16.0.2",
122122
"eslint-config-vue": "^2.0.2",
@@ -143,7 +143,7 @@
143143
"postcss-cli": "^8.3.1",
144144
"prettier": "1.14.3",
145145
"require-context": "^1.1.0",
146-
"rollup": "^2.36.1",
146+
"rollup": "^2.36.2",
147147
"rollup-plugin-babel": "^4.4.0",
148148
"rollup-plugin-commonjs": "^10.1.0",
149149
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -908,10 +908,10 @@
908908
resolved "https://registry.yarnpkg.com/@csstools/convert-colors/-/convert-colors-1.4.0.tgz#ad495dc41b12e75d588c6db8b9834f08fa131eb7"
909909
integrity sha512-5a6wqoJV/xEdbRNKVo6I4hO3VjyDq//8q2f9I6PBAvMesJHFauXDorcNCsr9RzvsZnaWi5NYCcfyqP1QeFHFbw==
910910

911-
"@eslint/eslintrc@^0.2.2":
912-
version "0.2.2"
913-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
914-
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
911+
"@eslint/eslintrc@^0.3.0":
912+
version "0.3.0"
913+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
914+
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
915915
dependencies:
916916
ajv "^6.12.4"
917917
debug "^4.1.1"
@@ -920,7 +920,7 @@
920920
ignore "^4.0.6"
921921
import-fresh "^3.2.1"
922922
js-yaml "^3.13.1"
923-
lodash "^4.17.19"
923+
lodash "^4.17.20"
924924
minimatch "^3.0.4"
925925
strip-json-comments "^3.1.1"
926926

@@ -5581,13 +5581,13 @@ eslint-visitor-keys@^2.0.0:
55815581
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
55825582
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
55835583

5584-
eslint@^7.17.0:
5585-
version "7.17.0"
5586-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.17.0.tgz#4ccda5bf12572ad3bf760e6f195886f50569adb0"
5587-
integrity sha512-zJk08MiBgwuGoxes5sSQhOtibZ75pz0J35XTRlZOk9xMffhpA9BTbQZxoXZzOl5zMbleShbGwtw+1kGferfFwQ==
5584+
eslint@^7.18.0:
5585+
version "7.18.0"
5586+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
5587+
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
55885588
dependencies:
55895589
"@babel/code-frame" "^7.0.0"
5590-
"@eslint/eslintrc" "^0.2.2"
5590+
"@eslint/eslintrc" "^0.3.0"
55915591
ajv "^6.10.0"
55925592
chalk "^4.0.0"
55935593
cross-spawn "^7.0.2"
@@ -5611,7 +5611,7 @@ eslint@^7.17.0:
56115611
js-yaml "^3.13.1"
56125612
json-stable-stringify-without-jsonify "^1.0.1"
56135613
levn "^0.4.1"
5614-
lodash "^4.17.19"
5614+
lodash "^4.17.20"
56155615
minimatch "^3.0.4"
56165616
natural-compare "^1.4.0"
56175617
optionator "^0.9.1"
@@ -12169,10 +12169,10 @@ rollup-pluginutils@^2.8.1:
1216912169
dependencies:
1217012170
estree-walker "^0.6.1"
1217112171

12172-
rollup@^2.36.1:
12173-
version "2.36.1"
12174-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.36.1.tgz#2174f0c25c7b400d57b05628d0e732c7ae8d2178"
12175-
integrity sha512-eAfqho8dyzuVvrGqpR0ITgEdq0zG2QJeWYh+HeuTbpcaXk8vNFc48B7bJa1xYosTCKx0CuW+447oQOW8HgBIZQ==
12172+
rollup@^2.36.2:
12173+
version "2.36.2"
12174+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.36.2.tgz#883fc793c70c8481ad604f1065cd79ab0a4e9c49"
12175+
integrity sha512-qjjiuJKb+/8n0EZyQYVW+gFU4bNRBcZaXVzUgSVrGw0HlQBlK2aWyaOMMs1Ufic1jV69b9kW3u3i9B+hISDm3A==
1217612176
optionalDependencies:
1217712177
fsevents "~2.1.2"
1217812178

0 commit comments

Comments
 (0)