diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-22 16:20:46 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-12-22 16:23:32 +0000 |
commit | d6254e38e0a4cde81ea7ecacbb8037beca8367b0 (patch) | |
tree | 021c7766f1de025ad587a4ecd90e58ccd7589b22 /package-lock.json | |
parent | 301f9267bf1aa9182c9a18e3ab68c40b36f12f58 (diff) | |
download | nextcloud-server-d6254e38e0a4cde81ea7ecacbb8037beca8367b0.tar.gz nextcloud-server-d6254e38e0a4cde81ea7ecacbb8037beca8367b0.zip |
Bump @nextcloud/paths from 0.2.0 to 1.0.0
Bumps @nextcloud/paths from 0.2.0 to 1.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 188f78aa0d5..e6a9fe41f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2200,17 +2200,17 @@ } }, "@nextcloud/paths": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-0.2.0.tgz", - "integrity": "sha512-C3jdAeCmZ6RcAESn4dGtVo914bmMvCgJeHNSyDW9lGJF0OAlP4mSZtPvh9hUVOZGeWuwQkSTyHbzdGTP7aFnTQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.0.0.tgz", + "integrity": "sha512-kI6KW3l7jgDwy2VM0JZkH17Ha64l3eq0TKFT4O9vEAYU3zyJOZIdV/bQgctYT+jtLVsg2XdxplEp+56v+u43wQ==", "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==" } } }, |