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

Commit 4dec437

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 88b2e30 commit 4dec437

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.5.1",
68-
"eslint-plugin-node": "^8.0.0",
68+
"eslint-plugin-node": "^9.1.0",
6969
"express": "^4.17.1",
7070
"fs-extra": "^8.0.1",
7171
"lerna-changelog": "^0.8.2",

yarn.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3920,25 +3920,25 @@ eslint-plugin-ember@^6.5.1:
39203920
ember-rfc176-data "^0.3.9"
39213921
snake-case "^2.1.0"
39223922

3923-
eslint-plugin-es@^1.3.1:
3924-
version "1.3.1"
3925-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.3.1.tgz#5acb2565db4434803d1d46a9b4cbc94b345bd028"
3926-
integrity sha512-9XcVyZiQRVeFjqHw8qHNDAZcQLqaHlOGGpeYqzYh8S4JYCWTCO3yzyen8yVmA5PratfzTRWDwCOFphtDEG+w/w==
3923+
eslint-plugin-es@^1.4.0:
3924+
version "1.4.0"
3925+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
3926+
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
39273927
dependencies:
39283928
eslint-utils "^1.3.0"
3929-
regexpp "^2.0.0"
3929+
regexpp "^2.0.1"
39303930

3931-
eslint-plugin-node@^8.0.0:
3932-
version "8.0.1"
3933-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
3934-
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
3931+
eslint-plugin-node@^9.1.0:
3932+
version "9.1.0"
3933+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.1.0.tgz#f2fd88509a31ec69db6e9606d76dabc5adc1b91a"
3934+
integrity sha512-ZwQYGm6EoV2cfLpE1wxJWsfnKUIXfM/KM09/TlorkukgCAwmkgajEJnPCmyzoFPQQkmvo5DrW/nyKutNIw36Mw==
39353935
dependencies:
3936-
eslint-plugin-es "^1.3.1"
3936+
eslint-plugin-es "^1.4.0"
39373937
eslint-utils "^1.3.1"
3938-
ignore "^5.0.2"
3938+
ignore "^5.1.1"
39393939
minimatch "^3.0.4"
3940-
resolve "^1.8.1"
3941-
semver "^5.5.0"
3940+
resolve "^1.10.1"
3941+
semver "^6.1.0"
39423942

39433943
eslint-scope@^4.0.0:
39443944
version "4.0.0"
@@ -5096,10 +5096,10 @@ ignore@^4.0.6:
50965096
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
50975097
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
50985098

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

51045104
imurmurhash@^0.1.4:
51055105
version "0.1.4"
@@ -7417,7 +7417,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
74177417
extend-shallow "^3.0.2"
74187418
safe-regex "^1.1.0"
74197419

7420-
regexpp@^2.0.0, regexpp@^2.0.1:
7420+
regexpp@^2.0.1:
74217421
version "2.0.1"
74227422
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
74237423
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
@@ -7710,6 +7710,11 @@ semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1, semve
77107710
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
77117711
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
77127712

7713+
semver@^6.1.0:
7714+
version "6.1.0"
7715+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.0.tgz#e95dc415d45ecf03f2f9f83b264a6b11f49c0cca"
7716+
integrity sha512-kCqEOOHoBcFs/2Ccuk4Xarm/KiWRSLEX9CAZF8xkJ6ZPlIoTZ8V5f7J16vYLJqDbR7KrxTJpR2lqjIEm2Qx9cQ==
7717+
77137718
send@0.17.1:
77147719
version "0.17.1"
77157720
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"

0 commit comments

Comments
 (0)