diff --git a/package-lock.json b/package-lock.json index 8e6f9b3a7..beb567a70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3578,17 +3578,17 @@ } }, "@nextcloud/initial-state": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.0.tgz", - "integrity": "sha512-c8VNSv7CbcPdaMNQO3ERJUMhsGyCvAgSBlvBHhugYHxGqlySjE+J+SqkpXmqB+eQ/DujDTahBX1IwoF3zjPtOw==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.1.1.tgz", + "integrity": "sha512-E9KG8yx5qw0fgacUecxJ5pvnZOT3oSrTV/nKFtO6dmPEXHLflThVBwdx6qCVVd6Ffne/qNKlUDYUrFV2lpUXWw==", "requires": { - "core-js": "3.6.1" + "core-js": "^3.6.4" }, "dependencies": { "core-js": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz", - "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" } } }, diff --git a/package.json b/package.json index 40036493f..5bf444c8d 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/axios": "^1.3.2", "@nextcloud/dialogs": "^1.2.1", "@nextcloud/files": "^1.0.1", - "@nextcloud/initial-state": "^1.1.0", + "@nextcloud/initial-state": "^1.1.1", "@nextcloud/l10n": "^1.1.1", "@nextcloud/moment": "^1.1.0", "@nextcloud/router": "^1.0.0",