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

Commit ebb0b9a

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 a18530d commit ebb0b9a

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.0",
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
@@ -3887,25 +3887,25 @@ eslint-plugin-ember@^6.9.0:
38873887
ember-rfc176-data "^0.3.9"
38883888
snake-case "^2.1.0"
38893889

3890-
eslint-plugin-es@^1.3.1:
3891-
version "1.3.1"
3892-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.3.1.tgz#5acb2565db4434803d1d46a9b4cbc94b345bd028"
3893-
integrity sha512-9XcVyZiQRVeFjqHw8qHNDAZcQLqaHlOGGpeYqzYh8S4JYCWTCO3yzyen8yVmA5PratfzTRWDwCOFphtDEG+w/w==
3890+
eslint-plugin-es@^1.4.0:
3891+
version "1.4.0"
3892+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
3893+
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
38943894
dependencies:
38953895
eslint-utils "^1.3.0"
3896-
regexpp "^2.0.0"
3896+
regexpp "^2.0.1"
38973897

3898-
eslint-plugin-node@^8.0.0:
3899-
version "8.0.1"
3900-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
3901-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
3898+
eslint-plugin-node@^9.1.0:
3899+
version "9.1.0"
3900+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
3901+
integrity sha512-ZwQYGm6EoV2cfLpE1wxJWsfnKUIXfM/KM09/TlorkukgCAwmkgajEJnPCmyzoFPQQkmvo5DrW/nyKutNIw36Mw==
39023902
dependencies:
3903-
eslint-plugin-es "^1.3.1"
3903+
eslint-plugin-es "^1.4.0"
39043904
eslint-utils "^1.3.1"
3905-
ignore "^5.0.2"
3905+
ignore "^5.1.1"
39063906
minimatch "^3.0.4"
3907-
resolve "^1.8.1"
3908-
semver "^5.5.0"
3907+
resolve "^1.10.1"
3908+
semver "^6.1.0"
39093909

39103910
eslint-scope@^4.0.0:
39113911
version "4.0.0"
@@ -5054,10 +5054,10 @@ ignore@^4.0.6:
50545054
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
50555055
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
50565056

5057-
ignore@^5.0.2:
5058-
version "5.0.4"
5059-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.4.tgz#33168af4a21e99b00c5d41cbadb6a6cb49903a45"
5060-
integrity sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==
5057+
ignore@^5.1.1:
5058+
version "5.1.2"
5059+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.2.tgz#e28e584d43ad7e92f96995019cc43b9e1ac49558"
5060+
integrity sha512-vdqWBp7MyzdmHkkRWV5nY+PfGRbYbahfuvsBCh277tq+w9zyNi7h5CYJCK0kmzti9kU+O/cB7sE8HvKv6aXAKQ==
50615061

50625062
imurmurhash@^0.1.4:
50635063
version "0.1.4"
@@ -7363,7 +7363,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
73637363
extend-shallow "^3.0.2"
73647364
safe-regex "^1.1.0"
73657365

7366-
regexpp@^2.0.0, regexpp@^2.0.1:
7366+
regexpp@^2.0.1:
73677367
version "2.0.1"
73687368
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
73697369
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
@@ -7656,6 +7656,11 @@ semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semve
76567656
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
76577657
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
76587658

7659+
semver@^6.1.0:
7660+
version "6.3.0"
7661+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
7662+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
7663+
76597664
send@0.17.1:
76607665
version "0.17.1"
76617666
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)