Skip to content

Commit f144ffc

Browse files
authored
Merge pull request #969 from shawakash/79eedependabot/npm_and_yarn/tsup-8.3.0
chore(deps): bump tsup from 8.2.4 to 8.3.0
2 parents 6a14a8d + db01669 commit f144ffc

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

yarn.lock

+22-4
Original file line numberDiff line numberDiff line change
@@ -13101,6 +13101,11 @@ fbjs@^3.0.0:
1310113101
setimmediate "^1.0.5"
1310213102
ua-parser-js "^1.0.35"
1310313103

13104+
fdir@^6.3.0:
13105+
version "6.3.0"
13106+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.3.0.tgz#fcca5a23ea20e767b15e081ee13b3e6488ee0bb0"
13107+
integrity sha512-QOnuT+BOtivR77wYvCWHfGt9s4Pz1VIMbD463vegT5MLqNXy8rYFT/lPVEqf/bhYeT6qmqrNHhsX+rWwe3rOCQ==
13108+
1310413109
fecha@^4.2.0:
1310513110
version "4.2.3"
1310613111
resolved "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz"
@@ -17814,6 +17819,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
1781417819
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
1781517820
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
1781617821

17822+
picomatch@^4.0.2:
17823+
version "4.0.2"
17824+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
17825+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
17826+
1781717827
1781817828
version "5.0.0"
1781917829
resolved "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz"
@@ -20498,6 +20508,14 @@ tinycolor2@^1.0.0:
2049820508
resolved "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.6.0.tgz"
2049920509
integrity sha512-XPaBkWQJdsf3pLKJV9p4qN/S+fm2Oj8AIPo1BTUhg5oxkvm9+SVEGFdhyOz7tTdUTfvxMiAs4sp6/eZO2Ew+pw==
2050020510

20511+
tinyglobby@^0.2.1:
20512+
version "0.2.6"
20513+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.6.tgz#950baf1462d0c0b443bc3d754d0d39c2e589aaae"
20514+
integrity sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==
20515+
dependencies:
20516+
fdir "^6.3.0"
20517+
picomatch "^4.0.2"
20518+
2050120519
tinygradient@^1.1.5:
2050220520
version "1.1.5"
2050320521
resolved "https://registry.npmjs.org/tinygradient/-/tinygradient-1.1.5.tgz"
@@ -20736,9 +20754,9 @@ tsoa@^6.0.1:
2073620754
"@tsoa/runtime" "^6.4.0"
2073720755

2073820756
tsup@^8.0.2:
20739-
version "8.2.4"
20740-
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.2.4.tgz#5e31790c1e66392cee384ad746ed51c106614beb"
20741-
integrity sha512-akpCPePnBnC/CXgRrcy72ZSntgIEUa1jN0oJbbvpALWKNOz1B7aM+UVDWGRGIO/T/PZugAESWDJUAb5FD48o8Q==
20757+
version "8.3.0"
20758+
resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.3.0.tgz#c7dae40b13d11d81fb144c0f90077a99102a572a"
20759+
integrity sha512-ALscEeyS03IomcuNdFdc0YWGVIkwH1Ws7nfTbAPuoILvEV2hpGQAY72LIOjglGo4ShWpZfpBqP/jpQVCzqYQag==
2074220760
dependencies:
2074320761
bundle-require "^5.0.0"
2074420762
cac "^6.7.14"
@@ -20747,14 +20765,14 @@ tsup@^8.0.2:
2074720765
debug "^4.3.5"
2074820766
esbuild "^0.23.0"
2074920767
execa "^5.1.1"
20750-
globby "^11.1.0"
2075120768
joycon "^3.1.1"
2075220769
picocolors "^1.0.1"
2075320770
postcss-load-config "^6.0.1"
2075420771
resolve-from "^5.0.0"
2075520772
rollup "^4.19.0"
2075620773
source-map "0.8.0-beta.0"
2075720774
sucrase "^3.35.0"
20775+
tinyglobby "^0.2.1"
2075820776
tree-kill "^1.2.2"
2075920777

2076020778
tsutils@^3.21.0:

0 commit comments

Comments
 (0)