From c8f0e73787d95999715182dc38db02379e59b41d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:12:55 +0000 Subject: [PATCH] Bump sass from 1.69.7 to 1.70.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.69.7 to 1.70.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.69.7...1.70.0) --- updated-dependencies: - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++---------- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index b5e483f..6546cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "bitcoin-schema", "version": "0.0.4", "license": "Open BSV", - "dependencies": { - "sass": "^1.69.7" - }, "devDependencies": { "@commitlint/cli": "^18.4.4", "@commitlint/config-conventional": "18.4.4", @@ -30,7 +27,7 @@ "lint-staged": "^15.2.0", "npm-check-updates": "^16.14.12", "prettier-standard": "^16.4.1", - "sass": "^1.69.7", + "sass": "^1.70.0", "standard": "^17.1.0", "standard-markdown": "^7.1.0", "standard-version": "^9.5.0" @@ -19231,9 +19228,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.69.7", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz", - "integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==", + "version": "1.70.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz", + "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==", "dev": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", @@ -38330,9 +38327,9 @@ "dev": true }, "sass": { - "version": "1.69.7", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.7.tgz", - "integrity": "sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ==", + "version": "1.70.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.70.0.tgz", + "integrity": "sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", diff --git a/package.json b/package.json index 5e119bc..bf84909 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lint-staged": "^15.2.0", "npm-check-updates": "^16.14.12", "prettier-standard": "^16.4.1", - "sass": "^1.69.7", + "sass": "^1.70.0", "standard": "^17.1.0", "standard-markdown": "^7.1.0", "standard-version": "^9.5.0" @@ -102,6 +102,6 @@ ] }, "dependencies": { - "sass": "^1.69.7" + "sass": "^1.70.0" } } diff --git a/yarn.lock b/yarn.lock index ef6bb40..d140c42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9778,10 +9778,10 @@ safe-regex@^1.1.0: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@^1.69.7: - version "1.69.7" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.69.7.tgz#6e7e1c8f51e8162faec3e9619babc7da780af3b7" - integrity sha512-rzj2soDeZ8wtE2egyLXgOOHQvaC2iosZrkF6v3EUG+tBwEvhqUCzm0VP3k9gHF9LXbSrRhT5SksoI56Iw8NPnQ== +sass@^1.70.0: + version "1.70.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.70.0.tgz#761197419d97b5358cb25f9dd38c176a8a270a75" + integrity sha512-uUxNQ3zAHeAx5nRFskBnrWzDUJrrvpCPD5FNAoRvTi0WwremlheES3tg+56PaVtCs5QDRX5CBLxxKMDJMEa1WQ== dependencies: chokidar ">=3.0.0 <4.0.0" immutable "^4.0.0"