Skip to content

Commit

Permalink
fix(deps): bump enquirer from 2.4.0 to 2.4.1
Browse files Browse the repository at this point in the history
Bumps [enquirer](https://github.com/enquirer/enquirer) from 2.4.0 to 2.4.1.
- [Changelog](https://github.com/enquirer/enquirer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enquirer/enquirer/commits)

---
updated-dependencies:
- dependency-name: enquirer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 4, 2023
1 parent 27a70af commit 373b6e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@salesforce/ts-types": "^2.0.5",
"cli-truncate": "^3.1.0",
"debug": "^4.3.4",
"enquirer": "^2.4.0",
"enquirer": "^2.4.1",
"fs-extra": "^11.1.1",
"is-docker": "^3.0.0",
"is-wsl": "^2.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3073,10 +3073,10 @@ end-of-stream@^1.1.0:
dependencies:
once "^1.4.0"

enquirer@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.0.tgz#4f36f6c644137cc4fd2891da407ede2b1fea904a"
integrity sha512-ehu97t6FTYK2I3ZYtnp0BZ9vt0mvEL/cnHBds7Ct6jo9VX1VIkiFhOvVRWh6eblQqd7KOoICIQV+syZ3neXO/Q==
enquirer@^2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.4.1.tgz#93334b3fbd74fc7097b224ab4a8fb7e40bf4ae56"
integrity sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==
dependencies:
ansi-colors "^4.1.1"
strip-ansi "^6.0.1"
Expand Down

0 comments on commit 373b6e8

Please sign in to comment.