Skip to content

Commit

Permalink
fix: bump deps (#306)
Browse files Browse the repository at this point in the history
* fix: bump deps

* fix: bump deps
  • Loading branch information
peternhale committed Dec 1, 2021
1 parent a301b89 commit 52ee252
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 142 deletions.
68 changes: 34 additions & 34 deletions package.json
Expand Up @@ -6,63 +6,63 @@
"bugs": "https://github.com/oclif/core/issues",
"dependencies": {
"@oclif/linewrap": "^1.0.0",
"chalk": "^4.1.0",
"clean-stack": "^3.0.0",
"cli-ux": "^5.1.0",
"debug": "^4.1.1",
"fs-extra": "^9.0.1",
"chalk": "^4.1.2",
"clean-stack": "^3.0.1",
"cli-ux": "^6.0.1",
"debug": "^4.3.3",
"fs-extra": "^9.1.0",
"get-package-type": "^0.1.0",
"globby": "^11.0.1",
"globby": "^11.0.4",
"indent-string": "^4.0.0",
"is-wsl": "^2.1.1",
"is-wsl": "^2.2.0",
"lodash": "^4.17.21",
"semver": "^7.3.2",
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
"tslib": "^2.0.0",
"semver": "^7.3.5",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"tslib": "^2.3.1",
"widest-line": "^3.1.0",
"wrap-ansi": "^7.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^12.1.1",
"@oclif/plugin-help": "^5.1.2",
"@oclif/plugin-plugins": "^2.0.1",
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "^5.1.4",
"@oclif/plugin-plugins": "^2.0.2",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.3",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/clean-stack": "^2.1.1",
"@types/fs-extra": "^9.0.1",
"@types/fs-extra": "^9.0.13",
"@types/indent-string": "^4.0.1",
"@types/lodash": "^4.14.123",
"@types/lodash.template": "^4.4.4",
"@types/mocha": "^8.0.3",
"@types/lodash": "^4.14.177",
"@types/lodash.template": "^4.5.0",
"@types/mocha": "^8.2.3",
"@types/nock": "^11.1.0",
"@types/node": "^15.6.1",
"@types/node-notifier": "^8.0.0",
"@types/node": "^15.14.9",
"@types/node-notifier": "^8.0.1",
"@types/proxyquire": "^1.3.28",
"@types/read-pkg": "^5.1.0",
"@types/semver": "^7.3.1",
"@types/semver": "^7.3.9",
"@types/strip-ansi": "^5.2.1",
"@types/wrap-ansi": "^3.0.0",
"chai": "^4.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"commitlint": "^12.1.1",
"eslint": "^7.3.1",
"commitlint": "^12.1.4",
"eslint": "^7.32.0",
"eslint-config-oclif": "^4.0.0",
"eslint-config-oclif-typescript": "^1.0.2",
"fancy-test": "^1.4.3",
"globby": "^11.0.1",
"fancy-test": "^1.4.10",
"globby": "^11.0.4",
"husky": "6",
"mocha": "^8.1.3",
"nock": "^13.0.0",
"proxyquire": "^2.1.0",
"mocha": "^8.4.0",
"nock": "^13.2.1",
"proxyquire": "^2.1.3",
"shx": "^0.3.3",
"sinon": "^11.1.1",
"ts-node": "^9.0.0",
"sinon": "^11.1.2",
"ts-node": "^9.1.1",
"typescript": "4.5.2"
},
"resolutions": {
"@oclif/command": "1.8.1",
"@oclif/command": "1.8.6",
"@oclif/parser": "3.8.6"
},
"engines": {
Expand Down

0 comments on commit 52ee252

Please sign in to comment.