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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-25 09:11:01 +0300
committerGitHub <noreply@github.com>2022-07-25 09:11:01 +0300
commit6549375a6350d600b8f73e2426ebccb5b231c917 (patch)
tree74ebfaf78eb652c5cc4bf2b0628e6ac084692170
parent1a4e2b255be68325ae3df822b2efe53dc38595b2 (diff)
Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot/npm_and_yarn/nextcloud/router-2.0.0
Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.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.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json30
-rw-r--r--package.json2
2 files changed, 8 insertions, 24 deletions
diff --git a/package-lock.json b/package-lock.json
index 3325183f..8965c828 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@nextcloud/axios": "^1.10.0",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
- "@nextcloud/router": "^1.2.0",
+ "@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.3.1",
"vue": "^2.7.8"
},
@@ -2241,9 +2241,9 @@
}
},
"node_modules/@nextcloud/router": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
- "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
+ "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
"dependencies": {
"core-js": "^3.6.4"
}
@@ -2333,14 +2333,6 @@
"semver": "^7.3.2"
}
},
- "node_modules/@nextcloud/vue/node_modules/@nextcloud/router": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
- "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
- "dependencies": {
- "core-js": "^3.6.4"
- }
- },
"node_modules/@nextcloud/webpack-vue-config": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.1.0.tgz",
@@ -13835,9 +13827,9 @@
}
},
"@nextcloud/router": {
- "version": "1.2.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-1.2.0.tgz",
- "integrity": "sha512-kn9QsL9LuhkIMaSSgdiqRL3SZ6PatuAjXUiyq343BbSnI99Oc5eJH8kU6cT2AHije7wKy/tK8Xe3VQuVO32SZQ==",
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
+ "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
"requires": {
"core-js": "^3.6.4"
}
@@ -13907,14 +13899,6 @@
"core-js": "^3.6.2",
"semver": "^7.3.2"
}
- },
- "@nextcloud/router": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
- "integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
- "requires": {
- "core-js": "^3.6.4"
- }
}
}
},
diff --git a/package.json b/package.json
index 6d9cad5a..06799379 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
"@nextcloud/axios": "^1.10.0",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
- "@nextcloud/router": "^1.2.0",
+ "@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.3.1",
"vue": "^2.7.8"
},