Skip to content

Commit

Permalink
fix: update dependency output-files to v2 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 4, 2021
1 parent 55eb0a7 commit ffd931a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"nuxt": "^2.15.3",
"output-files": "^1.1.21",
"output-files": "^2.0.0",
"with-local-tmp-dir": "^3.0.0"
},
"engines": {
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10158,14 +10158,22 @@ os-tmpdir@~1.0.2:
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=

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

output-files@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/output-files/-/output-files-2.0.0.tgz#4a95b905bfb7f73a20e0e6334af39267120bda93"
integrity sha512-lfzFsSQxTHgWCigCV63+4TsRCBgJoHRnkNcvN/l8eVF22crWs1WPn5ztP9XotN/McSFT1tp8Dn/VFP24MDzkLQ==
dependencies:
"@dword-design/functions" "^3.0.0"
fs-extra "^9.0.0"

p-defer@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
Expand Down

0 comments on commit ffd931a

Please sign in to comment.