diff options
author | dependabot[bot] | 2024-07-22 21:10:41 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2024-07-24 21:44:32 +0300 |
commit | 02625cfa1634d34fd778e1d97d36fbca3915e8c9 (patch) | |
tree | c07804cbd8860a971e08eee0b98b2d671179c3a4 | |
parent | 23e069763409196ba1f1d275637f806cfb117b10 (diff) |
build(deps): bump dayjs from 1.11.11 to 1.11.12
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.11.11 to 1.11.12.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.11.11...v1.11.12)
---
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 | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index d55c9f1e..8c95aba7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "classlist.js": "^1.1.20150312", "config": "^3.3.12", "css-minimizer-webpack-plugin": "^7.0.0", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "element-closest": "3.0.2", "evil-icons": "^1.10.1", "express": "^4.19.2", @@ -7603,9 +7603,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.11", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.11.tgz", - "integrity": "sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==" + "version": "1.11.12", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.12.tgz", + "integrity": "sha512-Rt2g+nTbLlDWZTwwrIXjy9MeiZmSDI375FvZs72ngxx8PDC6YXOeR3q5LAuPzjZQxhiWdRKac7RKV+YyQYfYIg==" }, "node_modules/debug": { "version": "4.3.5", diff --git a/package.json b/package.json index 138ab62c..e9a97578 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "classlist.js": "^1.1.20150312", "config": "^3.3.12", "css-minimizer-webpack-plugin": "^7.0.0", - "dayjs": "^1.11.11", + "dayjs": "^1.11.12", "element-closest": "3.0.2", "evil-icons": "^1.10.1", "express": "^4.19.2", |