Merge pull request #679 from simonecorsi/dependabot/npm_and_yarn/lint-staged-15.2.2

build(deps-dev): bump lint-staged from 15.2.1 to 15.2.2
This commit is contained in:
Simone Corsi
2024-02-06 06:05:41 +01:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -40,7 +40,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"markdown-toc": "^1.2.0",
"nyc": "^15.0.1",
"prettier": "^3.2.5",
@@ -5935,9 +5935,9 @@
"dev": true
},
"node_modules/lint-staged": {
"version": "15.2.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz",
"integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==",
"version": "15.2.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz",
"integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==",
"dev": true,
"dependencies": {
"chalk": "5.3.0",
@@ -17340,9 +17340,9 @@
"dev": true
},
"lint-staged": {
"version": "15.2.1",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.1.tgz",
"integrity": "sha512-dhwAPnM85VdshybV9FWI/9ghTvMLoQLEXgVMx+ua2DN7mdfzd/tRfoU2yhMcBac0RHkofoxdnnJUokr8s4zKmQ==",
"version": "15.2.2",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.2.tgz",
"integrity": "sha512-TiTt93OPh1OZOsb5B7k96A/ATl2AjIZo+vnzFZ6oHK5FuTk63ByDtxGQpHm+kFETjEWqgkF95M8FRXKR/LEBcw==",
"dev": true,
"requires": {
"chalk": "5.3.0",

View File

@@ -44,7 +44,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"markdown-toc": "^1.2.0",
"nyc": "^15.0.1",
"prettier": "^3.2.5",