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"