Skip to content

Commit

Permalink
chore(deps-dev): bump @types/cli-progress from 3.11.1 to 3.11.2 (#9625)
Browse files Browse the repository at this point in the history
* 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 <caugner@mozilla.com>
  • Loading branch information
dependabot[bot] and caugner authored Sep 7, 2023
1 parent 036c053 commit 106a6f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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" "*"

Expand Down

0 comments on commit 106a6f4

Please sign in to comment.