Skip to content

Commit

Permalink
fix(deps): update dependency eslint-import-resolver-node to v0.3.8 (#106
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate[bot] committed Aug 5, 2023
1 parent 29ed6a0 commit 4dbfca7
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-base": "15.0.0",
"eslint-import-resolver-node": "0.3.7",
"eslint-import-resolver-node": "0.3.8",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.0",
Expand Down
50 changes: 48 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ __metadata:
eslint: 8.46.0
eslint-config-airbnb: 19.0.4
eslint-config-airbnb-base: 15.0.0
eslint-import-resolver-node: 0.3.7
eslint-import-resolver-node: 0.3.8
eslint-plugin-babel: 5.3.1
eslint-plugin-eslint-comments: 3.2.0
eslint-plugin-import: 2.28.0
Expand Down Expand Up @@ -2832,7 +2832,18 @@ __metadata:
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:0.3.7, eslint-import-resolver-node@npm:^0.3.7":
"eslint-import-resolver-node@npm:0.3.8":
version: 0.3.8
resolution: "eslint-import-resolver-node@npm:0.3.8"
dependencies:
debug: ^3.2.7
is-core-module: ^2.13.0
resolve: ^1.22.4
checksum: 5769ebec976d1145957f5d87ee05b6e880cd3fbeb001a43b7a6e6a03b303d9b253b37ca296277f228159a0bbb690638c2e4b3a573dd4d6753b8f28ff85dbe192
languageName: node
linkType: hard

"eslint-import-resolver-node@npm:^0.3.7":
version: 0.3.7
resolution: "eslint-import-resolver-node@npm:0.3.7"
dependencies:
Expand Down Expand Up @@ -4470,6 +4481,15 @@ __metadata:
languageName: node
linkType: hard

"is-core-module@npm:^2.13.0":
version: 2.13.0
resolution: "is-core-module@npm:2.13.0"
dependencies:
has: ^1.0.3
checksum: 053ab101fb390bfeb2333360fd131387bed54e476b26860dc7f5a700bbf34a0ec4454f7c8c4d43e8a0030957e4b3db6e16d35e1890ea6fb654c833095e040355
languageName: node
linkType: hard

"is-date-object@npm:^1.0.1, is-date-object@npm:^1.0.5":
version: 1.0.5
resolution: "is-date-object@npm:1.0.5"
Expand Down Expand Up @@ -7229,6 +7249,19 @@ __metadata:
languageName: node
linkType: hard

"resolve@npm:^1.22.4":
version: 1.22.4
resolution: "resolve@npm:1.22.4"
dependencies:
is-core-module: ^2.13.0
path-parse: ^1.0.7
supports-preserve-symlinks-flag: ^1.0.0
bin:
resolve: bin/resolve
checksum: 23f25174c2736ce24c6d918910e0d1f89b6b38fefa07a995dff864acd7863d59a7f049e691f93b4b2ee29696303390d921552b6d1b841ed4a8101f517e1d0124
languageName: node
linkType: hard

"resolve@npm:^2.0.0-next.3, resolve@npm:^2.0.0-next.4":
version: 2.0.0-next.4
resolution: "resolve@npm:2.0.0-next.4"
Expand Down Expand Up @@ -7268,6 +7301,19 @@ __metadata:
languageName: node
linkType: hard

"resolve@patch:resolve@^1.22.4#~builtin<compat/resolve>":
version: 1.22.4
resolution: "resolve@patch:resolve@npm%3A1.22.4#~builtin<compat/resolve>::version=1.22.4&hash=c3c19d"
dependencies:
is-core-module: ^2.13.0
path-parse: ^1.0.7
supports-preserve-symlinks-flag: ^1.0.0
bin:
resolve: bin/resolve
checksum: c45f2545fdc4d21883861b032789e20aa67a2f2692f68da320cc84d5724cd02f2923766c5354b3210897e88f1a7b3d6d2c7c22faeead8eed7078e4c783a444bc
languageName: node
linkType: hard

"resolve@patch:resolve@^2.0.0-next.3#~builtin<compat/resolve>, resolve@patch:resolve@^2.0.0-next.4#~builtin<compat/resolve>":
version: 2.0.0-next.4
resolution: "resolve@patch:resolve@npm%3A2.0.0-next.4#~builtin<compat/resolve>::version=2.0.0-next.4&hash=c3c19d"
Expand Down

0 comments on commit 4dbfca7

Please sign in to comment.