From f0d3cfc13db0e7f1c0ac62e921e1550f4d9050ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:51:30 +0000 Subject: [PATCH] chore(deps-dev): bump @d-zero/lint-staged-config Bumps [@d-zero/lint-staged-config](https://github.com/d-zero-dev/linters) from 5.0.0-alpha.62 to 5.0.0-alpha.63. - [Changelog](https://github.com/d-zero-dev/linters/blob/dev/CHANGELOG.md) - [Commits](https://github.com/d-zero-dev/linters/compare/v5.0.0-alpha.62...v5.0.0-alpha.63) --- updated-dependencies: - dependency-name: "@d-zero/lint-staged-config" dependency-version: 5.0.0-alpha.63 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d9f16f..873067d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@d-zero/commitlint-config": "5.0.0-alpha.62", "@d-zero/cspell-config": "5.0.0-alpha.62", "@d-zero/eslint-config": "5.0.0-alpha.62", - "@d-zero/lint-staged-config": "5.0.0-alpha.62", + "@d-zero/lint-staged-config": "5.0.0-alpha.63", "@d-zero/prettier-config": "5.0.0-alpha.62", "@d-zero/textlint-config": "5.0.0-alpha.62", "@d-zero/tsconfig": "0.4.1", @@ -1026,13 +1026,13 @@ } }, "node_modules/@d-zero/lint-staged-config": { - "version": "5.0.0-alpha.62", - "resolved": "https://registry.npmjs.org/@d-zero/lint-staged-config/-/lint-staged-config-5.0.0-alpha.62.tgz", - "integrity": "sha512-/824lkbPCVIK4YQmGl8A8Y8aCR7SJJNjl9DTleaFhmLyJRodnjhHeTo1rJokLi2yhE2xOJq4UViwiOVg9vV7gA==", + "version": "5.0.0-alpha.63", + "resolved": "https://registry.npmjs.org/@d-zero/lint-staged-config/-/lint-staged-config-5.0.0-alpha.63.tgz", + "integrity": "sha512-iaey0TKXJgMRcrNxb5bEYDFLpmWc3ihkpEsOyr4ohogKxDztXhKGAcshM9XhCwo0/rZxUVaId2c7rJDivWe1Ag==", "dev": true, "license": "MIT", "dependencies": { - "lint-staged": "15.5.0", + "lint-staged": "15.5.1", "micromatch": "4.0.8" }, "engines": { @@ -7562,9 +7562,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.0.tgz", - "integrity": "sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg==", + "version": "15.5.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.5.1.tgz", + "integrity": "sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1711905..2b84ccc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@d-zero/commitlint-config": "5.0.0-alpha.62", "@d-zero/cspell-config": "5.0.0-alpha.62", "@d-zero/eslint-config": "5.0.0-alpha.62", - "@d-zero/lint-staged-config": "5.0.0-alpha.62", + "@d-zero/lint-staged-config": "5.0.0-alpha.63", "@d-zero/prettier-config": "5.0.0-alpha.62", "@d-zero/textlint-config": "5.0.0-alpha.62", "@d-zero/tsconfig": "0.4.1",