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

github.com/nextcloud/server.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>2019-12-23 10:38:49 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2019-12-23 10:52:04 +0300
commit9e7f7b551921efbe525e5aa7bf906f907530b761 (patch)
treedd04ab517eda056d7ef5d67e183de120bb42a5ce /package-lock.json
parentfd76ec6860892d7824fa9f08b70c418892afeda3 (diff)
Bump @nextcloud/initial-state from 0.2.0 to 1.0.0
Bumps [@nextcloud/initial-state](https://github.com/nextcloud/nextcloud-initial-state) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-initial-state/releases) - [Commits](https://github.com/nextcloud/nextcloud-initial-state/compare/v0.2.0...v1.0.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.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 02009b9fe82..a6f8f02373e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2361,17 +2361,17 @@
}
},
"@nextcloud/initial-state": {
- "version": "0.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-0.2.0.tgz",
- "integrity": "sha512-aFkEXxEchawyn1HWn/nStX25324/4+RcOHiHJ1gW/vVH6bPRW8suj9V1Rsi380mMRM7sjkICyeNPxOZ8f+WZrA==",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/initial-state/-/initial-state-1.0.0.tgz",
+ "integrity": "sha512-JQZfLV3NYaa4DStJoZ/XXXxqH8wA4NmuBrHOLbrixyx3/CFMswPsfRkDNevaQ4HMU87Y2WcBlecj469PMjsyjw==",
"requires": {
- "core-js": "3.1.4"
+ "core-js": "3.5.0"
},
"dependencies": {
"core-js": {
- "version": "3.1.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
- "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
+ "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
}
}
},