Skip to content

Commit 2357511

Browse files
Bump eslint from 7.26.0 to 7.27.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.26.0 to 7.27.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.26.0...v7.27.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1b25588 commit 2357511

File tree

2 files changed

+44
-15
lines changed

2 files changed

+44
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"ember-source-channel-url": "^3.0.0",
6161
"ember-template-lint": "^2.21.0",
6262
"ember-try": "^1.4.0",
63-
"eslint": "^7.26.0",
63+
"eslint": "^7.27.0",
6464
"eslint-plugin-ember": "^9.6.0",
6565
"eslint-plugin-node": "^11.1.0",
6666
"loader.js": "^4.7.0",

yarn.lock

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,6 +2178,16 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4:
21782178
json-schema-traverse "^0.4.1"
21792179
uri-js "^4.2.2"
21802180

2181+
ajv@^8.0.1:
2182+
version "8.5.0"
2183+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.5.0.tgz#695528274bcb5afc865446aa275484049a18ae4b"
2184+
integrity sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==
2185+
dependencies:
2186+
fast-deep-equal "^3.1.1"
2187+
json-schema-traverse "^1.0.0"
2188+
require-from-string "^2.0.2"
2189+
uri-js "^4.2.2"
2190+
21812191
21822192
version "1.2.0"
21832193
resolved "https://registry.yarnpkg.com/amd-name-resolver/-/amd-name-resolver-1.2.0.tgz#fc41b3848824b557313897d71f8d5a0184fbe679"
@@ -6548,10 +6558,10 @@ eslint-visitor-keys@^2.0.0:
65486558
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
65496559
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
65506560

6551-
eslint@^7.26.0:
6552-
version "7.26.0"
6553-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
6554-
integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
6561+
eslint@^7.27.0:
6562+
version "7.27.0"
6563+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.27.0.tgz#665a1506d8f95655c9274d84bd78f7166b07e9c7"
6564+
integrity sha512-JZuR6La2ZF0UD384lcbnd0Cgg6QJjiCwhMD6eU4h/VGPcVGwawNNzKU41tgokGXnfjOOyI6QIffthhJTPzzuRA==
65556565
dependencies:
65566566
"@babel/code-frame" "7.12.11"
65576567
"@eslint/eslintrc" "^0.4.1"
@@ -6561,12 +6571,14 @@ eslint@^7.26.0:
65616571
debug "^4.0.1"
65626572
doctrine "^3.0.0"
65636573
enquirer "^2.3.5"
6574+
escape-string-regexp "^4.0.0"
65646575
eslint-scope "^5.1.1"
65656576
eslint-utils "^2.1.0"
65666577
eslint-visitor-keys "^2.0.0"
65676578
espree "^7.3.1"
65686579
esquery "^1.4.0"
65696580
esutils "^2.0.2"
6581+
fast-deep-equal "^3.1.3"
65706582
file-entry-cache "^6.0.1"
65716583
functional-red-black-tree "^1.0.1"
65726584
glob-parent "^5.0.0"
@@ -6578,7 +6590,7 @@ eslint@^7.26.0:
65786590
js-yaml "^3.13.1"
65796591
json-stable-stringify-without-jsonify "^1.0.1"
65806592
levn "^0.4.1"
6581-
lodash "^4.17.21"
6593+
lodash.merge "^4.6.2"
65826594
minimatch "^3.0.4"
65836595
natural-compare "^1.4.0"
65846596
optionator "^0.9.1"
@@ -6587,7 +6599,7 @@ eslint@^7.26.0:
65876599
semver "^7.2.1"
65886600
strip-ansi "^6.0.0"
65896601
strip-json-comments "^3.1.0"
6590-
table "^6.0.4"
6602+
table "^6.0.9"
65916603
text-table "^0.2.0"
65926604
v8-compile-cache "^2.0.3"
65936605

@@ -6870,7 +6882,7 @@ extsprintf@^1.2.0:
68706882
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
68716883
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=
68726884

6873-
fast-deep-equal@^3.1.1:
6885+
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
68746886
version "3.1.3"
68756887
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
68766888
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -8864,6 +8876,11 @@ json-schema-traverse@^0.4.1:
88648876
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
88658877
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
88668878

8879+
json-schema-traverse@^1.0.0:
8880+
version "1.0.0"
8881+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
8882+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
8883+
88678884
88688885
version "0.2.3"
88698886
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13"
@@ -9193,7 +9210,7 @@ lodash.castarray@^4.4.0:
91939210
resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115"
91949211
integrity sha1-wCUTUV4wna3dTCTGDP3c9ZdtkRU=
91959212

9196-
lodash.clonedeep@^4.4.1:
9213+
lodash.clonedeep@^4.4.1, lodash.clonedeep@^4.5.0:
91979214
version "4.5.0"
91989215
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
91999216
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
@@ -9292,6 +9309,11 @@ lodash.templatesettings@^4.0.0:
92929309
dependencies:
92939310
lodash._reinterpolate "^3.0.0"
92949311

9312+
lodash.truncate@^4.4.2:
9313+
version "4.4.2"
9314+
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
9315+
integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
9316+
92959317
lodash.uniq@^4.2.0:
92969318
version "4.5.0"
92979319
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
@@ -11320,6 +11342,11 @@ require-directory@^2.1.1:
1132011342
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
1132111343
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=
1132211344

11345+
require-from-string@^2.0.2:
11346+
version "2.0.2"
11347+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
11348+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
11349+
1132311350
require-main-filename@^2.0.0:
1132411351
version "2.0.0"
1132511352
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
@@ -12351,15 +12378,17 @@ tabbable@^4.0.0:
1235112378
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-4.0.0.tgz#5bff1d1135df1482cf0f0206434f15eadbeb9261"
1235212379
integrity sha512-H1XoH1URcBOa/rZZWxLxHCtOdVUEev+9vo5YdYhC9tCY4wnybX+VQrCYuy9ubkg69fCBxCONJOSLGfw0DWMffQ==
1235312380

12354-
table@^6.0.4:
12355-
version "6.0.4"
12356-
resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d"
12357-
integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw==
12381+
table@^6.0.9:
12382+
version "6.7.1"
12383+
resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
12384+
integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
1235812385
dependencies:
12359-
ajv "^6.12.4"
12360-
lodash "^4.17.20"
12386+
ajv "^8.0.1"
12387+
lodash.clonedeep "^4.5.0"
12388+
lodash.truncate "^4.4.2"
1236112389
slice-ansi "^4.0.0"
1236212390
string-width "^4.2.0"
12391+
strip-ansi "^6.0.0"
1236312392

1236412393
tap-parser@^7.0.0:
1236512394
version "7.0.0"

0 commit comments

Comments
 (0)