Skip to content

Commit 279c6ba

Browse files
Merge pull request #265 from kaliber5/dependabot/npm_and_yarn/eslint-plugin-ember-10.5.0
2 parents 032e887 + 3c3f6ac commit 279c6ba

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"ember-template-lint": "^2.21.0",
5959
"ember-try": "^1.4.0",
6060
"eslint": "^7.27.0",
61-
"eslint-plugin-ember": "^10.4.2",
61+
"eslint-plugin-ember": "^10.5.0",
6262
"eslint-plugin-node": "^11.1.0",
6363
"loader.js": "^4.7.0",
6464
"npm-run-all": "^4.1.5",

yarn.lock

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6773,15 +6773,15 @@ escodegen@^1.14.1:
67736773
optionalDependencies:
67746774
source-map "~0.6.1"
67756775

6776-
eslint-plugin-ember@^10.4.2:
6777-
version "10.4.2"
6778-
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.4.2.tgz#b9d7cd36f4a08b18997c23ad6884d2382a7d2ea5"
6779-
integrity sha512-rOT6e1puS6uWGxr8kPGYSMPordNVTasckuQiaakcjaEGKUtXNjcHtgS8WjmYESIeDFcTCtZvh2w+fHB8tglu4w==
6776+
eslint-plugin-ember@^10.5.0:
6777+
version "10.5.0"
6778+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.5.0.tgz#f2a9e8286dcc026287501bcca4f587af1a7363f5"
6779+
integrity sha512-i9+zPBgVKH0Goe6/BCY06+Nzjf72vBzWerdtn5YzAXwVbX+O3fZHXKfTwtNS64o/4F+0HyJ356EisD1PuUQGLA==
67806780
dependencies:
67816781
"@ember-data/rfc395-data" "^0.0.4"
67826782
css-tree "^1.0.0-alpha.39"
67836783
ember-rfc176-data "^0.3.15"
6784-
eslint-utils "^2.1.0"
6784+
eslint-utils "^3.0.0"
67856785
lodash.kebabcase "^4.1.1"
67866786
requireindex "^1.2.0"
67876787
snake-case "^3.0.3"
@@ -6829,6 +6829,13 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
68296829
dependencies:
68306830
eslint-visitor-keys "^1.1.0"
68316831

6832+
eslint-utils@^3.0.0:
6833+
version "3.0.0"
6834+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
6835+
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
6836+
dependencies:
6837+
eslint-visitor-keys "^2.0.0"
6838+
68326839
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
68336840
version "1.3.0"
68346841
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"

0 commit comments

Comments
 (0)