From 851ff42ccf4abd2b9baf9d59f1bddbd9e978842f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2020 06:42:35 +0000 Subject: [PATCH] Bump @nextcloud/initial-state from 1.1.1 to 1.1.2 Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.1 to 1.1.2. - [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.1...v1.1.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5fa718842..11bb0f8f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2953,17 +2953,17 @@ } }, "@nextcloud/initial-state": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.1.tgz", - "integrity": "sha512-E9KG8yx5qw0fgacUecxJ5pvnZOT3oSrTV/nKFtO6dmPEXHLflThVBwdx6qCVVd6Ffne/qNKlUDYUrFV2lpUXWw==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.2.tgz", + "integrity": "sha512-AmewfDmsCgL9j062VWkgWPg+dfyu63xxqv29ErAJ1WZiEQK/gb2IyiILDMTXdVeNHGDY874mzBcAAkpFO/DxnQ==", "requires": { "core-js": "^3.6.4" }, "dependencies": { "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" } } }, diff --git a/package.json b/package.json index 4ea55ccea..6dcffdf1b 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/axios": "^1.3.2", "@nextcloud/dialogs": "^1.2.2", "@nextcloud/files": "^1.0.1", - "@nextcloud/initial-state": "^1.1.1", + "@nextcloud/initial-state": "^1.1.2", "@nextcloud/l10n": "^1.2.3", "@nextcloud/moment": "^1.1.0", "@nextcloud/router": "^1.0.2",