From 45d7d38d9d13c7da99a835d7f3b70618796805bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:22:19 +0000 Subject: [PATCH] Bump lint-staged from 15.3.0 to 15.4.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.3.0 to 15.4.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.3.0...v15.4.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9fc4513..e126b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,9 @@ "name": "bitcoin-schema", "version": "0.0.4", "license": "Open BSV", + "dependencies": { + "sass": "^1.83.4" + }, "devDependencies": { "@commitlint/cli": "^19.6.1", "@commitlint/config-conventional": "19.6.0", @@ -24,7 +27,7 @@ "gulp-sass": "^6.0.0", "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.0", "npm-check-updates": "^17.1.13", "prettier-standard": "^16.4.1", "sass": "^1.83.4", @@ -9815,9 +9818,9 @@ "dev": true }, "node_modules/lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, "dependencies": { "chalk": "~5.4.1", @@ -26556,9 +26559,9 @@ "dev": true }, "lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, "requires": { "chalk": "~5.4.1", diff --git a/package.json b/package.json index b44d9d5..ec652d6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "gulp-sass": "^6.0.0", "gulp-strip-css-comments": "^3.0.0", "gulp-uglify": "^3.0.2", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.0", "npm-check-updates": "^17.1.13", "prettier-standard": "^16.4.1", "sass": "^1.83.4", diff --git a/yarn.lock b/yarn.lock index b5b1dfc..9f7005d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5835,10 +5835,10 @@ lint-staged@9.4.3: string-argv "^0.3.0" stringify-object "^3.3.0" -lint-staged@^15.3.0: - version "15.3.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.3.0.tgz#32a0b3f2f2b8825950bd3b9fb093e045353bdfa3" - integrity sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A== +lint-staged@^15.4.0: + version "15.4.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.4.0.tgz#ea2d096c35452ba7854f31431bb5d195260c9474" + integrity sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ== dependencies: chalk "~5.4.1" commander "~12.1.0"