diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-13 12:13:44 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-04-13 12:24:37 +0000 |
commit | ae6e5fb76d76412795928e2d2ac7c8514748cbae (patch) | |
tree | 860b2c36e41f373b6cd322e20167e62ab13793c5 /package-lock.json | |
parent | 21d8a2bfc16bef4b813d316b18768947e5416ff8 (diff) | |
download | nextcloud-server-ae6e5fb76d76412795928e2d2ac7c8514748cbae.tar.gz nextcloud-server-ae6e5fb76d76412795928e2d2ac7c8514748cbae.zip |
Bump @nextcloud/paths from 1.1.1 to 1.1.2
Bumps @nextcloud/paths from 1.1.1 to 1.1.2.
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 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index b2adb7f3028..a2357f785e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1549,18 +1549,11 @@ "integrity": "sha512-qsyzc8uKcMqssBkm5O1qdV7pL4EJWOMnj036w0UmhLozaoPlla5nUvC51uC1N9ONREEtN0Q/xEEOskNn1qD1hQ==" }, "@nextcloud/paths": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.1.tgz", - "integrity": "sha512-5Q8LknwuU5bkK7x/EANyLvPzv1e/QOM4voMwPL3AWMh1A87A1E1IHFHtvLDkX3JT7lhH0hLLPH+cBkBx4O2feg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.2.tgz", + "integrity": "sha512-MrNgZVtjyEXTF4J1Q/WexTEd84BbptiOiNJk1SCsJi+E/cNPDmZRM0+IC/PvgZWKVDCB4ms5vUdHR+2ndNNCvA==", "requires": { "core-js": "^3.6.4" - }, - "dependencies": { - "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" - } } }, "@nextcloud/router": { |