diff --git a/packages/spence-api/package.json b/packages/spence-api/package.json index cede8780..e13c34a6 100644 --- a/packages/spence-api/package.json +++ b/packages/spence-api/package.json @@ -26,7 +26,7 @@ "eslint": "~8.57.0", "eslint-config-airbnb-base": "~15.0.0", "eslint-config-prettier": "~9.1.0", - "eslint-plugin-import": "~2.30.0", + "eslint-plugin-import": "~2.31.0", "eslint-plugin-prettier": "~5.2.1", "fastify": "~4.13.0", "jest": "29.7.0", diff --git a/packages/spence-config/package.json b/packages/spence-config/package.json index ffa46547..8f6c0aa5 100644 --- a/packages/spence-config/package.json +++ b/packages/spence-config/package.json @@ -20,7 +20,7 @@ "eslint": "~8.57.0", "eslint-config-airbnb-base": "~15.0.0", "eslint-config-prettier": "~9.1.0", - "eslint-plugin-import": "~2.30.0", + "eslint-plugin-import": "~2.31.0", "eslint-plugin-prettier": "~5.2.1", "jest": "29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/spence-events/package.json b/packages/spence-events/package.json index 9355ac27..922fa033 100644 --- a/packages/spence-events/package.json +++ b/packages/spence-events/package.json @@ -20,7 +20,7 @@ "eslint": "8.57.1", "eslint-config-airbnb-base": "~15.0.0", "eslint-config-prettier": "~9.1.0", - "eslint-plugin-import": "~2.30.0", + "eslint-plugin-import": "~2.31.0", "eslint-plugin-prettier": "~5.2.1", "jest": "29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/spence-factories/package.json b/packages/spence-factories/package.json index 21770318..e4c9ea83 100644 --- a/packages/spence-factories/package.json +++ b/packages/spence-factories/package.json @@ -16,7 +16,7 @@ "eslint": "~8.57.0", "eslint-config-airbnb-base": "~15.0.0", "eslint-config-prettier": "~9.1.0", - "eslint-plugin-import": "~2.30.0", + "eslint-plugin-import": "~2.31.0", "eslint-plugin-prettier": "~5.2.1", "jest": "29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/spence-mongo-repos/package.json b/packages/spence-mongo-repos/package.json index 32d2334d..65303d93 100644 --- a/packages/spence-mongo-repos/package.json +++ b/packages/spence-mongo-repos/package.json @@ -23,7 +23,7 @@ "eslint": "~8.57.0", "eslint-config-airbnb-base": "~15.0.0", "eslint-config-prettier": "~9.1.0", - "eslint-plugin-import": "~2.30.0", + "eslint-plugin-import": "~2.31.0", "eslint-plugin-prettier": "~5.2.1", "jest": "29.7.0", "jest-junit": "~16.0.0", diff --git a/packages/spence-pg-repos/package.json b/packages/spence-pg-repos/package.json index aceddc13..63fd2087 100644 --- a/packages/spence-pg-repos/package.json +++ b/packages/spence-pg-repos/package.json @@ -25,7 +25,7 @@ "eslint": "~8.57.0", "eslint-config-airbnb-base": "~15.0.0", "eslint-config-prettier": "~9.1.0", - "eslint-plugin-import": "~2.30.0", + "eslint-plugin-import": "~2.31.0", "eslint-plugin-prettier": "~5.2.1", "jest": "29.7.0", "jest-junit": "~16.0.0", diff --git a/yarn.lock b/yarn.lock index b8698450..65a52308 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2791,17 +2791,17 @@ eslint-import-resolver-node@^0.3.9: is-core-module "^2.13.0" resolve "^1.22.4" -eslint-module-utils@^2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz#95d4ac038a68cd3f63482659dffe0883900eb342" - integrity sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ== +eslint-module-utils@^2.12.0: + version "2.12.0" + resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz#fe4cfb948d61f49203d7b08871982b65b9af0b0b" + integrity sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg== dependencies: debug "^3.2.7" -eslint-plugin-import@~2.30.0: - version "2.30.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz#21ceea0fc462657195989dd780e50c92fe95f449" - integrity sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw== +eslint-plugin-import@~2.31.0: + version "2.31.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7" + integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A== dependencies: "@rtsao/scc" "^1.1.0" array-includes "^3.1.8" @@ -2811,7 +2811,7 @@ eslint-plugin-import@~2.30.0: debug "^3.2.7" doctrine "^2.1.0" eslint-import-resolver-node "^0.3.9" - eslint-module-utils "^2.9.0" + eslint-module-utils "^2.12.0" hasown "^2.0.2" is-core-module "^2.15.1" is-glob "^4.0.3" @@ -2820,6 +2820,7 @@ eslint-plugin-import@~2.30.0: object.groupby "^1.0.3" object.values "^1.2.0" semver "^6.3.1" + string.prototype.trimend "^1.0.8" tsconfig-paths "^3.15.0" eslint-plugin-prettier@~5.2.1: @@ -6967,16 +6968,7 @@ string.prototype.trim@^1.2.9: es-abstract "^1.23.0" es-object-atoms "^1.0.0" -string.prototype.trimend@^1.0.7: - version "1.0.7" - resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz#1bb3afc5008661d73e2dc015cd4853732d6c471e" - integrity sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== - dependencies: - call-bind "^1.0.2" - define-properties "^1.2.0" - es-abstract "^1.22.1" - -string.prototype.trimend@^1.0.8: +string.prototype.trimend@^1.0.7, string.prototype.trimend@^1.0.8: version "1.0.8" resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229" integrity sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==