diff --git a/package-lock.json b/package-lock.json index 12f09529..c7e15712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "postcss-import-ext-glob": "^2.1.1", "postcss-nested": "^6.0.1", "sass": "^1.65.1", - "vite": "^4.4.8" + "vite": "^4.4.9" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.0.0", @@ -3130,9 +3130,9 @@ } }, "node_modules/rollup": { - "version": "3.26.2", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.26.2.tgz", - "integrity": "sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==", + "version": "3.28.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.28.0.tgz", + "integrity": "sha512-d7zhvo1OUY2SXSM6pfNjgD5+d0Nz87CUp4mt8l/GgVP3oBsPwzNvSzyu1me6BSG9JIgWNTVcafIXBIyM8yQ3yw==", "bin": { "rollup": "dist/bin/rollup" }, @@ -3608,13 +3608,13 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "4.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.8.tgz", - "integrity": "sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==", + "version": "4.4.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", + "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", "dependencies": { "esbuild": "^0.18.10", - "postcss": "^8.4.26", - "rollup": "^3.25.2" + "postcss": "^8.4.27", + "rollup": "^3.27.1" }, "bin": { "vite": "bin/vite.js" diff --git a/package.json b/package.json index 4a8a846a..20ba2f04 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "postcss-import-ext-glob": "^2.1.1", "postcss-nested": "^6.0.1", "sass": "^1.65.1", - "vite": "^4.4.8" + "vite": "^4.4.9" }, "devDependencies": { "@microsoft/eslint-formatter-sarif": "^3.0.0",