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:58:20 +0300
committerGitHub <noreply@github.com>2020-09-01 20:58:20 +0300
commit726fc621833d1d5254e1e8ba45913806d8f41d91 (patch)
tree7f00b65600d2ee3abe2eb37cd84f3c4c771eb720
parentadd05b7bd07e97b609a0a3a6c131a7def212aefc (diff)
Bump @nextcloud/router from 1.1.0 to 1.2.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.1.0...v1.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-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 fe86f91..6718068 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2908,9 +2908,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 5798ae5..67e3fd1 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",