aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-06 01:10:33 +0000
committerGitHub <noreply@github.com>2024-07-06 01:10:33 +0000
commitbc4fdb482509597407b93f29e89f089c7b7d1cf8 (patch)
tree91dfc37f07c3e91ecf45c44dcc70d4de6ef3dcab
parentd30bebd3818d1482f8e7c477dd803289014bd76a (diff)
downloadnextcloud-server-bc4fdb482509597407b93f29e89f089c7b7d1cf8.tar.gz
nextcloud-server-bc4fdb482509597407b93f29e89f089c7b7d1cf8.zip
chore(deps): bump @nextcloud/password-confirmation from 5.1.0 to 5.1.1
Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json32
-rw-r--r--package.json2
2 files changed, 26 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index d704e273038..3d04a801fdb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -25,7 +25,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
- "@nextcloud/password-confirmation": "^5.1.0",
+ "@nextcloud/password-confirmation": "^5.1.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"@nextcloud/sharing": "^0.1.0",
@@ -4571,13 +4571,13 @@
}
},
"node_modules/@nextcloud/password-confirmation": {
- "version": "5.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.0.tgz",
- "integrity": "sha512-cMucq1yVmOU/03UVKNwW3FV4FfpowTcD2P82LLqY9KRM7Yh1sXoBm0dEfcavtp6v/9QAt6cLPPSKClrpfBE3ow==",
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.1.tgz",
+ "integrity": "sha512-UlQcjVe/fr/JaJ6TWaRM+yBLIEZRU6RWMy0JoExcA6UVJs2HJrRIyVMuiCLuIYlH23ReJH+z7zFI3+V7vdeJ1Q==",
"dependencies": {
- "@nextcloud/axios": "^2.4.0",
- "@nextcloud/l10n": "^2.2.0",
- "@nextcloud/router": "^3.0.0"
+ "@nextcloud/axios": "^2.5.0",
+ "@nextcloud/l10n": "^3.1.0",
+ "@nextcloud/router": "^3.0.1"
},
"engines": {
"node": "^20.0.0",
@@ -4588,6 +4588,24 @@
"vue": "^2.7.16"
}
},
+ "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/l10n": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-3.1.0.tgz",
+ "integrity": "sha512-unciqr8QSJ29vFBw9S1bquyoj1PTWHszNL8tcUNuxUAYpq0hX+8o7rpB5gimELA4sj4m9+VCJwgLtBZd1Yj0lg==",
+ "dependencies": {
+ "@nextcloud/router": "^3.0.1",
+ "@nextcloud/typings": "^1.8.0",
+ "@types/dompurify": "^3.0.5",
+ "@types/escape-html": "^1.0.4",
+ "dompurify": "^3.1.2",
+ "escape-html": "^1.0.3",
+ "node-gettext": "^3.0.0"
+ },
+ "engines": {
+ "node": "^20.0.0",
+ "npm": "^10.0.0"
+ }
+ },
"node_modules/@nextcloud/paths": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz",
diff --git a/package.json b/package.json
index bf185ce9d6e..2ae675e8fab 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
- "@nextcloud/password-confirmation": "^5.1.0",
+ "@nextcloud/password-confirmation": "^5.1.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"@nextcloud/sharing": "^0.1.0",