Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-01 20:59:23 +0300
committerGitHub <noreply@github.com>2020-09-01 20:59:23 +0300
commiteaa305b1b455d22a6b766132e57cef15f0aa2765 (patch)
tree9a64a3541c18945b48972e2299e32bbc5d720fa2
parent425afd54486458da2df27417751bdad8784e6457 (diff)
parent726fc621833d1d5254e1e8ba45913806d8f41d91 (diff)
Merge pull request #504 from nextcloud/dependabot/npm_and_yarn/nextcloud/router-1.2.0v20.0.0beta3
-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 cce6ac7..550a52a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3010,9 +3010,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 d97383a..7d6e7f9 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"@nextcloud/dialogs": "^2.0.1",
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.4.0",
- "@nextcloud/router": "^1.1.0",
+ "@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^2.6.3",
"core-js": "^3.4.4",
"vue": "^2.6.12",