Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 5562ad4 commit 5634a2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"colorette": "^2.0.20",
"commander": "^12.1.0",
"conventional-recommended-bump": "^10.0.0",
"execa": "^9.5.1",
"execa": "^9.5.2",
"git-cliff": "^2.7.0",
"js-yaml": "^4.1.0",
"semver": "^7.6.3",
Expand All @@ -65,7 +65,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"typescript": "~5.4.5"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ __metadata:
eslint: "npm:^8.57.1"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
execa: "npm:^9.5.1"
execa: "npm:^9.5.2"
git-cliff: "npm:^2.7.0"
js-yaml: "npm:^4.1.0"
lint-staged: "npm:^15.2.10"
prettier: "npm:^3.4.1"
prettier: "npm:^3.4.2"
rimraf: "npm:^6.0.1"
semver: "npm:^7.6.3"
smol-toml: "npm:^1.3.1"
Expand Down Expand Up @@ -1598,9 +1598,9 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^9.5.1":
version: 9.5.1
resolution: "execa@npm:9.5.1"
"execa@npm:^9.5.2":
version: 9.5.2
resolution: "execa@npm:9.5.2"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
Expand All @@ -1614,7 +1614,7 @@ __metadata:
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 10/aa030cdd43ffbf6a8825c16eec1515729553ce3655a8fa5165f0ddab2320957a9783effbeff37662e238e6f5d979d9732e3baa4bcaaeba4360856e627a214177
checksum: 10/652fa492e7e1052becba12275aafd1c3d249967a4400f798877aa6c21fafcd8182ee3ce09a54f0379785635f32a4adeef77b2edb83d7e8a55b06819ed102ff2a
languageName: node
linkType: hard

Expand Down Expand Up @@ -3023,12 +3023,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.4.1":
version: 3.4.1
resolution: "prettier@npm:3.4.1"
"prettier@npm:^3.0.0, prettier@npm:^3.3.0, prettier@npm:^3.4.2":
version: 3.4.2
resolution: "prettier@npm:3.4.2"
bin:
prettier: bin/prettier.cjs
checksum: 10/1ee4d1b1a9b6761cbb847cd81b9d87e51a0f4b2a4d5fe5755627c24828afe057a7ee9b764c3ee777d84abd46218d173d8a204ee9cb3acdd321ff9a6b25f99c1c
checksum: 10/a3e806fb0b635818964d472d35d27e21a4e17150c679047f5501e1f23bd4aa806adf660f0c0d35214a210d5d440da6896c2e86156da55f221a57938278dc326e
languageName: node
linkType: hard

Expand Down

0 comments on commit 5634a2d

Please sign in to comment.