mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 09:37:27 +00:00
Bump chrono-node from 1.4.6 to 2.2.4
Bumps [chrono-node](https://github.com/wanasit/chrono) from 1.4.6 to 2.2.4. - [Release notes](https://github.com/wanasit/chrono/releases) - [Commits](https://github.com/wanasit/chrono/compare/v1.4.6...v2.2.4) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
322cda4cfd
commit
df510319c5
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -297,11 +297,11 @@
|
|||
}
|
||||
},
|
||||
"chrono-node": {
|
||||
"version": "1.4.6",
|
||||
"resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-1.4.6.tgz",
|
||||
"integrity": "sha512-CBUbwkj2gRdCSacmJ4UvKOSsSjW5jWce3kiruZSMgmGf7FKwc2ERat32yPSqJDR8aDeA0lUJxiDzZRhXZmXBqw==",
|
||||
"version": "2.2.4",
|
||||
"resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-2.2.4.tgz",
|
||||
"integrity": "sha512-58ERHGfWtWzBxckF9ZyFuwJjcreLDr7C79lHEynSqZ7J8y1JfMa8ok1TvCCf/TOZmkGME1ZSaEEb0DqqWaNFHg==",
|
||||
"requires": {
|
||||
"dayjs": "^1.8.19"
|
||||
"dayjs": "^1.10.0"
|
||||
}
|
||||
},
|
||||
"ci-info": {
|
||||
|
@ -374,9 +374,9 @@
|
|||
}
|
||||
},
|
||||
"dayjs": {
|
||||
"version": "1.8.28",
|
||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.28.tgz",
|
||||
"integrity": "sha512-ccnYgKC0/hPSGXxj7Ju6AV/BP4HUkXC2u15mikXT5mX9YorEaoi1bEKOmAqdkJHN4EEkmAf97SpH66Try5Mbeg=="
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz",
|
||||
"integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw=="
|
||||
},
|
||||
"debug": {
|
||||
"version": "3.1.0",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"dependencies": {
|
||||
"app-root-path": "^2.2.1",
|
||||
"braces": "^3.0.2",
|
||||
"chrono-node": "^1.4.6",
|
||||
"chrono-node": "^2.2.4",
|
||||
"config": "^3.3.1",
|
||||
"discord.js": "^12.5.3",
|
||||
"file-exists": "^5.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue