diff --git a/package-lock.json b/package-lock.json index c607ac7..b9121f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "fast-xml-parser": "^5.0.9", - "lru-cache": "11.1.0", + "lru-cache": "11.2.2", "shelljs": "^0.9.1", "vscode-languageclient": "^9.0.1" }, @@ -2430,9 +2430,9 @@ } }, "node_modules/lru-cache": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz", - "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==", + "version": "11.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz", + "integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==", "license": "ISC", "engines": { "node": "20 || >=22" diff --git a/package.json b/package.json index 9700fdb..169e347 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ }, "dependencies": { "fast-xml-parser": "^5.0.9", - "lru-cache": "11.1.0", + "lru-cache": "11.2.2", "shelljs": "^0.9.1", "vscode-languageclient": "^9.0.1" }