From b61cde6475836d398f53d354d3698437b76466c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:11:15 +0000 Subject: [PATCH] Bump sass from 1.82.0 to 1.83.0 Bumps [sass](https://github.com/sass/dart-sass) from 1.82.0 to 1.83.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.82.0...1.83.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 f110880..3314eb1 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.82.0" - }, "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "19.6.0", @@ -30,7 +27,7 @@ "lint-staged": "^15.2.11", "npm-check-updates": "^17.1.11", "prettier-standard": "^16.4.1", - "sass": "^1.82.0", + "sass": "^1.83.0", "standard": "^17.1.2", "standard-markdown": "^7.1.0", "standard-version": "^9.5.0" @@ -15558,9 +15555,9 @@ "dev": true }, "node_modules/sass": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", - "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "dev": true, "dependencies": { "chokidar": "^4.0.0", @@ -30977,9 +30974,9 @@ "dev": true }, "sass": { - "version": "1.82.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.82.0.tgz", - "integrity": "sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q==", + "version": "1.83.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.83.0.tgz", + "integrity": "sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw==", "dev": true, "requires": { "@parcel/watcher": "^2.4.1", diff --git a/package.json b/package.json index 7564a37..288a2b9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lint-staged": "^15.2.11", "npm-check-updates": "^17.1.11", "prettier-standard": "^16.4.1", - "sass": "^1.82.0", + "sass": "^1.83.0", "standard": "^17.1.2", "standard-markdown": "^7.1.0", "standard-version": "^9.5.0" @@ -102,6 +102,6 @@ ] }, "dependencies": { - "sass": "^1.82.0" + "sass": "^1.83.0" } } diff --git a/yarn.lock b/yarn.lock index 23217ae..1ae8577 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8447,10 +8447,10 @@ safe-regex-test@^1.0.3: resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== -sass@^1.82.0: - version "1.82.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.82.0.tgz#30da277af3d0fa6042e9ceabd0d984ed6d07df70" - integrity sha512-j4GMCTa8elGyN9A7x7bEglx0VgSpNUG4W4wNedQ33wSMdnkqQCT8HTwOaVSV4e6yQovcu/3Oc4coJP/l0xhL2Q== +sass@^1.83.0: + version "1.83.0" + resolved "https://registry.yarnpkg.com/sass/-/sass-1.83.0.tgz#e36842c0b88a94ed336fd16249b878a0541d536f" + integrity sha512-qsSxlayzoOjdvXMVLkzF84DJFc2HZEL/rFyGIKbbilYtAvlCxyuzUeff9LawTn4btVnLKg75Z8MMr1lxU1lfGw== dependencies: chokidar "^4.0.0" immutable "^5.0.2"