diff --git a/package-lock.json b/package-lock.json index 0a4244f6..23ebbf79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ "stylelint": "^16.8.1", "stylelint-config-recess-order": "^5.0.1", "stylelint-config-standard-scss": "^13.1.0", - "stylelint-scss": "^6.5.0", - "vite": "^5.4.3" + "stylelint-scss": "^6.6.0", + "vite": "^5.4.5" } }, "node_modules/@babel/code-frame": { @@ -4442,18 +4442,17 @@ } }, "node_modules/stylelint-scss": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.5.1.tgz", - "integrity": "sha512-ZLqdqihm6uDYkrsOeD6YWb+stZI8Wn92kUNDhE4M+g9g1aCnRv0JlOrttFiAJJwaNzpdQgX3YJb5vDQXVuO9Ww==", + "version": "6.6.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.6.0.tgz", + "integrity": "sha512-aK2Rdt41Jt9Gv/ClMN5BYhP7xR3IEoRMDKpJkIDI9frZQ6KkxeLishusxs2JtEGZdJWXvPoBOhswNxj3gx8L/g==", "dev": true, - "license": "MIT", "dependencies": { "css-tree": "2.3.1", "is-plain-object": "5.0.0", "known-css-properties": "^0.34.0", "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.4", - "postcss-selector-parser": "^6.1.1", + "postcss-resolve-nested-selector": "^0.1.6", + "postcss-selector-parser": "^6.1.2", "postcss-value-parser": "^4.2.0" }, "engines": { @@ -4796,9 +4795,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", - "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.5.tgz", + "integrity": "sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==", "dev": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/package.json b/package.json index 95c6fd19..796b7a71 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "stylelint": "^16.8.1", "stylelint-config-recess-order": "^5.0.1", "stylelint-config-standard-scss": "^13.1.0", - "stylelint-scss": "^6.5.0", - "vite": "^5.4.3" + "stylelint-scss": "^6.6.0", + "vite": "^5.4.5" }, "repository": { "type": "git",