summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package-lock.json15
-rw-r--r--package.json2
2 files changed, 5 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 36040273..2e2fba1f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1399,18 +1399,11 @@
}
},
"@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"
- },
- "dependencies": {
- "core-js": {
- "version": "3.6.1",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.1.tgz",
- "integrity": "sha512-186WjSik2iTGfDjfdCZAxv2ormxtKgemjC3SI6PL31qOA0j5LhTDVjHChccoc7brwLvpvLPiMyRlcO88C4l1QQ=="
- }
+ "core-js": "^3.6.4"
}
},
"@nextcloud/router": {
diff --git a/package.json b/package.json
index c31e9501..47f274c6 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"@nextcloud/dialogs": "^1.2.2",
"@nextcloud/initial-state": "^1.1.1",
"@nextcloud/l10n": "^1.1.1",
- "@nextcloud/paths": "^1.1.0",
+ "@nextcloud/paths": "^1.1.1",
"@nextcloud/router": "^1.0.2",
"@nextcloud/vue": "1.4.1",
"axios": "^0.19.2",