From 17bc480c0f8767407a87527931558de8d1d1551d Mon Sep 17 00:00:00 2001 From: antonk52 Date: Mon, 20 Nov 2023 22:10:14 +0000 Subject: [PATCH] chore(deps): update lilconfig@3.0.0 --- .changeset/large-dolphins-fail.md | 5 +++++ package-lock.json | 10 +++++----- package.json | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .changeset/large-dolphins-fail.md diff --git a/.changeset/large-dolphins-fail.md b/.changeset/large-dolphins-fail.md new file mode 100644 index 000000000..2615496bc --- /dev/null +++ b/.changeset/large-dolphins-fail.md @@ -0,0 +1,5 @@ +--- +'lint-staged': patch +--- + +update lilconfig@3.0.0 diff --git a/package-lock.json b/package-lock.json index 37fc47796..33580ca55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "commander": "11.1.0", "debug": "4.3.4", "execa": "8.0.1", - "lilconfig": "2.1.0", + "lilconfig": "3.0.0", "listr2": "8.0.0", "micromatch": "4.0.5", "pidtree": "0.6.0", @@ -8378,11 +8378,11 @@ } }, "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", + "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", "engines": { - "node": ">=10" + "node": ">=14" } }, "node_modules/lines-and-columns": { diff --git a/package.json b/package.json index 401a287d0..a9363550b 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "commander": "11.1.0", "debug": "4.3.4", "execa": "8.0.1", - "lilconfig": "2.1.0", + "lilconfig": "3.0.0", "listr2": "8.0.0", "micromatch": "4.0.5", "pidtree": "0.6.0",