summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-28 12:31:19 +0000
committerGitHub <noreply@github.com>2023-06-28 12:31:19 +0000
commit210c1f66c02668a949c725f38b06357d4dac7360 (patch)
tree256c497a9ba90576b7487f7714bb171c4a25d2b6
parent2ecd2247b1e0d86281af3283c3e00ddd9afeaf37 (diff)
bump @nextcloud/router from 2.0.1 to 2.1.2dependabot/npm_and_yarn/nextcloud/router-2.1.2
--- updated-dependencies: - dependency-name: "@nextcloud/router" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 10 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 58a1eb66..ff147b84 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -16,7 +16,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
- "@nextcloud/router": "^2.0.1",
+ "@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"@nextcloud/vue-richtext": "^2.0.4",
"blurhash": "^2.0.5",
@@ -3405,10 +3405,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.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.2.tgz",
+ "integrity": "sha512-Jj5fgjeHT1vVIgOyUGOeHfwk2KgaO77QGfqZAT6GWXvpAsN0mkqwljkg4FkHrQRouYqCE4VnJ5o8/w0DAN89tA==",
"dependencies": {
+ "@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4"
},
"engines": {
@@ -22456,10 +22457,11 @@
}
},
"@nextcloud/router": {
- "version": "2.0.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.0.1.tgz",
- "integrity": "sha512-qLRxTjZS6y9NUPmU6X3Ega5qHPeEx4kCgqwo0I6Y9wV71EGGi9zPnWDsqmmmJj8RkDp30jcfGNWCTwbPAebTDA==",
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.1.2.tgz",
+ "integrity": "sha512-Jj5fgjeHT1vVIgOyUGOeHfwk2KgaO77QGfqZAT6GWXvpAsN0mkqwljkg4FkHrQRouYqCE4VnJ5o8/w0DAN89tA==",
"requires": {
+ "@nextcloud/typings": "^1.0.0",
"core-js": "^3.6.4"
}
},
diff --git a/package.json b/package.json
index 70d51bde..13020b4e 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
- "@nextcloud/router": "^2.0.1",
+ "@nextcloud/router": "^2.1.2",
"@nextcloud/vue": "^7.12.0",
"@nextcloud/vue-richtext": "^2.0.4",
"blurhash": "^2.0.5",