diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-01-20 20:54:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-20 20:54:58 +0100 |
commit | 70dc31cdff6d23a63040f0aaf85c34e0270f07a9 (patch) | |
tree | 36f0677cfb3c2f422e8e8ee27b0aabe10343fc7c /package-lock.json | |
parent | ddf6942d90097b909edac07513bb95c7107b9f4c (diff) | |
parent | 840b077060113471d611d5ec88e44cb813476bac (diff) | |
download | nextcloud-server-70dc31cdff6d23a63040f0aaf85c34e0270f07a9.tar.gz nextcloud-server-70dc31cdff6d23a63040f0aaf85c34e0270f07a9.zip |
Merge pull request #18992 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-1.1.0
Bump @nextcloud/paths from 1.0.0 to 1.1.0
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 b948360e0e6..5763f0c0e3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2233,17 +2233,17 @@ } }, "@nextcloud/paths": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.0.0.tgz", - "integrity": "sha512-kI6KW3l7jgDwy2VM0JZkH17Ha64l3eq0TKFT4O9vEAYU3zyJOZIdV/bQgctYT+jtLVsg2XdxplEp+56v+u43wQ==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.0.tgz", + "integrity": "sha512-2fXdjY8cya5k38dIF7+BCYvJhprpWSsIGEiJDFKZQ4X02+jxP4IzI8qPG97iej7yhuQGN06xpmUv1OcT5NPftA==", "requires": { - "core-js": "3.5.0" + "core-js": "3.6.1" }, "dependencies": { "core-js": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz", - "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw==" + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz", + "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==" } } }, |