Skip to content

Commit

Permalink
fix: upgrade axis (follow-redirects), braces, ejs and micromatch
Browse files Browse the repository at this point in the history
  • Loading branch information
grof committed Jun 7, 2024
1 parent abc5cf8 commit 53c6f0e
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 47 deletions.
105 changes: 60 additions & 45 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@oclif/plugin-autocomplete": "^1.3.0",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.1.12",
"axios": "1.6.5",
"axios": "1.7.2",
"chalk": "4.1.2",
"date-fns": "2.28.0",
"debug": "4.3.3",
Expand Down Expand Up @@ -65,7 +65,7 @@
"execa": "5.1.1",
"globby": "11.0.4",
"husky": "7.0.4",
"mocha": "^10.2.0",
"mocha": "10.4.0",
"nock": "13.2.2",
"nyc": "15.1.0",
"oclif": "^3.9.0",
Expand Down Expand Up @@ -192,6 +192,9 @@
}
},
"overrides": {
"braces": "3.0.3",
"ejs": "3.1.10",
"micromatch": "4.0.6",
"semver": "7.5.4"
},
"pkg": {
Expand Down

0 comments on commit 53c6f0e

Please sign in to comment.