From 8d1ab597e51955e5564b18535d4679d3e60c1e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 16:06:50 +0200 Subject: [PATCH] build(deps): Bump chalk from 5.2.0 to 5.3.0 in /DSL (#524) Bumps [chalk](https://github.com/chalk/chalk) from 5.2.0 to 5.3.0.
Release notes

Sourced from chalk's releases.

v5.3.0

https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=chalk&package-manager=npm_and_yarn&previous-version=5.2.0&new-version=5.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- DSL/package-lock.json | 14 +++++++------- DSL/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DSL/package-lock.json b/DSL/package-lock.json index d0ad3cf1f..fe7e2186d 100644 --- a/DSL/package-lock.json +++ b/DSL/package-lock.json @@ -8,7 +8,7 @@ "name": "safe-ds", "version": "0.1.0", "dependencies": { - "chalk": "^5.2.0", + "chalk": "^5.3.0", "chevrotain": "^10.5.0", "commander": "^11.0.0", "glob": "^10.3.0", @@ -755,9 +755,9 @@ } }, "node_modules/chalk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", - "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -2702,9 +2702,9 @@ } }, "chalk": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.2.0.tgz", - "integrity": "sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==" + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==" }, "check-error": { "version": "1.0.2", diff --git a/DSL/package.json b/DSL/package.json index 023dc9732..1647a8887 100644 --- a/DSL/package.json +++ b/DSL/package.json @@ -55,7 +55,7 @@ "langium:watch": "langium generate --watch" }, "dependencies": { - "chalk": "^5.2.0", + "chalk": "^5.3.0", "chevrotain": "^10.5.0", "commander": "^11.0.0", "glob": "^10.3.0",