From e74b07b586d1259dac61496fff6fda35446e7fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 07:19:20 +0000 Subject: [PATCH] Bump tsup from 8.0.1 to 8.0.2 Bumps [tsup](https://github.com/egoist/tsup) from 8.0.1 to 8.0.2. - [Release notes](https://github.com/egoist/tsup/releases) - [Changelog](https://github.com/egoist/tsup/blob/dev/.releaserc.json) - [Commits](https://github.com/egoist/tsup/compare/v8.0.1...v8.0.2) --- updated-dependencies: - dependency-name: tsup dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d5cdb08..41e7923 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "react-dom": "18.2.0", "rimraf": "5.0.5", "ts-jest": "29.1.2", - "tsup": "8.0.1", + "tsup": "8.0.2", "typescript": "5.3.3" } } diff --git a/yarn.lock b/yarn.lock index 7473953..22f6aca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3554,10 +3554,10 @@ ts-jest@29.1.2: semver "^7.5.3" yargs-parser "^21.0.1" -tsup@8.0.1: - version "8.0.1" - resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.0.1.tgz#04a0170f7bbe77e81da3b53006b0a40282291833" - integrity sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg== +tsup@8.0.2: + version "8.0.2" + resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.0.2.tgz#c63192a08386515103e2c44ac5a23bdff75c5fa1" + integrity sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ== dependencies: bundle-require "^4.0.0" cac "^6.7.12"