Skip to content

Commit f9b5161

Browse files
dependabot-preview[bot]nklayman
authored andcommitted
chore(deps-dev): bump eslint-plugin-node from 9.2.0 to 10.0.0 (#461)
chore(deps-dev): bump eslint-plugin-node from 9.2.0 to 10.0.0
1 parent b07f445 commit f9b5161

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"electron": "^5.0.0",
6464
"eslint-config-standard": "^12.0.0",
6565
"eslint-plugin-import": "^2.14.0",
66-
"eslint-plugin-node": "^9.1.0",
66+
"eslint-plugin-node": "^10.0.0",
6767
"eslint-plugin-promise": "^4.0.0",
6868
"eslint-plugin-standard": "^4.0.0",
6969
"jest": "^24.8.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6505,13 +6505,13 @@ eslint-module-utils@^2.4.0:
65056505
debug "^2.6.8"
65066506
pkg-dir "^2.0.0"
65076507

6508-
eslint-plugin-es@^1.4.1:
6509-
version "1.4.1"
6510-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998"
6511-
integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA==
6508+
eslint-plugin-es@^2.0.0:
6509+
version "2.0.0"
6510+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
6511+
integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
65126512
dependencies:
65136513
eslint-utils "^1.4.2"
6514-
regexpp "^2.0.1"
6514+
regexpp "^3.0.0"
65156515

65166516
eslint-plugin-import@^2.14.0:
65176517
version "2.18.2"
@@ -6530,12 +6530,12 @@ eslint-plugin-import@^2.14.0:
65306530
read-pkg-up "^2.0.0"
65316531
resolve "^1.11.0"
65326532

6533-
eslint-plugin-node@^9.1.0:
6534-
version "9.2.0"
6535-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a"
6536-
integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA==
6533+
eslint-plugin-node@^10.0.0:
6534+
version "10.0.0"
6535+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
6536+
integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
65376537
dependencies:
6538-
eslint-plugin-es "^1.4.1"
6538+
eslint-plugin-es "^2.0.0"
65396539
eslint-utils "^1.4.2"
65406540
ignore "^5.1.1"
65416541
minimatch "^3.0.4"
@@ -13616,10 +13616,10 @@ regexpp@^1.0.1:
1361613616
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab"
1361713617
integrity sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw==
1361813618

13619-
regexpp@^2.0.1:
13620-
version "2.0.1"
13621-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
13622-
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
13619+
regexpp@^3.0.0:
13620+
version "3.0.0"
13621+
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
13622+
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
1362313623

1362413624
regexpu-core@^1.0.0:
1362513625
version "1.0.0"

0 commit comments

Comments
 (0)