Skip to content

Commit

Permalink
chore(deps): update dependency defu to v5 (#9292)
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 committed May 17, 2021
1 parent 186df33 commit db11f7b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -20,7 +20,7 @@
"connect": "^3.7.0",
"consola": "^2.15.3",
"crc": "^3.8.0",
"defu": "^4.0.1",
"defu": "^5.0.0",
"destr": "^1.1.0",
"execa": "^5.0.0",
"exit": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^4.0.1",
"defu": "^5.0.0",
"destr": "^1.1.0",
"dotenv": "^9.0.2",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Expand Up @@ -11,7 +11,7 @@
"@nuxt/utils": "2.15.6",
"chalk": "^4.1.1",
"consola": "^2.15.3",
"defu": "^4.0.1",
"defu": "^5.0.0",
"devalue": "^2.0.1",
"fs-extra": "^9.1.0",
"html-minifier": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-renderer/package.json
Expand Up @@ -11,7 +11,7 @@
"@nuxt/devalue": "^1.2.5",
"@nuxt/utils": "2.15.6",
"consola": "^2.15.3",
"defu": "^4.0.1",
"defu": "^5.0.0",
"fs-extra": "^9.1.0",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5225,10 +5225,10 @@ defu@^3.2.2:
resolved "https://registry.npmjs.org/defu/-/defu-3.2.2.tgz#be20f4cc49b9805d54ee6b610658d53894942e97"
integrity sha512-8UWj5lNv7HD+kB0e9w77Z7TdQlbUYDVWqITLHNqFIn6khrNHv5WQo38Dcm1f6HeNyZf0U7UbPf6WeZDSdCzGDQ==

defu@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/defu/-/defu-4.0.1.tgz#9d7d7a48f9295f08285d153dcff174c89b9bcb22"
integrity sha512-lC+G0KvvWRbisQa50+iFelm3/eMmwo4IlBmfASOVlw9MZpHHyQeVsZxc5j23+TQy5ydgEoTVSrWl7ptou1kzJQ==
defu@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/defu/-/defu-5.0.0.tgz#5768f0d402a555bfc4c267246b20f82ce8b5a10b"
integrity sha512-VHg73EDeRXlu7oYWRmmrNp/nl7QkdXUxkQQKig0Zk8daNmm84AbGoC8Be6/VVLJEKxn12hR0UBmz8O+xQiAPKQ==

delayed-stream@~1.0.0:
version "1.0.0"
Expand Down

0 comments on commit db11f7b

Please sign in to comment.