diff --git a/frontend/package.json b/frontend/package.json index 3d0cd4bdff..8d6ad4715a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -104,7 +104,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "globals": "^16.5.0", "identity-obj-proxy": "^3.0.0", - "import-in-the-middle": "^1.15.0", + "import-in-the-middle": "^2.0.0", "jest": "^30.2.0", "jest-axe": "^10.0.0", "jest-environment-jsdom": "^30.2.0", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index c26291a9c7..a4d3897527 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -262,8 +262,8 @@ importers: specifier: ^3.0.0 version: 3.0.0 import-in-the-middle: - specifier: ^1.15.0 - version: 1.15.0 + specifier: ^2.0.0 + version: 2.0.0 jest: specifier: ^30.2.0 version: 30.2.0(@types/node@22.18.13)(ts-node@10.9.2(@swc/core@1.14.0(@swc/helpers@0.5.17))(@types/node@22.18.13)(typescript@5.9.3)) @@ -5325,6 +5325,9 @@ packages: import-in-the-middle@1.15.0: resolution: {integrity: sha512-bpQy+CrsRmYmoPMAE/0G33iwRqwW4ouqdRg8jgbH3aKuCtOc8lxgmYXg2dMM92CRiGP660EtBcymH/eVUpCSaA==} + import-in-the-middle@2.0.0: + resolution: {integrity: sha512-yNZhyQYqXpkT0AKq3F3KLasUSK4fHvebNH5hOsKQw2dhGSALvQ4U0BqUc5suziKvydO5u5hgN2hy1RJaho8U5A==} + import-local@3.2.0: resolution: {integrity: sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==} engines: {node: '>=8'} @@ -14383,6 +14386,13 @@ snapshots: cjs-module-lexer: 1.4.3 module-details-from-path: 1.0.4 + import-in-the-middle@2.0.0: + dependencies: + acorn: 8.15.0 + acorn-import-attributes: 1.9.5(acorn@8.15.0) + cjs-module-lexer: 1.4.3 + module-details-from-path: 1.0.4 + import-local@3.2.0: dependencies: pkg-dir: 4.2.0