Skip to content

Commit 888d5c4

Browse files
Update dependency folder-hash to v4.1.1
1 parent e3d3bf3 commit 888d5c4

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

packages/zip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"c8": "10.1.3",
23-
"folder-hash": "4.0.4",
23+
"folder-hash": "4.1.1",
2424
"fs-extra": "11.2.0",
2525
"mocha": "10.7.3",
2626
"should": "13.2.3",

yarn.lock

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4027,6 +4027,13 @@ [email protected]:
40274027
dependencies:
40284028
ms "2.1.2"
40294029

4030+
4031+
version "4.4.0"
4032+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
4033+
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
4034+
dependencies:
4035+
ms "^2.1.3"
4036+
40304037
decamelize@^4.0.0:
40314038
version "4.0.0"
40324039
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837"
@@ -5056,13 +5063,13 @@ flatted@^3.2.9:
50565063
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
50575064
integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
50585065

5059-
folder-hash@4.0.4:
5060-
version "4.0.4"
5061-
resolved "https://registry.yarnpkg.com/folder-hash/-/folder-hash-4.0.4.tgz#f5ffa14e9fc6f3213598f6a367207adf7d419edc"
5062-
integrity sha512-zEyYH+UsHEfJJcCRSf9ai5I4CTZwZ8ObONRuEI5hcEmJY5pS0FUWKruX9mMnYJrgC7MlPFDYnGsK1R+WFYjLlQ==
5066+
folder-hash@4.1.1:
5067+
version "4.1.1"
5068+
resolved "https://registry.yarnpkg.com/folder-hash/-/folder-hash-4.1.1.tgz#c054437d83c26455b12c4a4c8586b1f080c6e644"
5069+
integrity sha512-1ZSlKJSbET3XpglnEXC9g+QF4QRZhqHIjpFfa4pAMfO4tu/XYPafpeHEX6zOFS2EolOIXr0lPh1eSjmdWItX2w==
50635070
dependencies:
5064-
debug "^4.3.3"
5065-
minimatch "~5.1.2"
5071+
debug "4.4.0"
5072+
minimatch "7.4.6"
50665073

50675074
follow-redirects@^1.15.6:
50685075
version "1.15.9"
@@ -6953,7 +6960,14 @@ mingo@^2.2.2:
69536960
dependencies:
69546961
brace-expansion "^1.1.7"
69556962

6956-
minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6, minimatch@~5.1.2:
6963+
6964+
version "7.4.6"
6965+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.6.tgz#845d6f254d8f4a5e4fd6baf44d5f10c8448365fb"
6966+
integrity sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==
6967+
dependencies:
6968+
brace-expansion "^2.0.1"
6969+
6970+
minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6:
69576971
version "5.1.6"
69586972
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
69596973
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==

0 commit comments

Comments
 (0)