diff --git a/extensions/ql-vscode/package-lock.json b/extensions/ql-vscode/package-lock.json index 08df9c41d..365416e3e 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.7.7", + "mini-css-extract-plugin": "^2.8.0", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "prettier": "^3.2.5", @@ -24943,12 +24943,13 @@ } }, "node_modules/mini-css-extract-plugin": { - "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==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.0.tgz", + "integrity": "sha512-CxmUYPFcTgET1zImteG/LZOy/4T5rTojesQXkSNBiquhydn78tfbCE9sjIjnJ/UcjNjOC1bphTCCW5rrS7cXAg==", "dev": true, "dependencies": { - "schema-utils": "^4.0.0" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { "node": ">= 12.13.0" diff --git a/extensions/ql-vscode/package.json b/extensions/ql-vscode/package.json index ebfea4483..2919194af 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.7.7", + "mini-css-extract-plugin": "^2.8.0", "npm-run-all": "^4.1.5", "patch-package": "^8.0.0", "prettier": "^3.2.5",