Merge pull request #365 from furality/dependabot/npm_and_yarn/dependencies-b4ca750267

build(deps-dev): bump lint-staged from 15.2.4 to 15.2.5 in the dependencies group
This commit is contained in:
F.Y.N.N 2024-05-27 07:53:07 -07:00 committed by GitHub
commit ac33c76411
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 23 deletions

44
package-lock.json generated
View file

@ -27,7 +27,7 @@
"eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unused-imports": "^3.2.0", "eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11", "husky": "^9.0.11",
"lint-staged": "^15.2.4", "lint-staged": "^15.2.5",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"typescript": "^5.4.5" "typescript": "^5.4.5"
@ -3109,21 +3109,21 @@
} }
}, },
"node_modules/lint-staged": { "node_modules/lint-staged": {
"version": "15.2.4", "version": "15.2.5",
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.4.tgz", "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.2.5.tgz",
"integrity": "sha512-3F9KRQIS2fVDGtCkBp4Bx0jswjX7zUcKx6OF0ZeY1prksUyKPRIIUqZhIUYAstJfvj6i48VFs4dwVIbCYwvTYQ==", "integrity": "sha512-j+DfX7W9YUvdzEZl3Rk47FhDF6xwDBV5wwsCPw6BwWZVPYJemusQmvb9bRsW23Sqsaa+vRloAWogbK4BUuU2zA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"chalk": "5.3.0", "chalk": "~5.3.0",
"commander": "12.1.0", "commander": "~12.1.0",
"debug": "4.3.4", "debug": "~4.3.4",
"execa": "8.0.1", "execa": "~8.0.1",
"lilconfig": "3.1.1", "lilconfig": "~3.1.1",
"listr2": "8.2.1", "listr2": "~8.2.1",
"micromatch": "4.0.6", "micromatch": "~4.0.7",
"pidtree": "0.6.0", "pidtree": "~0.6.0",
"string-argv": "0.3.2", "string-argv": "~0.3.2",
"yaml": "2.4.2" "yaml": "~2.4.2"
}, },
"bin": { "bin": {
"lint-staged": "bin/lint-staged.js" "lint-staged": "bin/lint-staged.js"
@ -3323,13 +3323,13 @@
} }
}, },
"node_modules/micromatch": { "node_modules/micromatch": {
"version": "4.0.6", "version": "4.0.7",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.6.tgz", "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
"integrity": "sha512-Y4Ypn3oujJYxJcMacVgcs92wofTHxp9FzfDpQON4msDefoC0lb3ETvQLOdLcbhSwU1bz8HrL/1sygfBIHudrkQ==", "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"braces": "^3.0.3", "braces": "^3.0.3",
"picomatch": "^4.0.2" "picomatch": "^2.3.1"
}, },
"engines": { "engines": {
"node": ">=8.6" "node": ">=8.6"
@ -3770,12 +3770,12 @@
} }
}, },
"node_modules/picomatch": { "node_modules/picomatch": {
"version": "4.0.2", "version": "2.3.1",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12" "node": ">=8.6"
}, },
"funding": { "funding": {
"url": "https://github.com/sponsors/jonschlinkert" "url": "https://github.com/sponsors/jonschlinkert"

View file

@ -41,7 +41,7 @@
"eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-sonarjs": "^0.25.1",
"eslint-plugin-unused-imports": "^3.2.0", "eslint-plugin-unused-imports": "^3.2.0",
"husky": "^9.0.11", "husky": "^9.0.11",
"lint-staged": "^15.2.4", "lint-staged": "^15.2.5",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"rimraf": "^5.0.7", "rimraf": "^5.0.7",
"typescript": "^5.4.5" "typescript": "^5.4.5"