From 40862bc94a6ac9047d1e6ccaa52f3a3d18019764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:03:20 +0000 Subject: [PATCH] chore(deps): Bump c12 from 2.0.0 to 2.0.1 Bumps [c12](https://github.com/unjs/c12) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/unjs/c12/releases) - [Changelog](https://github.com/unjs/c12/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/c12/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: c12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0188cc3..b917171 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4184,16 +4184,16 @@ } }, "node_modules/c12": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/c12/-/c12-2.0.0.tgz", - "integrity": "sha512-lxBXBw++beYvDiZhtIDQYtNpuHs+Fj+VgBxY+CyuDanuDwn8hUNFntvDi+AOZCyr5VQ2+pTFIFzFgRve3nLEtw==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/c12/-/c12-2.0.1.tgz", + "integrity": "sha512-Z4JgsKXHG37C6PYUtIxCfLJZvo6FyhHJoClwwb9ftUkLpPSkuYqn6Tr+vnaN8hymm0kIbcg6Ey3kv/Q71k5w/A==", "dependencies": { "chokidar": "^4.0.1", "confbox": "^0.1.7", "defu": "^6.1.4", "dotenv": "^16.4.5", "giget": "^1.2.3", - "jiti": "^2.0.0", + "jiti": "^2.3.0", "mlly": "^1.7.1", "ohash": "^1.1.4", "pathe": "^1.1.2", @@ -4225,9 +4225,9 @@ } }, "node_modules/c12/node_modules/jiti": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.0.0.tgz", - "integrity": "sha512-CJ7e7Abb779OTRv3lomfp7Mns/Sy1+U4pcAx5VbjxCZD5ZM/VJaXPpPjNKjtSvWQy/H86E49REXR34dl1JEz9w==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.3.3.tgz", + "integrity": "sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==", "bin": { "jiti": "lib/jiti-cli.mjs" }