From 1a9283af853c31b85644b0f3f9b8a604db55ab75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:20:02 +0000 Subject: [PATCH] chore(deps): bump lilconfig from 3.0.0 to 3.1.1 Bumps [lilconfig](https://github.com/antonk52/lilconfig) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/antonk52/lilconfig/releases) - [Commits](https://github.com/antonk52/lilconfig/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: lilconfig dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index acf24bd..69cd6e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "command-line-args": "^5.2.1", "command-line-usage": "^7.0.1", - "lilconfig": "^3.0.0", + "lilconfig": "^3.1.1", "p-tap": "^4.0.0", "postgrator": "^7.2.0", "yaml": "^2.3.4" @@ -3810,11 +3810,14 @@ } }, "node_modules/lilconfig": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", - "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", + "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==", "engines": { "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" } }, "node_modules/lines-and-columns": { @@ -9169,9 +9172,9 @@ } }, "lilconfig": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.0.0.tgz", - "integrity": "sha512-K2U4W2Ff5ibV7j7ydLr+zLAkIg5JJ4lPn1Ltsdt+Tz/IjQ8buJ55pZAxoP34lqIiwtF9iAvtLv3JGv7CAyAg+g==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.1.tgz", + "integrity": "sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==" }, "lines-and-columns": { "version": "1.2.4", diff --git a/package.json b/package.json index d741434..93af894 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": { "command-line-args": "^5.2.1", "command-line-usage": "^7.0.1", - "lilconfig": "^3.0.0", + "lilconfig": "^3.1.1", "p-tap": "^4.0.0", "postgrator": "^7.2.0", "yaml": "^2.3.4"