From 7731fe4bafb1f426c9b910fef48b9726eec2cf04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 01:14:39 +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-lock.json | 18 +++++++----------- package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 647219428..e8ada1d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -127,17 +127,13 @@ "style-loader": "~3.3.4", "swc-loader": "~0.2.3", "ts-loader": "~9.5.1", - "tsup": "^8.0.1", + "tsup": "^8.0.2", "typescript": "~5.2.2", "validator": "~13.11.0", "webpack": "~5.89.0", "webpack-bundle-analyzer": "~4.10.1", "webpack-cli": "~5.1.4", "xlsx": "~0.18.5" - }, - "engines": { - "node": ">= 16.1.0", - "npm": ">= 6.14.8" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -19511,9 +19507,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tsup": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.1.tgz", - "integrity": "sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.2.tgz", + "integrity": "sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==", "dev": true, "dependencies": { "bundle-require": "^4.0.0", @@ -35004,9 +35000,9 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "tsup": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.1.tgz", - "integrity": "sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==", + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/tsup/-/tsup-8.0.2.tgz", + "integrity": "sha512-NY8xtQXdH7hDUAZwcQdY/Vzlw9johQsaqf7iwZ6g1DOUlFYQ5/AtVAjTvihhEyeRlGo4dLRVHtrRaL35M1daqQ==", "dev": true, "requires": { "bundle-require": "^4.0.0", diff --git a/package.json b/package.json index 439ae43a4..1a4feaa86 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "style-loader": "~3.3.4", "swc-loader": "~0.2.3", "ts-loader": "~9.5.1", - "tsup": "^8.0.1", + "tsup": "^8.0.2", "typescript": "~5.2.2", "validator": "~13.11.0", "webpack": "~5.89.0",