summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 13:15:30 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-11-27 17:26:47 +0100
commit774b191dab1d1e118923439a89f1d1dd79c3c9e6 (patch)
tree642d950ca40a2605f1127d0fa19c8d40fd5883f7
parent818a28d0f935897d8dffa0ba1026b77293c340fa (diff)
Build(deps): Bump @nextcloud/moment from 1.2.1 to 1.2.2
Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.1 to 1.2.2. - [Changelog](https://github.com/nextcloud-libraries/nextcloud-moment/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.1...v1.2.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>
-rw-r--r--package-lock.json42
-rw-r--r--package.json2
2 files changed, 14 insertions, 30 deletions
diff --git a/package-lock.json b/package-lock.json
index 944343d2c..04ed43d5b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@nextcloud/dialogs": "^4.2.2",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.2.0",
- "@nextcloud/moment": "^1.2.1",
+ "@nextcloud/moment": "^1.2.2",
"@nextcloud/password-confirmation": "^4.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.8.0",
@@ -3315,24 +3315,19 @@
}
},
"node_modules/@nextcloud/moment": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.2.1.tgz",
- "integrity": "sha512-v/yfrZ4Jo8YM1v0DLXKjRLwKOhzE4Y6DcgyZAM1vJ5jOMvkHpICuTDJRw8oOtrr/1H6FqI6EMZcYogeGD+rwSA==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.2.2.tgz",
+ "integrity": "sha512-66jJJurd4JdqqlGIpqfxMWOvpG7i6dMibkNCPcpe8i+C+bGSFRMxMe74m1abehcaysj164is4juiT2ikVbZ4yg==",
"dependencies": {
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^2.2.0",
"core-js": "^3.21.1",
"jed": "^1.1.1",
"moment": "^2.29.2",
"node-gettext": "^3.0.0"
- }
- },
- "node_modules/@nextcloud/moment/node_modules/@nextcloud/l10n": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
- "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
- "dependencies": {
- "core-js": "^3.6.4",
- "node-gettext": "^3.0.0"
+ },
+ "engines": {
+ "node": "^20.0.0",
+ "npm": "^9.0.0"
}
},
"node_modules/@nextcloud/password-confirmation": {
@@ -22661,26 +22656,15 @@
}
},
"@nextcloud/moment": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.2.1.tgz",
- "integrity": "sha512-v/yfrZ4Jo8YM1v0DLXKjRLwKOhzE4Y6DcgyZAM1vJ5jOMvkHpICuTDJRw8oOtrr/1H6FqI6EMZcYogeGD+rwSA==",
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.2.2.tgz",
+ "integrity": "sha512-66jJJurd4JdqqlGIpqfxMWOvpG7i6dMibkNCPcpe8i+C+bGSFRMxMe74m1abehcaysj164is4juiT2ikVbZ4yg==",
"requires": {
- "@nextcloud/l10n": "^1.4.1",
+ "@nextcloud/l10n": "^2.2.0",
"core-js": "^3.21.1",
"jed": "^1.1.1",
"moment": "^2.29.2",
"node-gettext": "^3.0.0"
- },
- "dependencies": {
- "@nextcloud/l10n": {
- "version": "1.6.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.6.0.tgz",
- "integrity": "sha512-aKGlgrwN9OiafN791sYus0shfwNeU3PlrH6Oi9ISma6iJSvN6a8aJM8WGKCJ9pqBaTR5PrDuckuM/WnybBWb6A==",
- "requires": {
- "core-js": "^3.6.4",
- "node-gettext": "^3.0.0"
- }
- }
}
},
"@nextcloud/password-confirmation": {
diff --git a/package.json b/package.json
index e40a06c33..911c314f5 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"@nextcloud/dialogs": "^4.2.2",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.2.0",
- "@nextcloud/moment": "^1.2.1",
+ "@nextcloud/moment": "^1.2.2",
"@nextcloud/password-confirmation": "^4.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.8.0",