diff --git a/eng/common/spelling/package-lock.json b/eng/common/spelling/package-lock.json index 8878300b565b..e24b90fec028 100644 --- a/eng/common/spelling/package-lock.json +++ b/eng/common/spelling/package-lock.json @@ -1,12 +1,15 @@ { - "name": "cspell-locked", + "name": "cspell-version-pin", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { + "name": "cspell-version-pin", + "version": "0.1.1", "dependencies": { "@cspell/cspell-bundled-dicts": "^5.12.3", - "@cspell/cspell-types": "^5.12.3", + "@cspell/cspell-types": "^5.21.0", "cspell": "^5.12.3", "cspell-lib": "^5.12.3" } @@ -145,9 +148,9 @@ } }, "node_modules/@cspell/cspell-types": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.12.3.tgz", - "integrity": "sha512-4l43apk3QGMkpszirKjrRGWmzZVuCyvoa0+kgWCl28dviLKsVonop8liBJaBzjmZbdpe27IKpMrNtj0fOus+fw==", + "version": "5.21.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.21.0.tgz", + "integrity": "sha512-B0WT5Yl3T9CI0ShzZCq3ZX57ZnVI/CcxuDBk5jnevCGW8dfQGLEmpDRuZqFwGargDEjJX2GgTPnNdXp4OHmCDg==", "engines": { "node": ">=12.13.0" } @@ -1337,9 +1340,9 @@ } }, "@cspell/cspell-types": { - "version": "5.12.3", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.12.3.tgz", - "integrity": "sha512-4l43apk3QGMkpszirKjrRGWmzZVuCyvoa0+kgWCl28dviLKsVonop8liBJaBzjmZbdpe27IKpMrNtj0fOus+fw==" + "version": "5.21.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-5.21.0.tgz", + "integrity": "sha512-B0WT5Yl3T9CI0ShzZCq3ZX57ZnVI/CcxuDBk5jnevCGW8dfQGLEmpDRuZqFwGargDEjJX2GgTPnNdXp4OHmCDg==" }, "@cspell/dict-ada": { "version": "1.1.2", diff --git a/eng/common/spelling/package.json b/eng/common/spelling/package.json index f6578fc822af..4932c7e4f203 100644 --- a/eng/common/spelling/package.json +++ b/eng/common/spelling/package.json @@ -3,7 +3,7 @@ "version": "0.1.1", "dependencies": { "@cspell/cspell-bundled-dicts": "^5.12.3", - "@cspell/cspell-types": "^5.12.3", + "@cspell/cspell-types": "^5.21.0", "cspell": "^5.12.3", "cspell-lib": "^5.12.3" }