diff --git a/Website/package-lock.json b/Website/package-lock.json index 569481d5..6ef54f1c 100644 --- a/Website/package-lock.json +++ b/Website/package-lock.json @@ -78,7 +78,7 @@ "fs-extra": "^11.2.0", "js-yaml-loader": "^1.2.2", "license-checker": "^25.0.1", - "mini-css-extract-plugin": "^2.5.3", + "mini-css-extract-plugin": "^2.8.1", "postcss-loader": "^7.3.3", "raw-loader": "^4.0.2", "sass": "^1.49.8", @@ -6998,12 +6998,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.1", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz", + "integrity": "sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==", "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/Website/package.json b/Website/package.json index d0879fe8..9fed057a 100644 --- a/Website/package.json +++ b/Website/package.json @@ -102,7 +102,7 @@ "fs-extra": "^11.2.0", "js-yaml-loader": "^1.2.2", "license-checker": "^25.0.1", - "mini-css-extract-plugin": "^2.5.3", + "mini-css-extract-plugin": "^2.8.1", "postcss-loader": "^7.3.3", "raw-loader": "^4.0.2", "sass": "^1.49.8",