Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-29 22:15:58 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-01-29 22:24:39 +0300
commitf026079aea3efba5f481a01326c7d2c1f27146d6 (patch)
treed3ac3bf7e487abcd94deec4c4b65a038fce714ee /package-lock.json
parenteb956907a92f9038d86be4c38b92c19ef917cd5e (diff)
Bump @nextcloud/initial-state from 1.0.0 to 1.1.0
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 1.0.0 to 1.1.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.0.0...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json15
1 files changed, 11 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 7eda01c3b..d53018882 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2782,11 +2782,18 @@
}
},
"@nextcloud/initial-state": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.0.0.tgz",
- "integrity": "sha512-JQZfLV3NYaa4DStJoZ/XXXxqH8wA4NmuBrHOLbrixyx3/CFMswPsfRkDNevaQ4HMU87Y2WcBlecj469PMjsyjw==",
+ "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==",
"requires": {
- "core-js": "3.5.0"
+ "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=="
+ }
}
},
"@nextcloud/router": {