From 75256c2c05daed766831c30cc1dd82d10d4a5273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 07:41:13 +0000 Subject: [PATCH] chore(deps-dev): bump lint-staged from 15.2.10 to 15.5.1 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.10 to 15.5.1. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v15.2.10...v15.5.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 15.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 78 +++++++++---------- packages/appdev-common/package.json | 2 +- packages/aws-utils/package.json | 2 +- packages/business-events/package.json | 2 +- packages/cvs-common/package.json | 2 +- packages/database/package.json | 2 +- packages/feature-flags/package.json | 2 +- .../openapi-schema-generator/package.json | 2 +- packages/service-bundler/package.json | 2 +- 9 files changed, 44 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7dfedcc..b0250fc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12341,7 +12341,9 @@ "license": "MIT" }, "node_modules/commander": { - "version": "12.1.0", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", + "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", "dev": true, "license": "MIT", "engines": { @@ -12497,7 +12499,9 @@ "license": "MIT" }, "node_modules/debug": { - "version": "4.3.7", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "devOptional": true, "license": "MIT", "dependencies": { @@ -14597,7 +14601,9 @@ "peer": true }, "node_modules/lilconfig": { - "version": "3.1.2", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", + "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", "dev": true, "license": "MIT", "engines": { @@ -14615,20 +14621,22 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.2.10", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.2.tgz", + "integrity": "sha512-YUSOLq9VeRNAo/CTaVmhGDKG+LBtA8KF1X4K5+ykMSwWST1vDxJRB2kv2COgLb1fvpCo+A/y9A0G0znNVmdx4w==", "dev": true, "license": "MIT", "dependencies": { - "chalk": "~5.3.0", - "commander": "~12.1.0", - "debug": "~4.3.6", - "execa": "~8.0.1", - "lilconfig": "~3.1.2", - "listr2": "~8.2.4", - "micromatch": "~4.0.8", - "pidtree": "~0.6.0", - "string-argv": "~0.3.2", - "yaml": "~2.5.0" + "chalk": "^5.4.1", + "commander": "^13.1.0", + "debug": "^4.4.0", + "execa": "^8.0.1", + "lilconfig": "^3.1.3", + "listr2": "^8.2.5", + "micromatch": "^4.0.8", + "pidtree": "^0.6.0", + "string-argv": "^0.3.2", + "yaml": "^2.7.0" }, "bin": { "lint-staged": "bin/lint-staged.js" @@ -14641,7 +14649,9 @@ } }, "node_modules/lint-staged/node_modules/chalk": { - "version": "5.3.0", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", + "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", "dev": true, "license": "MIT", "engines": { @@ -17154,24 +17164,6 @@ } } }, - "node_modules/tsup/node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, "node_modules/tsup/node_modules/source-map": { "version": "0.8.0-beta.0", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz", @@ -17534,7 +17526,9 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.5.1", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", + "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", "license": "ISC", "bin": { "yaml": "bin.mjs" @@ -17658,7 +17652,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "routing-controllers": "^0.11.2", "ts-jest": "^29.2.5", @@ -17859,7 +17853,7 @@ "aws-sdk-client-mock-jest": "^4.1.0", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", @@ -18213,7 +18207,7 @@ "husky": "^9.1.7", "jest": "^29.7.0", "jest-plugin-context": "^2.9.0", - "lint-staged": "^15.2.0", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", @@ -18538,7 +18532,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", @@ -18733,7 +18727,7 @@ "@types/oracledb": "^6.5.4", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "mysql2": "^3.14.0", "oracledb": "^6.8.0", "rimraf": "^6.0.1", @@ -18932,7 +18926,7 @@ "aws-sdk-client-mock-jest": "^4.1.0", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", @@ -19231,7 +19225,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "routing-controllers": "^0.11.2", "ts-jest": "^29.2.5", @@ -19427,7 +19421,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", diff --git a/packages/appdev-common/package.json b/packages/appdev-common/package.json index 070a21ec..16394c00 100644 --- a/packages/appdev-common/package.json +++ b/packages/appdev-common/package.json @@ -37,7 +37,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "routing-controllers": "^0.11.2", "ts-jest": "^29.2.5", diff --git a/packages/aws-utils/package.json b/packages/aws-utils/package.json index 1ea58c73..d3b80ca2 100644 --- a/packages/aws-utils/package.json +++ b/packages/aws-utils/package.json @@ -87,7 +87,7 @@ "aws-sdk-client-mock-jest": "^4.1.0", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", diff --git a/packages/business-events/package.json b/packages/business-events/package.json index 7e49b62e..39dfc9b7 100644 --- a/packages/business-events/package.json +++ b/packages/business-events/package.json @@ -44,7 +44,7 @@ "husky": "^9.1.7", "jest": "^29.7.0", "jest-plugin-context": "^2.9.0", - "lint-staged": "^15.2.0", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", diff --git a/packages/cvs-common/package.json b/packages/cvs-common/package.json index 5276f805..71231c34 100644 --- a/packages/cvs-common/package.json +++ b/packages/cvs-common/package.json @@ -42,7 +42,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", diff --git a/packages/database/package.json b/packages/database/package.json index dc9e4996..6b1f516d 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -40,7 +40,7 @@ "@types/oracledb": "^6.5.4", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "mysql2": "^3.14.0", "oracledb": "^6.8.0", "rimraf": "^6.0.1", diff --git a/packages/feature-flags/package.json b/packages/feature-flags/package.json index 0970d406..4657a661 100644 --- a/packages/feature-flags/package.json +++ b/packages/feature-flags/package.json @@ -47,7 +47,7 @@ "aws-sdk-client-mock-jest": "^4.1.0", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", diff --git a/packages/openapi-schema-generator/package.json b/packages/openapi-schema-generator/package.json index 705eb34c..aa9ddfea 100644 --- a/packages/openapi-schema-generator/package.json +++ b/packages/openapi-schema-generator/package.json @@ -37,7 +37,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "routing-controllers": "^0.11.2", "ts-jest": "^29.2.5", diff --git a/packages/service-bundler/package.json b/packages/service-bundler/package.json index 95a18f0c..0280edb8 100644 --- a/packages/service-bundler/package.json +++ b/packages/service-bundler/package.json @@ -31,7 +31,7 @@ "@types/node": "^22.15.16", "husky": "^9.1.7", "jest": "^29.7.0", - "lint-staged": "^15.2.10", + "lint-staged": "^15.5.2", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2",