From 106a6f47230caefe7e3ceaa3f550ea34da9f8d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 03:29:23 +0000 Subject: [PATCH] chore(deps-dev): bump @types/cli-progress from 3.11.1 to 3.11.2 (#9625) * chore(deps-dev): bump @types/cli-progress from 3.11.1 to 3.11.2 * chore(dependabot): group `@types/*` minor/patch updates Co-authored-by: Claas Augner --- .github/dependabot.yml | 6 ++++++ package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 254447b96a11..3fd320472965 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,12 @@ updates: sentry: patterns: - "@sentry/*" + types: + patterns: + - "@types/*" + update-types: + - "minor" + - "patch" ignore: # Temporarily disable updates to Dinocons - dependency-name: "@mdn/dinocons" diff --git a/package.json b/package.json index f0a7c9de980b..e8647e0a1127 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "@swc/core": "^1.3.80", "@testing-library/react": "^14.0.0", "@types/async": "^3.2.20", - "@types/cli-progress": "^3.11.1", + "@types/cli-progress": "^3.11.2", "@types/imagemin": "^8.0.1", "@types/jest": "^29.5.4", "@types/mdast": "^4.0.0", diff --git a/yarn.lock b/yarn.lock index 24e1c9611570..e8259eb5a2be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2815,10 +2815,10 @@ dependencies: "@types/node" "*" -"@types/cli-progress@^3.11.1": - version "3.11.1" - resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.1.tgz#93664d42a0b7b2fc495bec8a470c60001d3c3d68" - integrity sha512-d9iA+0uys9N6wV/SvZkDEWMYwv+e/mhWPLa6lncQ1ZqrC3mXHnDmidanVGoVGnmCQ3mCxyu9S09Y2s18u5wL5w== +"@types/cli-progress@^3.11.2": + version "3.11.2" + resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.2.tgz#c8ff27cf89b46bfbb7faf140432c464d3a62ec4e" + integrity sha512-Yt/8rEJalfa9ve2SbfQnwFHrc9QF52JIZYHW3FDaTMpkCvnns26ueKiPHDxyJ0CS//IqjMINTx7R5Xa7k7uFHQ== dependencies: "@types/node" "*"