diff --git a/packages/cspell/package.json b/packages/cspell/package.json index 0733f377c11..047d7edf636 100644 --- a/packages/cspell/package.json +++ b/packages/cspell/package.json @@ -93,7 +93,7 @@ "cspell-lib": "workspace:*", "fast-glob": "^3.3.1", "fast-json-stable-stringify": "^2.1.0", - "file-entry-cache": "^6.0.1", + "file-entry-cache": "^7.0.0", "get-stdin": "^9.0.0", "semver": "^7.5.4", "strip-ansi": "^7.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index adafec48840..1fbf45a3d8d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -238,8 +238,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 file-entry-cache: - specifier: ^6.0.1 - version: 6.0.1 + specifier: ^7.0.0 + version: 7.0.0 get-stdin: specifier: ^9.0.0 version: 9.0.0 @@ -9254,6 +9254,13 @@ packages: dependencies: flat-cache: 3.1.0 + /file-entry-cache@7.0.0: + resolution: {integrity: sha512-OWhoO9dvvwspdI7YjGrs5wD7bPggVHc5b1NFAdyd1fEPIeno3Fj70fjBhklAqzUefgX7KCNDBnvrT8rZhS8Shw==} + engines: {node: '>=12.0.0'} + dependencies: + flat-cache: 3.1.0 + dev: false + /file-loader@6.2.0(webpack@5.88.2): resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'}