From 640bdca8a84cf99bdbfb2a3d6884f113f1af8f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 05:40:32 +0000 Subject: [PATCH] build(deps): bump unctx from 2.4.0 to 2.4.1 Bumps [unctx](https://github.com/unjs/unctx) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/unjs/unctx/releases) - [Changelog](https://github.com/unjs/unctx/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/unctx/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: unctx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- packages/action/package.json | 2 +- packages/texlive/package.json | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c033e59..335fc4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8735,9 +8735,9 @@ } }, "node_modules/magic-string": { - "version": "0.30.15", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.15.tgz", - "integrity": "sha512-zXeaYRgZ6ldS1RJJUrMrYgNJ4fdwnyI6tVqoiIhyCyv5IVTK9BU8Ic2l253GGETQHxI4HNUwhJ3fjDhKqEoaAw==", + "version": "0.30.17", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", + "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0" } @@ -12593,14 +12593,14 @@ } }, "node_modules/unctx": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.4.0.tgz", - "integrity": "sha512-VSwGlVn3teRLkFS9OH4JoZ25ky133vVPQkS6qHv/itYVrqHBa+7SO46Yh07Zve1WEi9A1X135g9DR6KMv6ZsJg==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/unctx/-/unctx-2.4.1.tgz", + "integrity": "sha512-AbaYw0Nm4mK4qjhns67C+kgxR2YWiwlDBPzxrN8h8C6VtAdCgditAY5Dezu3IJy4XVqAnbrXt9oQJvsn3fyozg==", "dependencies": { "acorn": "^8.14.0", "estree-walker": "^3.0.3", - "magic-string": "^0.30.15", - "unplugin": "^2.0.0" + "magic-string": "^0.30.17", + "unplugin": "^2.1.0" } }, "node_modules/undici": { @@ -14216,7 +14216,7 @@ "source-map-support": "^0.5.21", "ts-pattern": "^5.6.0", "tslib": "^2.8.1", - "unctx": "^2.4.0" + "unctx": "^2.4.1" }, "devDependencies": { "@setup-texlive-action/data": "*", @@ -14763,7 +14763,7 @@ "deline": "^1.0.4", "ts-mixer": "^6.0.4", "ts-pattern": "^5.6.0", - "unctx": "^2.4.0", + "unctx": "^2.4.1", "url-template": "^3.1.1" }, "devDependencies": { diff --git a/packages/action/package.json b/packages/action/package.json index 0a49fde..aa21976 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -20,7 +20,7 @@ "source-map-support": "^0.5.21", "ts-pattern": "^5.6.0", "tslib": "^2.8.1", - "unctx": "^2.4.0" + "unctx": "^2.4.1" }, "devDependencies": { "@setup-texlive-action/data": "*", diff --git a/packages/texlive/package.json b/packages/texlive/package.json index e9d7976..40a27a9 100644 --- a/packages/texlive/package.json +++ b/packages/texlive/package.json @@ -17,7 +17,7 @@ "deline": "^1.0.4", "ts-mixer": "^6.0.4", "ts-pattern": "^5.6.0", - "unctx": "^2.4.0", + "unctx": "^2.4.1", "url-template": "^3.1.1" }, "devDependencies": {