Bump @nextcloud/router from 2.0.0 to 2.0.1

Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 2.0.0 to 2.0.1.
- [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/commits)

---
updated-dependencies:
- dependency-name: "@nextcloud/router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1556/head
dependabot[bot] 2022-12-31 03:48:07 +00:00 zatwierdzone przez GitHub
rodzic 3579ed8217
commit e41a545a09
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 12 dodań i 8 usunięć

18
package-lock.json wygenerowano
Wyświetl plik

@ -16,7 +16,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.4.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/router": "^2.0.1",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/vue": "^7.3.0",
"@nextcloud/vue-richtext": "^2.0.4",
@ -3157,11 +3157,15 @@
}
},
"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==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz",
"integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==",
"dependencies": {
"core-js": "^3.6.4"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/stylelint-config": {
@ -17842,9 +17846,9 @@
}
},
"@nextcloud/router": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.0.tgz",
"integrity": "sha512-GyHYNYrYAZRBGD5VxRggcbahdJ/zCkXb8+ERVfuaosT+nHMjJSmenTD6Uyct41qGm0p3Az4xRCXGyZGJM0NEUQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz",
"integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==",
"requires": {
"core-js": "^3.6.4"
}

Wyświetl plik

@ -35,7 +35,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.4.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/router": "^2.0.0",
"@nextcloud/router": "^2.0.1",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/vue": "^7.3.0",
"@nextcloud/vue-richtext": "^2.0.4",