Skip to content

Commit

Permalink
chore(deps): update commander import
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam committed Dec 19, 2023
1 parent 69eedc2 commit 52d9c0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"babel-preset-carbon": "^0.0.14",
"browserslist-config-carbon": "^10.3.0",
"chalk": "^4.1.1",
"commander": "^11.1.0",
"commander": "^4.1.0",
"cross-env": "^7.0.0",
"doctoc": "^2.0.0",
"enzyme-to-json": "^3.3.5",
Expand Down
1 change: 1 addition & 0 deletions tasks/deploy_preview_comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const getComments = () => {
res.on('end', () => {
response = JSON.parse(response);

console.log('typeof', typeof response);
console.log(response);

const results = response.filter((comment) => {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13359,7 +13359,7 @@ __metadata:
babel-preset-carbon: "npm:^0.0.14"
browserslist-config-carbon: "npm:^10.3.0"
chalk: "npm:^4.1.1"
commander: "npm:^11.1.0"
commander: "npm:^4.1.0"
cross-env: "npm:^7.0.0"
doctoc: "npm:^2.0.0"
enzyme-to-json: "npm:^3.3.5"
Expand Down Expand Up @@ -14166,7 +14166,7 @@ __metadata:
languageName: node
linkType: hard

"commander@npm:^4.0.1, commander@npm:^4.1.1":
"commander@npm:^4.0.1, commander@npm:^4.1.0, commander@npm:^4.1.1":
version: 4.1.1
resolution: "commander@npm:4.1.1"
checksum: 3b2dc4125f387dab73b3294dbcb0ab2a862f9c0ad748ee2b27e3544d25325b7a8cdfbcc228d103a98a716960b14478114a5206b5415bd48cdafa38797891562c
Expand Down

0 comments on commit 52d9c0f

Please sign in to comment.