Merge pull request #5810 from nextcloud/dependabot/npm_and_yarn/main/nextcloud/router-3.0.1

This commit is contained in:
dependabot[bot]
2024-05-09 10:17:29 +00:00
committed by GitHub
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -21,7 +21,7 @@
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/notify_push": "^1.1.4",
"@nextcloud/router": "^3.0.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.11.1",
"blueimp-md5": "^2.19.0",
"chroma-js": "^2.4.2",
@@ -4840,9 +4840,9 @@
}
},
"node_modules/@nextcloud/router": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz",
"integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz",
"integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==",
"dependencies": {
"@nextcloud/typings": "^1.7.0"
},
@@ -26497,9 +26497,9 @@
}
},
"@nextcloud/router": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.0.tgz",
"integrity": "sha512-RlPrOPw94yT9rmt3+2sUs2cmWzqhX5eFW+i/EHymJEKgURVtnqCcXjIcAiLTfgsCCdAS1hGapBL8j8rhHk1FHQ==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz",
"integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==",
"requires": {
"@nextcloud/typings": "^1.7.0"
}

View File

@@ -42,7 +42,7 @@
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/notify_push": "^1.1.4",
"@nextcloud/router": "^3.0.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.11.1",
"blueimp-md5": "^2.19.0",
"chroma-js": "^2.4.2",