summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-20 04:28:18 +0000
committerGitHub <noreply@github.com>2024-01-20 04:28:18 +0000
commitdcce97507fac3bf0afab1194553d1dba566806db (patch)
tree613532a15b66f657e2d5ca65411512129612a65b
parent8e0c92f66dff6c98a19276aa987ec35331a3dd7d (diff)
parentb48958cf652f17951dbc87c9bf73a8f27bb3cda2 (diff)
Merge pull request #3794 from nextcloud/dependabot/npm_and_yarn/nextcloud/moment-1.3.1
-rw-r--r--package-lock.json30
-rw-r--r--package.json2
2 files changed, 10 insertions, 22 deletions
diff --git a/package-lock.json b/package-lock.json
index 3765984d..a36a40dc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
- "@nextcloud/moment": "^1.2.2",
+ "@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/sharing": "^0.1.0",
@@ -3157,14 +3157,12 @@
}
},
"node_modules/@nextcloud/moment": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.2.2.tgz",
- "integrity": "sha512-66jJJurd4JdqqlGIpqfxMWOvpG7i6dMibkNCPcpe8i+C+bGSFRMxMe74m1abehcaysj164is4juiT2ikVbZ4yg==",
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.1.tgz",
+ "integrity": "sha512-+1CtYlc4Lu4soa1RKXvUsTJdsHS0kHUCzNBtb02BADMY5PMGUTCiCQx5xf1Ez15h2ehuwg0vESr8VyKem9sGAQ==",
"dependencies": {
"@nextcloud/l10n": "^2.2.0",
- "core-js": "^3.21.1",
- "jed": "^1.1.1",
- "moment": "^2.29.2",
+ "moment": "^2.30.1",
"node-gettext": "^3.0.0"
},
"engines": {
@@ -10744,10 +10742,6 @@
"node": ">=8"
}
},
- "node_modules/jed": {
- "version": "1.1.1",
- "integrity": "sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ="
- },
"node_modules/jest": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
@@ -20839,14 +20833,12 @@
}
},
"@nextcloud/moment": {
- "version": "1.2.2",
- "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.2.2.tgz",
- "integrity": "sha512-66jJJurd4JdqqlGIpqfxMWOvpG7i6dMibkNCPcpe8i+C+bGSFRMxMe74m1abehcaysj164is4juiT2ikVbZ4yg==",
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.1.tgz",
+ "integrity": "sha512-+1CtYlc4Lu4soa1RKXvUsTJdsHS0kHUCzNBtb02BADMY5PMGUTCiCQx5xf1Ez15h2ehuwg0vESr8VyKem9sGAQ==",
"requires": {
"@nextcloud/l10n": "^2.2.0",
- "core-js": "^3.21.1",
- "jed": "^1.1.1",
- "moment": "^2.29.2",
+ "moment": "^2.30.1",
"node-gettext": "^3.0.0"
}
},
@@ -26565,10 +26557,6 @@
"istanbul-lib-report": "^3.0.0"
}
},
- "jed": {
- "version": "1.1.1",
- "integrity": "sha1-elSbvZ/+FYWwzQoZHiAwVb7ldLQ="
- },
"jest": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz",
diff --git a/package.json b/package.json
index 1f640e17..0a9b1c4d 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"@nextcloud/initial-state": "^2.1.0",
"@nextcloud/l10n": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
- "@nextcloud/moment": "^1.2.2",
+ "@nextcloud/moment": "^1.3.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.2.0",
"@nextcloud/sharing": "^0.1.0",