From 9b27031d76e169af3a6ced56426c43b003fd8f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 11:38:34 +0000 Subject: [PATCH] build(deps): bump rejoinder from 2.0.2 to 2.0.3 Bumps [rejoinder](https://github.com/Xunnamius/rejoinder) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/Xunnamius/rejoinder/releases) - [Changelog](https://github.com/Xunnamius/rejoinder/blob/main/CHANGELOG.md) - [Commits](https://github.com/Xunnamius/rejoinder/compare/rejoinder@2.0.2...rejoinder@2.0.3) --- updated-dependencies: - dependency-name: rejoinder dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 48cf4fe..b677dfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13982,9 +13982,9 @@ "license": "MIT" }, "node_modules/core-js": { - "version": "3.44.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.44.0.tgz", - "integrity": "sha512-aFCtd4l6GvAXwVEh3XbbVqJGHDJt0OZRa+5ePGx3LLwi12WfexqQxcsohb2wgsa/92xtl19Hd66G/L+TaAxDMw==", + "version": "3.45.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.45.1.tgz", + "integrity": "sha512-L4NPsJlCfZsPeXukyzHFlg/i7IIVwHSItR0wg0FLNqYClJ4MQYTYLbC7EkjKYRLZF2iof2MUgN0EGy7MdQFChg==", "hasInstallScript": true, "license": "MIT", "funding": { @@ -26061,9 +26061,9 @@ } }, "node_modules/rejoinder": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/rejoinder/-/rejoinder-2.0.2.tgz", - "integrity": "sha512-kl6IDVChhe1HPhBIftLPGOuV+TSZit2EhMC5ZU160lEmrdE4DFvqAogpQ2nc6bt2o5eMU69fwGoaM643mcx3xQ==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/rejoinder/-/rejoinder-2.0.3.tgz", + "integrity": "sha512-tXzXH4N9Npd6Q0A8M/ka/mUlWQoGoku+PyO2xpFiFvfUkvwhHim25LajqxD7belfehA4QBaBOU/lWGsGM3es7A==", "license": "MIT", "workspaces": [ "packages/*", @@ -26071,8 +26071,8 @@ ], "dependencies": { "@-xun/debug": "^2.0.1", - "chalk": "^5.4.1", - "core-js": "^3.44.0" + "chalk": "^5.6.0", + "core-js": "^3.45.1" }, "engines": { "node": "^20.18.0 || ^22.12.0 || >=23.3.0" @@ -26096,9 +26096,9 @@ } }, "node_modules/rejoinder/node_modules/chalk": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz", - "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.0.tgz", + "integrity": "sha512-46QrSQFyVSEyYAgQ22hQ+zDa60YHA4fBstHmtSApj1Y5vKtG27fWowW03jCk5KcbXEWPZUIR894aARCA/G1kfQ==", "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0"