mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
chore(deps): Bump @nextcloud/moment from 1.3.2 to 1.3.4
Bumps [@nextcloud/moment](https://github.com/nextcloud-libraries/nextcloud-moment) from 1.3.2 to 1.3.4. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-moment/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-moment/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-moment/compare/v1.3.2...v1.3.4) --- updated-dependencies: - dependency-name: "@nextcloud/moment" dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
aebd370d7a
commit
3c422751db
2 changed files with 7 additions and 54 deletions
59
package-lock.json
generated
59
package-lock.json
generated
|
|
@ -23,7 +23,7 @@
|
||||||
"@nextcloud/initial-state": "^2.2.0",
|
"@nextcloud/initial-state": "^2.2.0",
|
||||||
"@nextcloud/l10n": "^3.2.0",
|
"@nextcloud/l10n": "^3.2.0",
|
||||||
"@nextcloud/logger": "^3.0.2",
|
"@nextcloud/logger": "^3.0.2",
|
||||||
"@nextcloud/moment": "^1.3.2",
|
"@nextcloud/moment": "^1.3.4",
|
||||||
"@nextcloud/password-confirmation": "^5.3.1",
|
"@nextcloud/password-confirmation": "^5.3.1",
|
||||||
"@nextcloud/paths": "^2.2.1",
|
"@nextcloud/paths": "^2.2.1",
|
||||||
"@nextcloud/router": "^3.0.1",
|
"@nextcloud/router": "^3.0.1",
|
||||||
|
|
@ -3208,45 +3208,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@nextcloud/moment": {
|
"node_modules/@nextcloud/moment": {
|
||||||
"version": "1.3.2",
|
"version": "1.3.4",
|
||||||
"resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/@nextcloud/moment/-/moment-1.3.4.tgz",
|
||||||
"integrity": "sha512-VfSPnllfciZe1eU4zaHS0fE/4pPWKRUjLFxZSNQec9gkUfbskMsKH2xyPqkYLlYP9FF1uQh2+wZbzkFd6QLc4A==",
|
"integrity": "sha512-ibc1v3HshmI8q1jkfwj5tKgBnOSCpaVp1Nx0uSqnoStUsh5qdf235xA0UFtro+yFuGgfpTbos4gTzfXIoC2enA==",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nextcloud/l10n": "^2.2.0",
|
"@nextcloud/l10n": "^3.2.0",
|
||||||
"moment": "^2.30.1",
|
"moment": "^2.30.1"
|
||||||
"node-gettext": "^3.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": "^20.0.0",
|
|
||||||
"npm": "^10.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@nextcloud/moment/node_modules/@nextcloud/l10n": {
|
|
||||||
"version": "2.2.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.2.0.tgz",
|
|
||||||
"integrity": "sha512-UAM2NJcl/NR46MANSF7Gr7q8/Up672zRyGrxLpN3k4URNmWQM9upkbRME+1K3T29wPrUyOIbQu710ZjvZafqFA==",
|
|
||||||
"license": "GPL-3.0-or-later",
|
|
||||||
"dependencies": {
|
|
||||||
"@nextcloud/router": "^2.1.2",
|
|
||||||
"@nextcloud/typings": "^1.7.0",
|
|
||||||
"dompurify": "^3.0.3",
|
|
||||||
"escape-html": "^1.0.3",
|
|
||||||
"node-gettext": "^3.0.0"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": "^20.0.0",
|
|
||||||
"npm": "^9.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/@nextcloud/moment/node_modules/@nextcloud/router": {
|
|
||||||
"version": "2.2.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-2.2.1.tgz",
|
|
||||||
"integrity": "sha512-ZRc/WI0RaksEJMz08H/6LimIdP+1A1xTHThCYEghs7VgAKNp5917vT2OKSpG0cMRbIwk0ongFVt5FB5qjy/iFg==",
|
|
||||||
"license": "GPL-3.0-or-later",
|
|
||||||
"dependencies": {
|
|
||||||
"@nextcloud/typings": "^1.7.0",
|
|
||||||
"core-js": "^3.6.4"
|
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.0.0",
|
"node": "^20.0.0",
|
||||||
|
|
@ -11215,13 +11183,6 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"peer": true
|
"peer": true
|
||||||
},
|
},
|
||||||
"node_modules/lodash.get": {
|
|
||||||
"version": "4.4.2",
|
|
||||||
"resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
|
|
||||||
"integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==",
|
|
||||||
"deprecated": "This package is deprecated. Use the optional chaining (?.) operator instead.",
|
|
||||||
"license": "MIT"
|
|
||||||
},
|
|
||||||
"node_modules/lodash.merge": {
|
"node_modules/lodash.merge": {
|
||||||
"version": "4.6.2",
|
"version": "4.6.2",
|
||||||
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
|
||||||
|
|
@ -12216,14 +12177,6 @@
|
||||||
"node": ">= 6.13.0"
|
"node": ">= 6.13.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/node-gettext": {
|
|
||||||
"version": "3.0.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-gettext/-/node-gettext-3.0.0.tgz",
|
|
||||||
"integrity": "sha512-/VRYibXmVoN6tnSAY2JWhNRhWYJ8Cd844jrZU/DwLVoI4vBI6ceYbd8i42sYZ9uOgDH3S7vslIKOWV/ZrT2YBA==",
|
|
||||||
"dependencies": {
|
|
||||||
"lodash.get": "^4.4.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/node-html-better-parser": {
|
"node_modules/node-html-better-parser": {
|
||||||
"version": "1.4.11",
|
"version": "1.4.11",
|
||||||
"resolved": "https://registry.npmjs.org/node-html-better-parser/-/node-html-better-parser-1.4.11.tgz",
|
"resolved": "https://registry.npmjs.org/node-html-better-parser/-/node-html-better-parser-1.4.11.tgz",
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
"@nextcloud/initial-state": "^2.2.0",
|
"@nextcloud/initial-state": "^2.2.0",
|
||||||
"@nextcloud/l10n": "^3.2.0",
|
"@nextcloud/l10n": "^3.2.0",
|
||||||
"@nextcloud/logger": "^3.0.2",
|
"@nextcloud/logger": "^3.0.2",
|
||||||
"@nextcloud/moment": "^1.3.2",
|
"@nextcloud/moment": "^1.3.4",
|
||||||
"@nextcloud/password-confirmation": "^5.3.1",
|
"@nextcloud/password-confirmation": "^5.3.1",
|
||||||
"@nextcloud/paths": "^2.2.1",
|
"@nextcloud/paths": "^2.2.1",
|
||||||
"@nextcloud/router": "^3.0.1",
|
"@nextcloud/router": "^3.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue