summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-27 01:18:29 +0000
committerGitHub <noreply@github.com>2024-04-27 01:18:29 +0000
commita16f7347124e69465174a0cdb47efdf4a07a7051 (patch)
treef5de53ae2fcea27097c338d0681b9ad40d9c2cfa
parentdd3583506dd8f59c4bad1b90d852ccd2b6c79e4e (diff)
chore(deps): Bump @nextcloud/router from 3.0.0 to 3.0.1
Bumps [@nextcloud/router](https://github.com/nextcloud-libraries/nextcloud-router) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-router/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/router" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 53d43c89b..e29aa4026 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
- "@nextcloud/router": "^3.0.0",
+ "@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.1.1",
"@nextcloud/vue": "^8.11.2",
"crypto-js": "^4.2.0",
@@ -3763,9 +3763,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"
},
@@ -23576,9 +23576,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"
}
diff --git a/package.json b/package.json
index c4efdb7ab..fd870c2b1 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
- "@nextcloud/router": "^3.0.0",
+ "@nextcloud/router": "^3.0.1",
"@nextcloud/upload": "^1.1.1",
"@nextcloud/vue": "^8.11.2",
"crypto-js": "^4.2.0",