Skip to content

Commit

Permalink
build(deps): bump picocolors from 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [picocolors](https://github.com/alexeyraspopov/picocolors) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/alexeyraspopov/picocolors/releases)
- [Changelog](https://github.com/alexeyraspopov/picocolors/blob/main/CHANGELOG.md)
- [Commits](alexeyraspopov/picocolors@v1.1.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 98cd684 commit e925ba2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cli/create-completion-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/withfig/autocomplete-tools#readme",
"dependencies": {
"commander": "^11.1.0",
"picocolors": "^1.1.0"
"picocolors": "^1.1.1"
},
"devDependencies": {
"@fig/complete-commander": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion cli/publish-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/prompts": "^2.4.9",
"express": "^4.21.1",
"multer": "1.4.5-lts.1",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@microsoft/tsdoc": "^0.15.0",
"@types/node": "^22.5.2",
"cspell": "^8.15.2",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"prettier": "^3.3.3",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
Expand Down

0 comments on commit e925ba2

Please sign in to comment.