diff --git a/package-lock.json b/package-lock.json index 103a6e1..d584ad6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-semantically-released", "license": "MIT", "dependencies": { - "@form8ion/eslint-config": "7.0.6" + "@form8ion/eslint-config": "7.0.7" }, "devDependencies": { "ban-sensitive-files": "1.10.1", @@ -522,16 +522,16 @@ } }, "node_modules/@form8ion/eslint-config": { - "version": "7.0.6", - "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.6.tgz", - "integrity": "sha512-TnzeH4Nk3oMZNQMN5uHSVze2SdmFy66G6Njjm85jcEd7Z+TzQXpYUJknM8CzDKSoQsl47jJMmNkDnr4W1X9LAw==", + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@form8ion/eslint-config/-/eslint-config-7.0.7.tgz", + "integrity": "sha512-2GsOhqfPe2p9zzA4V90gwO1s30OH+zAN0mjNK8UI2ltuk54dmygeYWoD1kXe6hwle9/e18VOhMvuG8gNmMr2OQ==", "dependencies": { "eslint": "8.55.0", "eslint-config-airbnb-base": "15.0.0", "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.29.0" + "eslint-plugin-import": "2.29.1" }, "engines": { "node": "^18.17 || >=20.6.1" @@ -3690,9 +3690,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.29.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz", - "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==", + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", + "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", "dependencies": { "array-includes": "^3.1.7", "array.prototype.findlastindex": "^1.2.3", @@ -3710,7 +3710,7 @@ "object.groupby": "^1.0.1", "object.values": "^1.1.7", "semver": "^6.3.1", - "tsconfig-paths": "^3.14.2" + "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" @@ -13957,9 +13957,9 @@ } }, "node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", + "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.2", diff --git a/package.json b/package.json index c3a60a3..018f0c1 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "provenance": true }, "dependencies": { - "@form8ion/eslint-config": "7.0.6" + "@form8ion/eslint-config": "7.0.7" }, "devDependencies": { "ban-sensitive-files": "1.10.1",