Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit c9e7075

Browse files
Build(deps-dev): Bump eslint-plugin-node from 8.0.1 to 9.0.1
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 8.0.1 to 9.0.1. - [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases) - [Commits](mysticatea/eslint-plugin-node@v8.0.1...v9.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 62d97ad commit c9e7075

2 files changed

Lines changed: 25 additions & 25 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"ember-source-channel-url": "^1.1.0",
6666
"ember-try": "^1.2.1",
6767
"eslint-plugin-ember": "^6.4.1",
68-
"eslint-plugin-node": "^8.0.0",
68+
"eslint-plugin-node": "^9.0.1",
6969
"express": "^4.17.0",
7070
"fs-extra": "^7.0.0",
7171
"lerna-changelog": "^0.8.2",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3913,25 +3913,25 @@ eslint-plugin-ember@^6.4.1:
39133913
ember-rfc176-data "^0.3.9"
39143914
snake-case "^2.1.0"
39153915

3916-
eslint-plugin-es@^1.3.1:
3917-
version "1.3.1"
3918-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.3.1.tgz#5acb2565db4434803d1d46a9b4cbc94b345bd028"
3919-
integrity sha512-9XcVyZiQRVeFjqHw8qHNDAZcQLqaHlOGGpeYqzYh8S4JYCWTCO3yzyen8yVmA5PratfzTRWDwCOFphtDEG+w/w==
3916+
eslint-plugin-es@^1.4.0:
3917+
version "1.4.0"
3918+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
3919+
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
39203920
dependencies:
39213921
eslint-utils "^1.3.0"
3922-
regexpp "^2.0.0"
3922+
regexpp "^2.0.1"
39233923

3924-
eslint-plugin-node@^8.0.0:
3925-
version "8.0.1"
3926-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
3927-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
3924+
eslint-plugin-node@^9.0.1:
3925+
version "9.0.1"
3926+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.0.1.tgz#93e44626fa62bcb6efea528cee9687663dc03b62"
3927+
integrity sha512-fljT5Uyy3lkJzuqhxrYanLSsvaILs9I7CmQ31atTtZ0DoIzRbbvInBh4cQ1CrthFHInHYBQxfPmPt6KLHXNXdw==
39283928
dependencies:
3929-
eslint-plugin-es "^1.3.1"
3929+
eslint-plugin-es "^1.4.0"
39303930
eslint-utils "^1.3.1"
3931-
ignore "^5.0.2"
3931+
ignore "^5.1.1"
39323932
minimatch "^3.0.4"
3933-
resolve "^1.8.1"
3934-
semver "^5.5.0"
3933+
resolve "^1.10.1"
3934+
semver "^6.0.0"
39353935

39363936
eslint-scope@^4.0.0:
39373937
version "4.0.0"
@@ -5080,10 +5080,10 @@ ignore@^4.0.6:
50805080
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
50815081
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
50825082

5083-
ignore@^5.0.2:
5084-
version "5.0.4"
5085-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
5086-
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
5083+
ignore@^5.1.1:
5084+
version "5.1.1"
5085+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.1.tgz#2fc6b8f518aff48fef65a7f348ed85632448e4a5"
5086+
integrity sha512-DWjnQIFLenVrwyRCKZT+7a7/U4Cqgar4WG8V++K3hw+lrW1hc/SIwdiGmtxKCVACmHULTuGeBbHJmbwW7/sAvA==
50875087

50885088
imurmurhash@^0.1.4:
50895089
version "0.1.4"
@@ -7401,7 +7401,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
74017401
extend-shallow "^3.0.2"
74027402
safe-regex "^1.1.0"
74037403

7404-
regexpp@^2.0.0, regexpp@^2.0.1:
7404+
regexpp@^2.0.1:
74057405
version "2.0.1"
74067406
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
74077407
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
@@ -7689,16 +7689,16 @@ sane@^4.0.0, sane@^4.0.2:
76897689
minimist "^1.1.1"
76907690
walker "~1.0.5"
76917691

7692-
semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0:
7693-
version "5.6.0"
7694-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
7695-
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
7696-
7697-
semver@^5.7.0:
7692+
semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semver@^5.6.0, semver@^5.7.0:
76987693
version "5.7.0"
76997694
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
77007695
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
77017696

7697+
semver@^6.0.0:
7698+
version "6.0.0"
7699+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.0.0.tgz#05e359ee571e5ad7ed641a6eec1e547ba52dea65"
7700+
integrity sha512-0UewU+9rFapKFnlbirLi3byoOuhrSsli/z/ihNnvM24vgF+8sNBiI1LZPBSH9wJKUwaUbw+s3hToDLCXkrghrQ==
7701+
77027702
send@0.17.1:
77037703
version "0.17.1"
77047704
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)