From 67fc9e9d8b36410f7334418c6f0b83916fdb7f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:17:34 +0000 Subject: [PATCH] chore(deps): update dependency @form8ion/eslint-config to v6.0.2 --- package-lock.json | 19 +++++++++---------- package.json | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index f6b9294..f4bd01e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "devDependencies": { "@commitlint/cli": "17.7.1", "@form8ion/commitlint-config": "1.0.55", - "@form8ion/eslint-config": "6.0.1", + "@form8ion/eslint-config": "6.0.2", "@travi/any": "2.1.8", "ban-sensitive-files": "1.9.19", "cz-conventional-changelog": "3.3.0", @@ -554,9 +554,9 @@ } }, "node_modules/@form8ion/eslint-config": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-6.0.1.tgz", - "integrity": "sha512-enNxu9lZNdplr5wpTdRzBYKaldJxKqjH/Ux4jefOzOYKVjacNGXx20QY9rvEcN/lyeQFgLztSVMKz9f9oPiHtQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-6.0.2.tgz", + "integrity": "sha512-pQ0MnUx/fFU3/3hP3mFWlhmJJ7cHpazqLTvBka7nmSAS2pVGR17yXBDXoWyXQCmAwgmxnzXJupvGcVHP/ks7mA==", "dev": true, "dependencies": { "eslint": "8.47.0", @@ -564,7 +564,7 @@ "eslint-plugin-anti-trojan-source": "1.1.1", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-filenames": "1.3.2", - "eslint-plugin-import": "2.28.0" + "eslint-plugin-import": "2.28.1" }, "engines": { "node": "^16.14 || >= 18" @@ -3762,9 +3762,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.0.tgz", - "integrity": "sha512-B8s/n+ZluN7sxj9eUf7/pRFERX0r5bnFA2dCaLHy2ZeaQEAz0k+ZZkFWRFHJAqxfxQDx6KLv9LeIki7cFdwW+Q==", + "version": "2.28.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", + "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", "dev": true, "dependencies": { "array-includes": "^3.1.6", @@ -3776,13 +3776,12 @@ "eslint-import-resolver-node": "^0.3.7", "eslint-module-utils": "^2.8.0", "has": "^1.0.3", - "is-core-module": "^2.12.1", + "is-core-module": "^2.13.0", "is-glob": "^4.0.3", "minimatch": "^3.1.2", "object.fromentries": "^2.0.6", "object.groupby": "^1.0.0", "object.values": "^1.1.6", - "resolve": "^1.22.3", "semver": "^6.3.1", "tsconfig-paths": "^3.14.2" }, diff --git a/package.json b/package.json index af25949..e5bd700 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@commitlint/cli": "17.7.1", "@form8ion/commitlint-config": "1.0.55", - "@form8ion/eslint-config": "6.0.1", + "@form8ion/eslint-config": "6.0.2", "@travi/any": "2.1.8", "ban-sensitive-files": "1.9.19", "cz-conventional-changelog": "3.3.0",