chore(deps)(deps-dev): bump lint-staged from 13.2.0 to 13.2.2 (#1320)

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.0 to 13.2.2.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.0...v13.2.2)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2023-05-02 09:35:23 +05:30 committed by GitHub
parent 6b7b6531bf
commit 619f6b6cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -22,7 +22,7 @@
"@size-limit/preset-big-lib": "^8.2.4",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"lint-staged": "^13.2.2",
"size-limit": "^8.1.2",
"typedoc": "^0.23.26",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
@ -15155,9 +15155,9 @@
}
},
"node_modules/lint-staged": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.0.tgz",
"integrity": "sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==",
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.2.tgz",
"integrity": "sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==",
"dev": true,
"dependencies": {
"chalk": "5.2.0",
@ -15172,7 +15172,7 @@
"object-inspect": "^1.12.3",
"pidtree": "^0.6.0",
"string-argv": "^0.3.1",
"yaml": "^2.2.1"
"yaml": "^2.2.2"
},
"bin": {
"lint-staged": "bin/lint-staged.js"
@ -28969,9 +28969,9 @@
"dev": true
},
"node_modules/yaml": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
"integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
"integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
"dev": true,
"engines": {
"node": ">= 14"
@ -41468,9 +41468,9 @@
}
},
"lint-staged": {
"version": "13.2.0",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.0.tgz",
"integrity": "sha512-GbyK5iWinax5Dfw5obm2g2ccUiZXNGtAS4mCbJ0Lv4rq6iEtfBSjOYdcbOtAIFtM114t0vdpViDDetjVTSd8Vw==",
"version": "13.2.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.2.tgz",
"integrity": "sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==",
"dev": true,
"requires": {
"chalk": "5.2.0",
@ -41485,7 +41485,7 @@
"object-inspect": "^1.12.3",
"pidtree": "^0.6.0",
"string-argv": "^0.3.1",
"yaml": "^2.2.1"
"yaml": "^2.2.2"
},
"dependencies": {
"commander": {
@ -51293,9 +51293,9 @@
"dev": true
},
"yaml": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz",
"integrity": "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.2.2.tgz",
"integrity": "sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==",
"dev": true
},
"yargs": {

View File

@ -41,7 +41,7 @@
"@size-limit/preset-big-lib": "^8.2.4",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"lint-staged": "^13.2.2",
"size-limit": "^8.1.2",
"typedoc": "^0.23.26",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3"