bump @nextcloud/router from 2.0.1 to 2.1.1

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-22 03:41:41 +00:00
committed by GitHub
parent a0a929bdec
commit 44037cfd18

44
package-lock.json generated
View File

@@ -3279,10 +3279,11 @@
}
},
"node_modules/@nextcloud/router": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz",
"integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.1.tgz",
"integrity": "sha512-K+zJQb0Iy/DvSKWbn9EUHQHCXpcwOgiyySBye1S3obCi7NdfZ2LYqM86/du1RLwdDHFQUOaOJZkrVREO0ViHuQ==",
"dependencies": {
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4"
},
"engines": {
@@ -3290,6 +3291,23 @@
"npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/router/node_modules/@nextcloud/typings": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.6.0.tgz",
"integrity": "sha512-5uIsteFy9Z9/ZaNGE8w8SDgJp+FK8/LeRLgfnakC2pU8eNKTPlQfkiYR163oEI5Xu5YzwdIzf6/roIXdNinhrw==",
"dependencies": {
"@types/jquery": "2.0.60"
},
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
}
},
"node_modules/@nextcloud/router/node_modules/@types/jquery": {
"version": "2.0.60",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.60.tgz",
"integrity": "sha512-izi6OBEVrAwaHiqWITjOPBbVtcKZKAXTocJqPZsAKA2lvmbpFEyPSAxgcqmisbiMYj9EvrooUEPLHQeQqVMWAg=="
},
"node_modules/@nextcloud/router/node_modules/core-js": {
"version": "3.10.1",
"hasInstallScript": true,
@@ -22635,13 +22653,27 @@
}
},
"@nextcloud/router": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz",
"integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.1.tgz",
"integrity": "sha512-K+zJQb0Iy/DvSKWbn9EUHQHCXpcwOgiyySBye1S3obCi7NdfZ2LYqM86/du1RLwdDHFQUOaOJZkrVREO0ViHuQ==",
"requires": {
"@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4"
},
"dependencies": {
"@nextcloud/typings": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-1.6.0.tgz",
"integrity": "sha512-5uIsteFy9Z9/ZaNGE8w8SDgJp+FK8/LeRLgfnakC2pU8eNKTPlQfkiYR163oEI5Xu5YzwdIzf6/roIXdNinhrw==",
"requires": {
"@types/jquery": "2.0.60"
}
},
"@types/jquery": {
"version": "2.0.60",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.60.tgz",
"integrity": "sha512-izi6OBEVrAwaHiqWITjOPBbVtcKZKAXTocJqPZsAKA2lvmbpFEyPSAxgcqmisbiMYj9EvrooUEPLHQeQqVMWAg=="
},
"core-js": {
"version": "3.10.1"
}