From 29bc5fbdaeb2a62dc32165d1d0647870602bd8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 23:49:12 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (#4630) --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index c49d123fc..67e388ef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "jsdom": "=25.0.1", "jsdom-global": "=3.0.2", "lerna": "=8.1.9", - "lint-staged": "=15.2.11", + "lint-staged": "=15.3.0", "microtime": "=3.1.1", "mocha": "=11.0.1", "mocha-chai-jest-snapshot": "^1.1.6", @@ -9055,11 +9055,10 @@ } }, "node_modules/chalk": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", - "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "dev": true, - "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -17011,13 +17010,12 @@ } }, "node_modules/lint-staged": { - "version": "15.2.11", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.11.tgz", - "integrity": "sha512-Ev6ivCTYRTGs9ychvpVw35m/bcNDuBN+mnTeObCL5h+boS5WzBEC6LHI4I9F/++sZm1m+J2LEiy0gxL/R9TBqQ==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", + "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", "dev": true, - "license": "MIT", "dependencies": { - "chalk": "~5.3.0", + "chalk": "~5.4.1", "commander": "~12.1.0", "debug": "~4.4.0", "execa": "~8.0.1", diff --git a/package.json b/package.json index 5b7ea3da8..e5762ae81 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "jsdom": "=25.0.1", "jsdom-global": "=3.0.2", "lerna": "=8.1.9", - "lint-staged": "=15.2.11", + "lint-staged": "=15.3.0", "microtime": "=3.1.1", "mocha": "=11.0.1", "mocha-chai-jest-snapshot": "^1.1.6",