summaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-12 14:49:09 +0000
committerJoas Schilling <coding@schilljs.com>2021-05-19 13:01:17 +0200
commit1617bb1404db88b5e049b2962b5f9796b7cb5375 (patch)
tree376540e0615514f452862e1484a38dd953c0dfaa /package-lock.json
parentdc166302d0a81ebbd2febddc32161976832a805f (diff)
Bump @nextcloud/router from 1.2.0 to 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>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json32
1 files changed, 29 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index b0d603216..783e42c4f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4251,9 +4251,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"
}
@@ -4300,6 +4300,14 @@
"vue2-datepicker": "^3.6.3"
},
"dependencies": {
+ "@nextcloud/router": {
+ "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"
+ }
+ },
"ansi-regex": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
@@ -4367,6 +4375,14 @@
"vue2-datepicker": "^3.6.2"
},
"dependencies": {
+ "@nextcloud/router": {
+ "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"
+ }
+ },
"debounce": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz",
@@ -15719,6 +15735,16 @@
"@nextcloud/vue": "^3.1.2",
"lodash": "^4.17.20",
"vue": "^2.6.12"
+ },
+ "dependencies": {
+ "@nextcloud/router": {
+ "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"
+ }
+ }
}
},
"nice-try": {