Merge pull request #4609 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/router-2.1.1

This commit is contained in:
dependabot[bot]
2023-04-22 06:56:15 +00:00
committed by GitHub
2 changed files with 40 additions and 8 deletions

46
package-lock.json generated
View File

@@ -20,7 +20,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.3",
"@nextcloud/router": "^2.0.1",
"@nextcloud/router": "^2.1.1",
"@nextcloud/vue": "^7.8.4",
"@nextcloud/vue-dashboard": "^2.0.1",
"@nextcloud/vue-richtext": "^2.0.4",
@@ -3397,10 +3397,11 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"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": {
@@ -3408,6 +3409,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,
@@ -21798,13 +21816,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"
}

View File

@@ -40,7 +40,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/notify_push": "^1.1.3",
"@nextcloud/router": "^2.0.1",
"@nextcloud/router": "^2.1.1",
"@nextcloud/vue": "^7.8.4",
"@nextcloud/vue-dashboard": "^2.0.1",
"@nextcloud/vue-richtext": "^2.0.4",