From 84a802cbd16c85305d6aad3543a5ddb21af2d553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:03:57 +0000 Subject: [PATCH] chore(deps): bump chalk from 5.2.0 to 5.3.0 Bumps [chalk](https://github.com/chalk/chalk) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: chalk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/fxa-dev-launcher/package.json | 2 +- yarn.lock | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/packages/fxa-dev-launcher/package.json b/packages/fxa-dev-launcher/package.json index e64b390b50..6950f0217c 100644 --- a/packages/fxa-dev-launcher/package.json +++ b/packages/fxa-dev-launcher/package.json @@ -15,7 +15,7 @@ "author": "Mozilla (https://mozilla.org/)", "license": "MPL-2.0", "dependencies": { - "chalk": "^5.2.0", + "chalk": "^5.3.0", "foxfire": "^2.0.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 4d308a749a..06541a186a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -29119,7 +29119,7 @@ __metadata: languageName: node linkType: hard -"chalk@npm:5.3.0": +"chalk@npm:5.3.0, chalk@npm:^5.3.0": version: 5.3.0 resolution: "chalk@npm:5.3.0" checksum: 623922e077b7d1e9dedaea6f8b9e9352921f8ae3afe739132e0e00c275971bdd331268183b2628cf4ab1727c45ea1f28d7e24ac23ce1db1eb653c414ca8a5a80 @@ -29139,13 +29139,6 @@ __metadata: languageName: node linkType: hard -"chalk@npm:^5.2.0": - version: 5.2.0 - resolution: "chalk@npm:5.2.0" - checksum: 03d8060277de6cf2fd567dc25fcf770593eb5bb85f460ce443e49255a30ff1242edd0c90a06a03803b0466ff0687a939b41db1757bec987113e83de89a003caa - languageName: node - linkType: hard - "chalk@npm:~0.4.0": version: 0.4.0 resolution: "chalk@npm:0.4.0" @@ -37707,7 +37700,7 @@ fsevents@~2.1.1: resolution: "fxa-dev-launcher@workspace:packages/fxa-dev-launcher" dependencies: "@types/eslint": ^8 - chalk: ^5.2.0 + chalk: ^5.3.0 eslint: ^8.38.0 eslint-config-react-app: ^7.0.1 foxfire: ^2.0.0