From 8267d3593ef3740bea8daf13fda6ff43434c5b0e Mon Sep 17 00:00:00 2001 From: DEVan BOTomly Date: Thu, 16 Jan 2025 21:04:10 +0000 Subject: [PATCH] chore(): pin lint-staged ^15.4.1 dev | datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | npm | lint-staged | 15.4.0 | 15.4.1 | --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fec17a..b71b88f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@commitlint/cli": "19.6.1", "@commitlint/config-conventional": "19.6.0", "husky": "^9.1.7", - "lint-staged": "^15.4.0", + "lint-staged": "^15.4.1", "prettier": "3.4.2" }, "engines": { @@ -1139,9 +1139,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", - "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", + "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index dc66aaf..89e84cc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@commitlint/cli": "19.6.1", "@commitlint/config-conventional": "19.6.0", "husky": "^9.1.7", - "lint-staged": "^15.4.0", + "lint-staged": "^15.4.1", "prettier": "3.4.2" }, "scripts": {