From 6b9ae07d8a5d2de4bef2616174760377304f1e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:17:01 +0000 Subject: [PATCH] chore(deps-dev): bump sass from 1.70.0 to 1.71.0 (#636) Bumps [sass](https://github.com/sass/dart-sass) from 1.70.0 to 1.71.0. - [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.70.0...1.71.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 0d7edfd9..af421d8c 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-config-react-app": "^7.0.1", "husky": "^9.0.11", "prettier": "^3.2.5", - "sass": "^1.70.0", + "sass": "^1.71.0", "stylelint": "^16.2.1", "stylelint-config-standard-scss": "^13.0.0", "stylelint-scss": "^6.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88268090..0ca9783a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -98,8 +98,8 @@ devDependencies: specifier: ^3.2.5 version: 3.2.5 sass: - specifier: ^1.70.0 - version: 1.70.0 + specifier: ^1.71.0 + version: 1.71.0 stylelint: specifier: ^16.2.1 version: 16.2.1(typescript@5.3.3) @@ -111,7 +111,7 @@ devDependencies: version: 6.1.0(stylelint@16.2.1) vite: specifier: 5.1.3 - version: 5.1.3(@types/node@20.11.17)(sass@1.70.0) + version: 5.1.3(@types/node@20.11.17)(sass@1.71.0) vite-plugin-progress: specifier: ^0.0.7 version: 0.0.7(vite@5.1.3) @@ -2962,7 +2962,7 @@ packages: vite: ^4 || ^5 dependencies: '@swc/core': 1.4.1 - vite: 5.1.3(@types/node@20.11.17)(sass@1.70.0) + vite: 5.1.3(@types/node@20.11.17)(sass@1.71.0) transitivePeerDependencies: - '@swc/helpers' dev: true @@ -5833,8 +5833,8 @@ packages: is-regex: 1.1.4 dev: true - /sass@1.70.0: - resolution: {integrity: sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==} + /sass@1.71.0: + resolution: {integrity: sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -6439,10 +6439,10 @@ packages: picocolors: 1.0.0 progress: 2.0.3 rd: 2.0.1 - vite: 5.1.3(@types/node@20.11.17)(sass@1.70.0) + vite: 5.1.3(@types/node@20.11.17)(sass@1.71.0) dev: true - /vite@5.1.3(@types/node@20.11.17)(sass@1.70.0): + /vite@5.1.3(@types/node@20.11.17)(sass@1.71.0): resolution: {integrity: sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -6474,7 +6474,7 @@ packages: esbuild: 0.19.12 postcss: 8.4.35 rollup: 4.10.0 - sass: 1.70.0 + sass: 1.71.0 optionalDependencies: fsevents: 2.3.3 dev: true