Skip to content

Commit

Permalink
Merge pull request #56 from pedrozadotdev/dependabot/npm_and_yarn/cli…
Browse files Browse the repository at this point in the history
…ent/cross-spawn-7.0.5

Bump cross-spawn from 7.0.3 to 7.0.5 in /client
  • Loading branch information
pedrozadotdev authored Nov 24, 2024
2 parents e753b8a + 9c8f167 commit a988fb7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/packages/create-openblocks-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"chalk": "4",
"commander": "^9.4.1",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.5",
"fs-extra": "^10.1.0",
"openblocks-dev-utils": "workspace:^"
},
Expand Down
2 changes: 1 addition & 1 deletion client/packages/openblocks-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"axios": "^1.7.4",
"chalk": "4",
"commander": "^9.4.1",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.5",
"fs-extra": "^10.1.0",
"openblocks-dev-utils": "workspace:^",
"react": "^17",
Expand Down
15 changes: 13 additions & 2 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7116,7 +7116,7 @@ __metadata:
dependencies:
chalk: 4
commander: ^9.4.1
cross-spawn: ^7.0.3
cross-spawn: ^7.0.5
fs-extra: ^10.1.0
openblocks-dev-utils: "workspace:^"
bin:
Expand Down Expand Up @@ -7151,6 +7151,17 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.5":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
path-key: ^3.1.0
shebang-command: ^2.0.0
which: ^2.0.1
checksum: 8d306efacaf6f3f60e0224c287664093fa9185680b2d195852ba9a863f85d02dcc737094c6e512175f8ee0161f9b87c73c6826034c2422e39de7d6569cf4503b
languageName: node
linkType: hard

"css-color-keywords@npm:^1.0.0":
version: 1.0.0
resolution: "css-color-keywords@npm:1.0.0"
Expand Down Expand Up @@ -13159,7 +13170,7 @@ __metadata:
axios: ^1.7.4
chalk: 4
commander: ^9.4.1
cross-spawn: ^7.0.3
cross-spawn: ^7.0.5
fs-extra: ^10.1.0
openblocks-dev-utils: "workspace:^"
react: ^17
Expand Down

0 comments on commit a988fb7

Please sign in to comment.