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

Commit 5ae2af2

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

2 files changed

Lines changed: 24 additions & 19 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": "^2.0.1",
6666
"ember-try": "^1.2.1",
6767
"eslint-plugin-ember": "^6.9.1",
68-
"eslint-plugin-node": "^8.0.0",
68+
"eslint-plugin-node": "^9.1.0",
6969
"express": "^4.17.1",
7070
"fs-extra": "^8.1.0",
7171
"lerna-changelog": "^0.8.2",

yarn.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3882,25 +3882,25 @@ eslint-plugin-ember@^6.9.1:
38823882
ember-rfc176-data "^0.3.10"
38833883
snake-case "^2.1.0"
38843884

3885-
eslint-plugin-es@^1.3.1:
3886-
version "1.3.1"
3887-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.3.1.tgz#5acb2565db4434803d1d46a9b4cbc94b345bd028"
3888-
integrity sha512-9XcVyZiQRVeFjqHw8qHNDAZcQLqaHlOGGpeYqzYh8S4JYCWTCO3yzyen8yVmA5PratfzTRWDwCOFphtDEG+w/w==
3885+
eslint-plugin-es@^1.4.0:
3886+
version "1.4.0"
3887+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
3888+
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
38893889
dependencies:
38903890
eslint-utils "^1.3.0"
3891-
regexpp "^2.0.0"
3891+
regexpp "^2.0.1"
38923892

3893-
eslint-plugin-node@^8.0.0:
3894-
version "8.0.1"
3895-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
3896-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
3893+
eslint-plugin-node@^9.1.0:
3894+
version "9.1.0"
3895+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
3896+
integrity sha512-ZwQYGm6EoV2cfLpE1wxJWsfnKUIXfM/KM09/TlorkukgCAwmkgajEJnPCmyzoFPQQkmvo5DrW/nyKutNIw36Mw==
38973897
dependencies:
3898-
eslint-plugin-es "^1.3.1"
3898+
eslint-plugin-es "^1.4.0"
38993899
eslint-utils "^1.3.1"
3900-
ignore "^5.0.2"
3900+
ignore "^5.1.1"
39013901
minimatch "^3.0.4"
3902-
resolve "^1.8.1"
3903-
semver "^5.5.0"
3902+
resolve "^1.10.1"
3903+
semver "^6.1.0"
39043904

39053905
eslint-scope@^4.0.0:
39063906
version "4.0.0"
@@ -5049,10 +5049,10 @@ ignore@^4.0.6:
50495049
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
50505050
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
50515051

5052-
ignore@^5.0.2:
5053-
version "5.0.4"
5054-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
5055-
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
5052+
ignore@^5.1.1:
5053+
version "5.1.4"
5054+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.4.tgz#84b7b3dbe64552b6ef0eca99f6743dbec6d97adf"
5055+
integrity sha512-MzbUSahkTW1u7JpKKjY7LCARd1fU5W2rLdxlM4kdkayuCwZImjkpluF9CM1aLewYJguPDqewLam18Y6AU69A8A==
50565056

50575057
imurmurhash@^0.1.4:
50585058
version "0.1.4"
@@ -7358,7 +7358,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
73587358
extend-shallow "^3.0.2"
73597359
safe-regex "^1.1.0"
73607360

7361-
regexpp@^2.0.0, regexpp@^2.0.1:
7361+
regexpp@^2.0.1:
73627362
version "2.0.1"
73637363
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
73647364
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
@@ -7651,6 +7651,11 @@ semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semve
76517651
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
76527652
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
76537653

7654+
semver@^6.1.0:
7655+
version "6.3.0"
7656+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
7657+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
7658+
76547659
send@0.17.1:
76557660
version "0.17.1"
76567661
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)