Skip to content

Commit

Permalink
chore(deps): bump tsup from 8.2.4 to 8.3.0
Browse files Browse the repository at this point in the history
Bumps [tsup](https://github.com/egoist/tsup) from 8.2.4 to 8.3.0.
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.2.4...v8.3.0)

---
updated-dependencies:
- dependency-name: tsup
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 52ea6f9 commit db01669
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13101,6 +13101,11 @@ fbjs@^3.0.0:
setimmediate "^1.0.5"
ua-parser-js "^1.0.35"

fdir@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.3.0.tgz#fcca5a23ea20e767b15e081ee13b3e6488ee0bb0"
integrity sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==

fecha@^4.2.0:
version "4.2.3"
resolved "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz"
Expand Down Expand Up @@ -17814,6 +17819,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==

picomatch@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==

[email protected]:
version "5.0.0"
resolved "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz"
Expand Down Expand Up @@ -20498,6 +20508,14 @@ tinycolor2@^1.0.0:
resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz"
integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==

tinyglobby@^0.2.1:
version "0.2.6"
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.6.tgz#950baf1462d0c0b443bc3d754d0d39c2e589aaae"
integrity sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==
dependencies:
fdir "^6.3.0"
picomatch "^4.0.2"

tinygradient@^1.1.5:
version "1.1.5"
resolved "https://registry.npmjs.org/tinygradient/-/tinygradient-1.1.5.tgz"
Expand Down Expand Up @@ -20736,9 +20754,9 @@ tsoa@^6.0.1:
"@tsoa/runtime" "^6.4.0"

tsup@^8.0.2:
version "8.2.4"
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.2.4.tgz#5e31790c1e66392cee384ad746ed51c106614beb"
integrity sha512-akpCPePnBnC/CXgRrcy72ZSntgIEUa1jN0oJbbvpALWKNOz1B7aM+UVDWGRGIO/T/PZugAESWDJUAb5FD48o8Q==
version "8.3.0"
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.3.0.tgz#c7dae40b13d11d81fb144c0f90077a99102a572a"
integrity sha512-ALscEeyS03IomcuNdFdc0YWGVIkwH1Ws7nfTbAPuoILvEV2hpGQAY72LIOjglGo4ShWpZfpBqP/jpQVCzqYQag==
dependencies:
bundle-require "^5.0.0"
cac "^6.7.14"
Expand All @@ -20747,14 +20765,14 @@ tsup@^8.0.2:
debug "^4.3.5"
esbuild "^0.23.0"
execa "^5.1.1"
globby "^11.1.0"
joycon "^3.1.1"
picocolors "^1.0.1"
postcss-load-config "^6.0.1"
resolve-from "^5.0.0"
rollup "^4.19.0"
source-map "0.8.0-beta.0"
sucrase "^3.35.0"
tinyglobby "^0.2.1"
tree-kill "^1.2.2"

tsutils@^3.21.0:
Expand Down

0 comments on commit db01669

Please sign in to comment.