Merge pull request #4129 from LibreSign/dependabot/npm_and_yarn/nextcloud/moment-1.3.2

chore(deps): Bump @nextcloud/moment from 1.3.1 to 1.3.2
This commit is contained in:
Vitor Mattos 2024-12-12 14:10:55 -03:00 committed by GitHub
commit 618f77130b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 7 deletions

11
package-lock.json generated
View file

@ -22,7 +22,7 @@
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/moment": "^1.3.2",
"@nextcloud/password-confirmation": "^5.3.0",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
@ -3018,10 +3018,9 @@
}
},
"node_modules/@nextcloud/moment": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.1.tgz",
"integrity": "sha512-+1CtYlc4Lu4soa1RKXvUsTJdsHS0kHUCzNBtb02BADMY5PMGUTCiCQx5xf1Ez15h2ehuwg0vESr8VyKem9sGAQ==",
"license": "GPL-3.0-or-later",
"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",
@ -3029,7 +3028,7 @@
},
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
"npm": "^10.0.0"
}
},
"node_modules/@nextcloud/moment/node_modules/@nextcloud/l10n": {

View file

@ -33,7 +33,7 @@
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/l10n": "^3.0.0",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.1",
"@nextcloud/moment": "^1.3.2",
"@nextcloud/password-confirmation": "^5.3.0",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",