From 6261cab207c9289e16db5a4bcb98147e405ddb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:27:07 +0000 Subject: [PATCH] build(deps): bump chalk from 4.1.2 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 4.1.2 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v4.1.2...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4fc3a614f..c1cdef1d9 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/node": "^20.10.7", "axios": "^1.6.5", "bowser": "^2.11.0", - "chalk": "^4.1.2", + "chalk": "^5.3.0", "cron": "^3.1.3", "cron-validator": "^1.3.1", "crypto": "^1.0.1", diff --git a/yarn.lock b/yarn.lock index b5ed818c6..c88819ba4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6163,6 +6163,16 @@ __metadata: languageName: node linkType: hard +"cron@npm:^3.1.3": + version: 3.1.6 + resolution: "cron@npm:3.1.6" + dependencies: + "@types/luxon": "npm:~3.3.0" + luxon: "npm:~3.4.0" + checksum: f8328ce1052531bc14372acbfbddb38db33b30b29ac878d574b317779160b2947c9315c81dccb8a33724418cd86440a92269055037c96a2e917c867d57274009 + languageName: node + linkType: hard + "cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3": version: 7.0.3 resolution: "cross-spawn@npm:7.0.3" @@ -10410,9 +10420,9 @@ __metadata: autoprefixer: "npm:10.4.17" axios: "npm:^1.6.5" bowser: "npm:^2.11.0" - chalk: "npm:^4.1.2" + chalk: "npm:^5.3.0" clean-jsdoc-theme: "npm:^4.2.14" - cron: "npm:3.1.3" + cron: "npm:^3.1.3" cron-validator: "npm:^1.3.1" crypto: "npm:^1.0.1" eslint: "npm:^8.56.0"