diff options
author | dependabot[bot] | 2023-09-19 21:22:43 +0000 |
---|---|---|
committer | vitalyster | 2023-09-20 18:52:19 +0300 |
commit | c3199f3be78df078f54cf580d84700223ff62f88 (patch) | |
tree | 9458479d092606f9ff6aeef119cc7ce2947310e9 | |
parent | cfdb9a43a29c88e31e8b9336589a2f484b07ac7d (diff) |
build(deps): bump dayjs from 1.11.9 to 1.11.10
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.9 to 1.11.10.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.10/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.11.9...v1.11.10)
---
updated-dependencies:
- dependency-name: dayjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 14 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json index 064f6706..162c55a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "classlist.js": "^1.1.20150312", "config": "^3.3.9", "css-minimizer-webpack-plugin": "^5.0.1", - "dayjs": "^1.11.9", + "dayjs": "^1.11.10", "element-closest": "3.0.2", "evil-icons": "^1.10.1", "express": "^4.18.2", @@ -7638,9 +7638,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.9", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", - "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "node_modules/debug": { "version": "4.3.4", @@ -24635,9 +24635,9 @@ } }, "dayjs": { - "version": "1.11.9", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.9.tgz", - "integrity": "sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA==" + "version": "1.11.10", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz", + "integrity": "sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index f4de93f5..f0c443a8 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "classlist.js": "^1.1.20150312", "config": "^3.3.9", "css-minimizer-webpack-plugin": "^5.0.1", - "dayjs": "^1.11.9", + "dayjs": "^1.11.10", "element-closest": "3.0.2", "evil-icons": "^1.10.1", "express": "^4.18.2", |