Skip to content

Commit 44622fb

Browse files
renovate[bot]TheAlexLichter
authored andcommitted
chore(deps): update dependency eslint-plugin-node to v8 (#12)
1 parent 8a6f058 commit 44622fb

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"eslint-config-standard": "^12.0.0",
7171
"eslint-plugin-import": "^2.14.0",
7272
"eslint-plugin-jest": "latest",
73-
"eslint-plugin-node": "^7.0.1",
73+
"eslint-plugin-node": "^8.0.0",
7474
"eslint-plugin-promise": "^4.0.1",
7575
"eslint-plugin-standard": "^4.0.0",
7676
"eslint-plugin-vue": "^4.7.1",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,14 +2243,14 @@ eslint-plugin-jest@latest:
22432243
resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-21.25.1.tgz#166c6b9d33bd7bc5b8ece62cff878ba207600bb6"
22442244
integrity sha512-mmphmAD/WihjFGq1IUHLSZWQPcd8U9w/SeFCHf3p0V3Q3MBxmj1ZKnh41hID44guIACLuwos/LhVWIr4phN4yg==
22452245

2246-
eslint-plugin-node@^7.0.1:
2247-
version "7.0.1"
2248-
resolved "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz#a6e054e50199b2edd85518b89b4e7b323c9f36db"
2249-
integrity sha512-lfVw3TEqThwq0j2Ba/Ckn2ABdwmL5dkOgAux1rvOk6CO7A6yGyPI2+zIxN6FyNkp1X1X/BSvKOceD6mBWSj4Yw==
2246+
eslint-plugin-node@^8.0.0:
2247+
version "8.0.0"
2248+
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.0.tgz#fb9e8911f4543514f154bb6a5924b599aa645568"
2249+
integrity sha512-Y+ln8iQ52scz9+rSPnSWRaAxeWaoJZ4wIveDR0vLHkuSZGe44Vk1J4HX7WvEP5Cm+iXPE8ixo7OM7gAO3/OKpQ==
22502250
dependencies:
22512251
eslint-plugin-es "^1.3.1"
22522252
eslint-utils "^1.3.1"
2253-
ignore "^4.0.2"
2253+
ignore "^5.0.2"
22542254
minimatch "^3.0.4"
22552255
resolve "^1.8.1"
22562256
semver "^5.5.0"
@@ -3074,11 +3074,16 @@ ignore-walk@^3.0.1:
30743074
dependencies:
30753075
minimatch "^3.0.4"
30763076

3077-
ignore@^4.0.2, ignore@^4.0.6:
3077+
ignore@^4.0.6:
30783078
version "4.0.6"
30793079
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
30803080
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
30813081

3082+
ignore@^5.0.2:
3083+
version "5.0.2"
3084+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.0.2.tgz#42ae2651beb40c8c53b1e16b2af1c8387d492f88"
3085+
integrity sha512-ilxkgh36cTqJxlipxQdCOxkbQae5dIeCwo5fSw6pBDW8m8GiMTnadClKST2+aATqjs9BTHsi0IqOsTp0jiihAw==
3086+
30823087
import-local@^1.0.0:
30833088
version "1.0.0"
30843089
resolved "https://registry.npmjs.org/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc"

0 commit comments

Comments
 (0)