diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-23 07:38:49 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-12-23 07:52:04 +0000 |
commit | 9e7f7b551921efbe525e5aa7bf906f907530b761 (patch) | |
tree | dd04ab517eda056d7ef5d67e183de120bb42a5ce /package-lock.json | |
parent | fd76ec6860892d7824fa9f08b70c418892afeda3 (diff) | |
download | nextcloud-server-9e7f7b551921efbe525e5aa7bf906f907530b761.tar.gz nextcloud-server-9e7f7b551921efbe525e5aa7bf906f907530b761.zip |
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.json | 14 |
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==" } } }, |