Skip to content

Commit 9084c84

Browse files
Bump dependencies to pull in fix for -h char flag (#333)
* Bump dependencies * Bump dependencies again to bring in line with open dependabot PRs
1 parent f667c4f commit 9084c84

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

package-lock.json

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@
88
},
99
"bugs": "https://github.com/SmartBear/swaggerhub-cli/issues",
1010
"dependencies": {
11-
"@oclif/core": "^2.8.11",
12-
"@oclif/plugin-help": "^5.2.11",
13-
"@oclif/plugin-plugins": "^3.1.6",
11+
"@oclif/core": "^2.11.5",
12+
"@oclif/plugin-help": "^5.2.15",
13+
"@oclif/plugin-plugins": "^3.1.8",
1414
"deep-extend": "^0.6.0",
1515
"fs-extra": "^11.1.1",
1616
"inquirer": "^8.2.5",
1717
"js-yaml": "^4.1.0",
1818
"json-templates": "^5.0.0",
1919
"node-fetch": "^2.6.12",
20-
"semver": "^7.5.3"
20+
"semver": "^7.5.4"
2121
},
2222
"devDependencies": {
23-
"@oclif/test": "^2.3.26",
23+
"@oclif/test": "^2.4.2",
2424
"chai": "^4.3.7",
25-
"eslint": "^8.44.0",
25+
"eslint": "^8.46.0",
2626
"eslint-plugin-chai-friendly": "^0.7.2",
2727
"eslint-plugin-immutable": "^1.0.0",
2828
"eslint-plugin-mocha": "^10.1.0",
2929
"eslint-plugin-node": "^11.1.0",
30-
"globby": "^13.2.1",
30+
"globby": "^13.2.2",
3131
"husky": "^8.0.3",
3232
"mocha": "^10.2.0",
33-
"nock": "^13.3.1",
33+
"nock": "^13.3.2",
3434
"nyc": "^15.1.0",
3535
"rewire": "^6.0.0",
3636
"tmp": "^0.2.1"

0 commit comments

Comments
 (0)