From 7bdf5f31b6f11be21d164e789c84d715cd21a778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 06:17:19 +0000 Subject: [PATCH] fix(deps): bump lilconfig from 3.1.2 to 3.1.3 Bumps [lilconfig](https://github.com/antonk52/lilconfig) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/antonk52/lilconfig/releases) - [Commits](https://github.com/antonk52/lilconfig/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: lilconfig dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ce18c4d7..799c2a2e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "globby": "^11.1.0", "indent-string": "^4.0.0", "is-wsl": "^2.2.0", - "lilconfig": "^3.1.2", + "lilconfig": "^3.1.3", "minimatch": "^9.0.5", "semver": "^7.6.3", "string-width": "^4.2.3", diff --git a/yarn.lock b/yarn.lock index fcef56dd..06e6d854 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4562,10 +4562,10 @@ libnpmversion@^7.0.0: proc-log "^5.0.0" semver "^7.3.7" -lilconfig@^3.1.2, lilconfig@~3.1.2: - version "3.1.2" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb" - integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow== +lilconfig@^3.1.2, lilconfig@^3.1.3, lilconfig@~3.1.2: + version "3.1.3" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4" + integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw== lines-and-columns@^1.1.6: version "1.1.6"