summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-20 20:43:39 +0000
committerGitHub <noreply@github.com>2020-03-20 20:43:39 +0000
commitcbe74862d1877dcb3fd72b9ba93e2798df26fec7 (patch)
tree426fa4cba4ec353b25e4e59b03fe7d23b5a5eef7
parent8459af516b2f13224b54bc8cec9b32782e71f86f (diff)
Bump @nextcloud/initial-state from 1.1.0 to 1.1.1
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.1.0 to 1.1.1. - [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.0...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json15
-rw-r--r--package.json2
2 files changed, 5 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index bf00428d..860a3667 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1280,18 +1280,11 @@
}
},
"@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"
- },
- "dependencies": {
- "core-js": {
- "version": "3.6.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
- "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ=="
- }
+ "core-js": "^3.6.4"
}
},
"@nextcloud/l10n": {
diff --git a/package.json b/package.json
index a2fc93f9..53267d1e 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"@mattkrick/sanitize-svg": "^0.2.1",
"@nextcloud/auth": "^1.2.1",
"@nextcloud/dialogs": "^1.2.1",
- "@nextcloud/initial-state": "^1.1.0",
+ "@nextcloud/initial-state": "^1.1.1",
"@nextcloud/l10n": "^1.1.0",
"@nextcloud/paths": "^1.1.0",
"@nextcloud/router": "^1.0.0",