From db11f7bf937cdbb96ff0067bdee1aa153978e4e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 20:53:43 +0200 Subject: [PATCH] chore(deps): update dependency defu to v5 (#9292) Co-authored-by: Renovate Bot --- packages/cli/package.json | 2 +- packages/config/package.json | 2 +- packages/generator/package.json | 2 +- packages/vue-renderer/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0ab926c575a9..65dc6b510190 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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", diff --git a/packages/config/package.json b/packages/config/package.json index b2d364a72fe7..51a88fdc56a0 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", diff --git a/packages/generator/package.json b/packages/generator/package.json index e02482d7723a..dffb3c291ca7 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -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", diff --git a/packages/vue-renderer/package.json b/packages/vue-renderer/package.json index 04d6e36d7a44..f11edfd5975e 100644 --- a/packages/vue-renderer/package.json +++ b/packages/vue-renderer/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 8392c472d213..d3802489c2d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"