Merge pull request #56680 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/nextcloud/router-3.1.0

build(deps): bump @nextcloud/router from 3.0.1 to 3.1.0 in /build/frontend-legacy
This commit is contained in:
github-actions[bot] 2025-11-25 22:06:37 +01:00 committed by GitHub
commit 7f78a8e3ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 8 deletions

View file

@ -26,7 +26,7 @@
"@nextcloud/moment": "^1.3.5",
"@nextcloud/password-confirmation": "^6.0.2",
"@nextcloud/paths": "^2.3.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/router": "^3.1.0",
"@nextcloud/sharing": "^0.3.0",
"@nextcloud/upload": "^1.11.0",
"@nextcloud/vue": "^8.34.0",
@ -3654,16 +3654,15 @@
}
},
"node_modules/@nextcloud/router": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz",
"integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.1.0.tgz",
"integrity": "sha512-e4dkIaxRSwdZJlZFpn9x03QgBn/Sa2hN1hp/BA7+AbzykmSAlKuWfdmX8j/8ewrLpQwYmZR23IZO9XwpJXq2Uw==",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nextcloud/typings": "^1.7.0"
"@nextcloud/typings": "^1.10.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
}
},
"node_modules/@nextcloud/sharing": {

View file

@ -42,7 +42,7 @@
"@nextcloud/moment": "^1.3.5",
"@nextcloud/password-confirmation": "^6.0.2",
"@nextcloud/paths": "^2.3.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/router": "^3.1.0",
"@nextcloud/sharing": "^0.3.0",
"@nextcloud/upload": "^1.11.0",
"@nextcloud/vue": "^8.34.0",