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:
dependabot[bot] 2021-05-06 16:12:54 +00:00 committed by GitHub
parent 322cda4cfd
commit df510319c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -297,11 +297,11 @@
} }
}, },
"chrono-node": { "chrono-node": {
"version": "1.4.6", "version": "2.2.4",
"resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-1.4.6.tgz", "resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-2.2.4.tgz",
"integrity": "sha512-CBUbwkj2gRdCSacmJ4UvKOSsSjW5jWce3kiruZSMgmGf7FKwc2ERat32yPSqJDR8aDeA0lUJxiDzZRhXZmXBqw==", "integrity": "sha512-58ERHGfWtWzBxckF9ZyFuwJjcreLDr7C79lHEynSqZ7J8y1JfMa8ok1TvCCf/TOZmkGME1ZSaEEb0DqqWaNFHg==",
"requires": { "requires": {
"dayjs": "^1.8.19" "dayjs": "^1.10.0"
} }
}, },
"ci-info": { "ci-info": {
@ -374,9 +374,9 @@
} }
}, },
"dayjs": { "dayjs": {
"version": "1.8.28", "version": "1.10.4",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.28.tgz", "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.4.tgz",
"integrity": "sha512-ccnYgKC0/hPSGXxj7Ju6AV/BP4HUkXC2u15mikXT5mX9YorEaoi1bEKOmAqdkJHN4EEkmAf97SpH66Try5Mbeg==" "integrity": "sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw=="
}, },
"debug": { "debug": {
"version": "3.1.0", "version": "3.1.0",

View file

@ -2,7 +2,7 @@
"dependencies": { "dependencies": {
"app-root-path": "^2.2.1", "app-root-path": "^2.2.1",
"braces": "^3.0.2", "braces": "^3.0.2",
"chrono-node": "^1.4.6", "chrono-node": "^2.2.4",
"config": "^3.3.1", "config": "^3.3.1",
"discord.js": "^12.5.3", "discord.js": "^12.5.3",
"file-exists": "^5.0.1", "file-exists": "^5.0.1",