From 8d7033ddb8b3e827795711e79f50dc63f4464baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Oct 2020 01:09:30 +0000 Subject: [PATCH] Bump @nextcloud/initial-state from 1.1.2 to 1.2.0 Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Changelog](https://github.com/nextcloud/nextcloud-initial-state/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v1.1.2...v1.2.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae2b4d869..d454cebaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4171,9 +4171,9 @@ } }, "@nextcloud/initial-state": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.2.tgz", - "integrity": "sha512-AmewfDmsCgL9j062VWkgWPg+dfyu63xxqv29ErAJ1WZiEQK/gb2IyiILDMTXdVeNHGDY874mzBcAAkpFO/DxnQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.2.0.tgz", + "integrity": "sha512-/ZN4f/gihvRPXa7S2mgV2Is5QyEGqb4/Z2OGHxilJV86ZKBnR9DlA5dFqtzdV86dHVsZ+PfthUI3vDPJ81hTJA==", "requires": { "core-js": "^3.6.4" }, diff --git a/package.json b/package.json index f81f8ed95..bdef68119 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@nextcloud/dialogs": "^2.0.1", "@nextcloud/event-bus": "^1.2.0", "@nextcloud/files": "^1.1.0", - "@nextcloud/initial-state": "^1.1.2", + "@nextcloud/initial-state": "^1.2.0", "@nextcloud/l10n": "^1.4.1", "@nextcloud/moment": "^1.1.1", "@nextcloud/router": "^1.2.0",