Skip to content

Commit 697c0b6

Browse files
committed
fix: update dependency output-files to v2
1 parent 2563c89 commit 697c0b6

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"execa": "^5.0.0",
4848
"fs-extra": "^9.1.0",
4949
"nuxt": "^2.15.3",
50-
"output-files": "^1.1.21",
50+
"output-files": "^2.0.0",
5151
"with-local-tmp-dir": "^3.0.0"
5252
},
5353
"engines": {

yarn.lock

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10142,14 +10142,22 @@ os-tmpdir@~1.0.2:
1014210142
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
1014310143
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=
1014410144

10145-
output-files@^1.1.21, output-files@^1.1.7:
10145+
output-files@^1.1.7:
1014610146
version "1.1.27"
1014710147
resolved "https://registry.yarnpkg.com/output-files/-/output-files-1.1.27.tgz#fd7bbd3368618ffd1b5205250dee3a1712559fb9"
1014810148
integrity sha512-7KGbCm3gUlqljZfhnmG23Q2kADo60jxC7OsHS+YP3hj+RGAAO4U95DYYWOu4yWhcZmKwvC03jCOiYdAQich9ug==
1014910149
dependencies:
1015010150
"@dword-design/functions" "^3.0.0"
1015110151
fs-extra "^9.0.0"
1015210152

10153+
output-files@^2.0.0:
10154+
version "2.0.0"
10155+
resolved "https://registry.yarnpkg.com/output-files/-/output-files-2.0.0.tgz#4a95b905bfb7f73a20e0e6334af39267120bda93"
10156+
integrity sha512-lfzFsSQxTHgWCigCV63+4TsRCBgJoHRnkNcvN/l8eVF22crWs1WPn5ztP9XotN/McSFT1tp8Dn/VFP24MDzkLQ==
10157+
dependencies:
10158+
"@dword-design/functions" "^3.0.0"
10159+
fs-extra "^9.0.0"
10160+
1015310161
p-defer@^1.0.0:
1015410162
version "1.0.0"
1015510163
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"

0 commit comments

Comments
 (0)