diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-03-23 20:19:51 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-03-23 20:33:19 +0000 |
commit | ef129d6b801c6ef44b71aa15b12dc837be554b70 (patch) | |
tree | 31e558a0e99d0ea41db3d4b6b0dadc5fb2b518fc /package-lock.json | |
parent | e4adccbc61e35464ed47d81b536a02f960e4f8f7 (diff) | |
download | nextcloud-server-ef129d6b801c6ef44b71aa15b12dc837be554b70.tar.gz nextcloud-server-ef129d6b801c6ef44b71aa15b12dc837be554b70.zip |
Bump @nextcloud/paths from 1.1.0 to 1.1.1
Bumps @nextcloud/paths from 1.1.0 to 1.1.1.
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 | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json index bb7c92abfd8..3d21985c42c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1918,17 +1918,17 @@ "integrity": "sha512-jxbIF90PIxPdKmhGFJZGTejsx89YkrCKFjqXGQGq3+n08X5dOi98CaQUE5qUN3cTscLfzzpl/75xu2TppE0m2w==" }, "@nextcloud/paths": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.0.tgz", - "integrity": "sha512-2fXdjY8cya5k38dIF7+BCYvJhprpWSsIGEiJDFKZQ4X02+jxP4IzI8qPG97iej7yhuQGN06xpmUv1OcT5NPftA==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-1.1.1.tgz", + "integrity": "sha512-5Q8LknwuU5bkK7x/EANyLvPzv1e/QOM4voMwPL3AWMh1A87A1E1IHFHtvLDkX3JT7lhH0hLLPH+cBkBx4O2feg==", "requires": { - "core-js": "3.6.1" + "core-js": "^3.6.4" }, "dependencies": { "core-js": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz", - "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ==" + "version": "3.6.4", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", + "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" } } }, @@ -2076,11 +2076,6 @@ "integrity": "sha512-GnZbirvmqZUzMgkFn70c74OQpTTUcCzlhQliTzYjQMqg+hVKcDnxdL19Ne3UdYzdMA/+W3eb646FWn/ZaT1NfQ==", "dev": true }, - "@types/semver": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.2.0.tgz", - "integrity": "sha512-1OzrNb4RuAzIT7wHSsgZRlMBlNsJl+do6UblR7JMW4oB7bbR+uBEYtUh7gEc/jM84GGilh68lSOokyM/zNUlBA==" - }, "@vue/component-compiler-utils": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.1.1.tgz", |