Skip to content

Commit 5103ed6

Browse files
committed
Update dependency eslint-plugin-unicorn to v35
1 parent d17c84f commit 5103ed6

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"eslint-plugin-ember-concurrency": "0.3.1",
114114
"eslint-plugin-import-helpers": "1.1.0",
115115
"eslint-plugin-prettier": "3.4.0",
116-
"eslint-plugin-unicorn": "34.0.1",
116+
"eslint-plugin-unicorn": "35.0.0",
117117
"loader.js": "4.7.0",
118118
"match-json": "1.3.3",
119119
"normalize.css": "8.0.1",

yarn.lock

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,10 @@
229229
dependencies:
230230
"@babel/types" "^7.14.5"
231231

232-
"@babel/helper-validator-identifier@^7.14.5":
233-
version "7.14.5"
234-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
235-
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
232+
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
233+
version "7.14.9"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
235+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
236236

237237
"@babel/helper-validator-option@^7.14.5":
238238
version "7.14.5"
@@ -7540,11 +7540,12 @@ [email protected]:
75407540
dependencies:
75417541
prettier-linter-helpers "^1.0.0"
75427542

7543-
eslint-plugin-unicorn@34.0.1:
7544-
version "34.0.1"
7545-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-34.0.1.tgz#e31cfaf487591599ff1f1b1e74776cce59dcc3ae"
7546-
integrity sha512-GUBtRYRhPVOW/GDu6QtOjrneSZxY/MulOT8puJU+47VKCzNmMgS/iHO2gZqoQ7KPMrpNYlebUlvCWy3IR1USVQ==
7543+
eslint-plugin-unicorn@35.0.0:
7544+
version "35.0.0"
7545+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-35.0.0.tgz#40797793d4f645bafaaa7a1396b8f4ca7b2a7dbd"
7546+
integrity sha512-FHsaO68tDPQILfs/mGF8eSISJp8RswR4FpUuBDnueK2wyEHC6zmsc9WxjYyldXoIsBuVmru6jQyFCbCWPoW/KQ==
75477547
dependencies:
7548+
"@babel/helper-validator-identifier" "^7.14.9"
75487549
ci-info "^3.2.0"
75497550
clean-regexp "^1.0.0"
75507551
eslint-template-visitor "^2.3.2"
@@ -7554,7 +7555,6 @@ [email protected]:
75547555
pluralize "^8.0.0"
75557556
read-pkg-up "^7.0.1"
75567557
regexp-tree "^0.1.23"
7557-
reserved-words "^0.1.2"
75587558
safe-regex "^2.1.1"
75597559
semver "^7.3.5"
75607560

@@ -12775,11 +12775,6 @@ reselect@^4.0.0:
1277512775
resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.0.0.tgz#f2529830e5d3d0e021408b246a206ef4ea4437f7"
1277612776
integrity sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA==
1277712777

12778-
reserved-words@^0.1.2:
12779-
version "0.1.2"
12780-
resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1"
12781-
integrity sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=
12782-
1278312778
resolve-dir@^1.0.0, resolve-dir@^1.0.1:
1278412779
version "1.0.1"
1278512780
resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"

0 commit comments

Comments
 (0)