diff --git a/.changeset/new-sloths-greet.md b/.changeset/new-sloths-greet.md new file mode 100644 index 0000000..02b2b7a --- /dev/null +++ b/.changeset/new-sloths-greet.md @@ -0,0 +1,5 @@ +--- +'eslint-plugin-node-roikoren': patch +--- + +fix(deps): update dependency is-core-module to v2.8.1 diff --git a/package-lock.json b/package-lock.json index 995bc5a..300663e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@typescript-eslint/experimental-utils": "5.7.0", "eslint-plugin-es-roikoren": "2.0.0", "ignore": "^5.2.0", - "is-core-module": "2.8.0", + "is-core-module": "^2.8.0", "minimatch": "3.0.4", "resolve": "^1.22.0", "semver": "7.3.5" @@ -44,6 +44,7 @@ "globals": "13.12.0", "husky": "7.0.4", "ignore": "5.2.0", + "is-core-module": "2.8.1", "lint-staged": "12.3.3", "mocha": "9.1.4", "nyc": "15.1.0", @@ -3348,6 +3349,7 @@ }, "node_modules/function-bind": { "version": "1.1.1", + "dev": true, "license": "MIT" }, "node_modules/functional-red-black-tree": { @@ -3543,6 +3545,7 @@ }, "node_modules/has": { "version": "1.0.3", + "dev": true, "license": "MIT", "dependencies": { "function-bind": "^1.1.1" @@ -3821,8 +3824,10 @@ } }, "node_modules/is-core-module": { - "version": "2.8.0", - "license": "MIT", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, "dependencies": { "has": "^1.0.3" }, @@ -5620,18 +5625,6 @@ "node": ">=8" } }, - "node_modules/resolve/node_modules/is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", - "dev": true, - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/restore-cursor": { "version": "3.1.0", "dev": true, @@ -8766,7 +8759,7 @@ "globals": "13.12.0", "husky": "7.0.4", "ignore": "5.2.0", - "is-core-module": "2.8.0", + "is-core-module": "2.8.1", "lint-staged": "12.3.3", "minimatch": "3.0.4", "mocha": "9.1.4", @@ -11078,7 +11071,8 @@ "optional": true }, "function-bind": { - "version": "1.1.1" + "version": "1.1.1", + "dev": true }, "functional-red-black-tree": { "version": "1.0.1" @@ -11191,6 +11185,7 @@ }, "has": { "version": "1.0.3", + "dev": true, "requires": { "function-bind": "^1.1.1" } @@ -11352,7 +11347,10 @@ } }, "is-core-module": { - "version": "2.8.0", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, "requires": { "has": "^1.0.3" } @@ -12458,17 +12456,6 @@ "is-core-module": "^2.8.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" - }, - "dependencies": { - "is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - } } }, "resolve-from": { @@ -13380,7 +13367,8 @@ "optional": true }, "function-bind": { - "version": "1.1.1" + "version": "1.1.1", + "dev": true }, "functional-red-black-tree": { "version": "1.0.1" @@ -13493,6 +13481,7 @@ }, "has": { "version": "1.0.3", + "dev": true, "requires": { "function-bind": "^1.1.1" } @@ -13654,7 +13643,10 @@ } }, "is-core-module": { - "version": "2.8.0", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "dev": true, "requires": { "has": "^1.0.3" } @@ -14760,17 +14752,6 @@ "is-core-module": "^2.8.1", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" - }, - "dependencies": { - "is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", - "dev": true, - "requires": { - "has": "^1.0.3" - } - } } }, "resolve-from": { diff --git a/package.json b/package.json index 922a374..a921dc3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@typescript-eslint/experimental-utils": "5.7.0", "eslint-plugin-es-roikoren": "2.0.0", "ignore": "^5.2.0", - "is-core-module": "2.8.0", + "is-core-module": "^2.8.0", "minimatch": "3.0.4", "resolve": "^1.22.0", "semver": "7.3.5" @@ -73,6 +73,7 @@ "globals": "13.12.0", "husky": "7.0.4", "ignore": "5.2.0", + "is-core-module": "2.8.1", "lint-staged": "12.3.3", "mocha": "9.1.4", "nyc": "15.1.0",