From 4cd2383e793138ec37bd4b79293e814cebfe6664 Mon Sep 17 00:00:00 2001 From: donniean <12584040+donniean@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:07:30 +0800 Subject: [PATCH] chore(bot): bump dependencies (#787) Signed-off-by: github-actions[bot] <12584040+donniean@users.noreply.github.com> --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ca40e6..0b0fd1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-unicorn": "^56.0.1", "htmlhint": "^1.1.4", "husky": "^9.1.7", - "lint-staged": "^15.4.0", + "lint-staged": "^15.4.1", "markdownlint-cli": "^0.43.0", "prettier": "^3.4.2", "serve": "^14.2.4", @@ -7291,6 +7291,7 @@ "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "~5.4.1", "commander": "~12.1.0", @@ -10808,9 +10809,9 @@ } }, "node_modules/tinyglobby/node_modules/fdir": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz", - "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==", + "version": "6.4.3", + "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz", + "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 4f03e56..4b7e688 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "eslint-plugin-unicorn": "^56.0.1", "htmlhint": "^1.1.4", "husky": "^9.1.7", - "lint-staged": "^15.4.0", + "lint-staged": "^15.4.1", "markdownlint-cli": "^0.43.0", "prettier": "^3.4.2", "serve": "^14.2.4",