chore(deps-dev): bump lint-staged from 15.2.0 to 15.2.1 (#14359)
* chore(deps-dev): bump lint-staged from 15.2.0 to 15.2.1 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.0 to 15.2.1. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](https://github.com/okonet/lint-staged/compare/v15.2.0...v15.2.1) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b92a77a4a1
commit
57f439b799
|
|
@ -198,7 +198,7 @@
|
|||
"husky": "9.0.7",
|
||||
"jest": "29.7.0",
|
||||
"jest-junit": "16.0.0",
|
||||
"lint-staged": "15.2.0",
|
||||
"lint-staged": "15.2.1",
|
||||
"mockdate": "3.0.5",
|
||||
"nock": "13.5.1",
|
||||
"nodemon": "3.0.3",
|
||||
|
|
|
|||
|
|
@ -347,8 +347,8 @@ devDependencies:
|
|||
specifier: 16.0.0
|
||||
version: 16.0.0
|
||||
lint-staged:
|
||||
specifier: 15.2.0
|
||||
version: 15.2.0
|
||||
specifier: 15.2.1
|
||||
version: 15.2.1
|
||||
mockdate:
|
||||
specifier: 3.0.5
|
||||
version: 3.0.5
|
||||
|
|
@ -5907,8 +5907,8 @@ packages:
|
|||
uc.micro: 2.0.0
|
||||
dev: false
|
||||
|
||||
/lint-staged@15.2.0:
|
||||
resolution: {integrity: sha512-TFZzUEV00f+2YLaVPWBWGAMq7So6yQx+GG8YRMDeOEIf95Zn5RyiLMsEiX4KTNl9vq/w+NqRJkLA1kPIo15ufQ==}
|
||||
/lint-staged@15.2.1:
|
||||
resolution: {integrity: sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==}
|
||||
engines: {node: '>=18.12.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
|
@ -5917,7 +5917,7 @@ packages:
|
|||
debug: 4.3.4(supports-color@5.5.0)
|
||||
execa: 8.0.1
|
||||
lilconfig: 3.0.0
|
||||
listr2: 8.0.0
|
||||
listr2: 8.0.1
|
||||
micromatch: 4.0.5
|
||||
pidtree: 0.6.0
|
||||
string-argv: 0.3.2
|
||||
|
|
@ -5926,8 +5926,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/listr2@8.0.0:
|
||||
resolution: {integrity: sha512-u8cusxAcyqAiQ2RhYvV7kRKNLgUvtObIbhOX2NCXqvp1UU32xIg5CT22ykS2TPKJXZWJwtK3IKLiqAGlGNE+Zg==}
|
||||
/listr2@8.0.1:
|
||||
resolution: {integrity: sha512-ovJXBXkKGfq+CwmKTjluEqFi3p4h8xvkxGQQAQan22YCgef4KZ1mKGjzfGh6PL6AW5Csw0QiQPNuQyH+6Xk3hA==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
dependencies:
|
||||
cli-truncate: 4.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue