bump @nextcloud/moment from 1.3.1 to 1.3.2

---
updated-dependencies:
- dependency-name: "@nextcloud/moment"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-12-14 03:12:20 +00:00
committed by GitHub
parent 3e52dc0ae2
commit 368d5e4f63
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"@nextcloud/files": "^3.10.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/moment": "^1.3.2",
"@nextcloud/notify_push": "^1.3.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.21.0",
@@ -3797,9 +3797,9 @@
}
},
"node_modules/@nextcloud/moment": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.1.tgz",
"integrity": "sha512-+1CtYlc4Lu4soa1RKXvUsTJdsHS0kHUCzNBtb02BADMY5PMGUTCiCQx5xf1Ez15h2ehuwg0vESr8VyKem9sGAQ==",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.2.tgz",
"integrity": "sha512-VfSPnllfciZe1eU4zaHS0fE/4pPWKRUjLFxZSNQec9gkUfbskMsKH2xyPqkYLlYP9FF1uQh2+wZbzkFd6QLc4A==",
"dependencies": {
"@nextcloud/l10n": "^2.2.0",
"moment": "^2.30.1",
@@ -3807,7 +3807,7 @@
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
}
},
"node_modules/@nextcloud/moment/node_modules/@nextcloud/l10n": {

View File

@@ -40,7 +40,7 @@
"@nextcloud/files": "^3.10.0",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/moment": "^1.3.2",
"@nextcloud/notify_push": "^1.3.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.21.0",