From b97ee43fff0e0d0459e6b8370fdb7056444bf79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 01:16:34 +0000 Subject: [PATCH] Bump sass from 1.57.1 to 1.62.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.57.1 to 1.62.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.57.1...1.62.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3d5086e..960f59b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-json": "^3.1.0", "eslint-plugin-vue": "^9.7.0", - "sass": "^1.57.1", + "sass": "^1.62.1", "stylelint": "^14.15.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard-scss": "^6.1.0", @@ -6811,9 +6811,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.57.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", - "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.1.tgz", + "integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -6824,7 +6824,7 @@ "sass": "sass.js" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" } }, "node_modules/schema-utils": { @@ -13304,9 +13304,9 @@ "dev": true }, "sass": { - "version": "1.57.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", - "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", + "version": "1.62.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.62.1.tgz", + "integrity": "sha512-NHpxIzN29MXvWiuswfc1W3I0N8SXBd8UR26WntmDlRYf0bSADnwnOjsyMZ3lMezSlArD33Vs3YFhp7dWvL770A==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 101f282..6ec4f37 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "eslint-import-resolver-typescript": "^3.5.2", "eslint-plugin-json": "^3.1.0", "eslint-plugin-vue": "^9.7.0", - "sass": "^1.57.1", + "sass": "^1.62.1", "stylelint": "^14.15.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard-scss": "^6.1.0",