diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index a2b0c5b87d0..62f6d1c1545 100644 --- a/extensions/ql-vscode/package-lock.json +++ b/extensions/ql-vscode/package-lock.json @@ -128,7 +128,7 @@ "lint-staged": "^15.0.2", "markdownlint-cli2": "^0.12.1", "markdownlint-cli2-formatter-pretty": "^0.0.5", - "mini-css-extract-plugin": "^2.6.1", + "mini-css-extract-plugin": "^2.7.7", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "prettier": "^3.2.4", @@ -24942,9 +24942,9 @@ } }, "node_modules/mini-css-extract-plugin": { - "version": "2.7.6", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.6.tgz", - "integrity": "sha512-Qk7HcgaPkGG6eD77mLvZS1nmxlao3j+9PkrT9Uc7HAE1id3F41+DdBRYRYkbyfNRGzm8/YWtzhw7nVPmwhqTQw==", + "version": "2.7.7", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.7.tgz", + "integrity": "sha512-+0n11YGyRavUR3IlaOzJ0/4Il1avMvJ1VJfhWfCn24ITQXhRr1gghbhhrda6tgtNcpZaWKdSuwKq20Jb7fnlyw==", "dev": true, "dependencies": { "schema-utils": "^4.0.0" diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index af0c8aaba8f..e2aa78f6c13 100644 --- a/extensions/ql-vscode/package.json +++ b/extensions/ql-vscode/package.json @@ -2046,7 +2046,7 @@ "lint-staged": "^15.0.2", "markdownlint-cli2": "^0.12.1", "markdownlint-cli2-formatter-pretty": "^0.0.5", - "mini-css-extract-plugin": "^2.6.1", + "mini-css-extract-plugin": "^2.7.7", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "prettier": "^3.2.4",