From e59d320504b689cf29b100d1e3e908ae6a98278a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 00:57:53 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/initial-state from 2.1.0 to ^2.2.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bc495f5..b0ccf121 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.4.0", - "@nextcloud/initial-state": "^2.1.0", + "@nextcloud/initial-state": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/router": "^2.2.1", @@ -3253,12 +3253,13 @@ } }, "node_modules/@nextcloud/initial-state": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.1.0.tgz", - "integrity": "sha512-b92X/GvUPGQJpUQwauyG3D3dHsWowViVLnTtFPSMUc0rXtvYR5CvhkqJRfPC7O7W4VC7+V3q+FWeA+mQWMxN2Q==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz", + "integrity": "sha512-cDW98L5KGGgpS8pzd+05304/p80cyu8U2xSDQGa+kGPTpUFmCbv2qnO5WrwwGTauyjYijCal2bmw82VddSH+Pg==", + "license": "GPL-3.0-or-later", "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" } }, "node_modules/@nextcloud/l10n": { @@ -21807,9 +21808,9 @@ } }, "@nextcloud/initial-state": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.1.0.tgz", - "integrity": "sha512-b92X/GvUPGQJpUQwauyG3D3dHsWowViVLnTtFPSMUc0rXtvYR5CvhkqJRfPC7O7W4VC7+V3q+FWeA+mQWMxN2Q==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-2.2.0.tgz", + "integrity": "sha512-cDW98L5KGGgpS8pzd+05304/p80cyu8U2xSDQGa+kGPTpUFmCbv2qnO5WrwwGTauyjYijCal2bmw82VddSH+Pg==" }, "@nextcloud/l10n": { "version": "2.2.0", diff --git a/package.json b/package.json index 91a680c9..8aafbf5e 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^2.3.0", "@nextcloud/axios": "^2.4.0", - "@nextcloud/initial-state": "^2.1.0", + "@nextcloud/initial-state": "^2.2.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/router": "^2.2.1",