summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-04 07:52:10 +0000
committerGitHub <noreply@github.com>2020-09-04 07:52:10 +0000
commit4d7d550b20eb9b5cadae1904bd7fb5dc6c20788c (patch)
tree57e2931e16ab9f124a943c238a7ab28ce4e2ce66
parentcc68868dd17d07f2683e49d79702ec2e3ba987c0 (diff)
parentf7a6f555e64401ad4e3e6802e69ae8d4638b07a3 (diff)
Merge pull request #1777 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.2.0
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index ec0c2fcc..f8c797fa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2694,9 +2694,9 @@
}
},
"@nextcloud/router": {
- "version": "1.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.1.0.tgz",
- "integrity": "sha512-iPHpMG9kajw8D+niR4x/d8s/R9RyUNveDsNURgcZryIjIXhAzSZZra55+Y3yInDmLhCFwboj9ZcC/2S6CzoKYA==",
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
+ "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==",
"requires": {
"core-js": "^3.6.4"
}
diff --git a/package.json b/package.json
index f71028d7..1ebd3c98 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.3.0",
"@nextcloud/paths": "^1.1.2",
- "@nextcloud/router": "^1.1.0",
+ "@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "2.6.1",
"axios": "^0.20.0",
"cdav-library": "git+https://github.com/nextcloud/cdav-library.git",