Skip to content

Commit

Permalink
Update dependencies (fixes #794)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 23, 2021
1 parent 010ccbf commit 03add7a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Expand Up @@ -56,52 +56,52 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "2.2.5",
"@octokit/rest": "18.0.4",
"@octokit/rest": "18.7.0",
"async-retry": "1.3.1",
"chalk": "4.1.0",
"chalk": "4.1.1",
"cosmiconfig": "7.0.0",
"debug": "4.1.1",
"debug": "4.3.2",
"deprecated-obj": "2.0.0",
"detect-repo-changelog": "1.0.1",
"execa": "4.0.3",
"find-up": "5.0.0",
"form-data": "3.0.0",
"git-url-parse": "11.1.3",
"git-url-parse": "11.5.0",
"globby": "11.0.1",
"got": "11.6.0",
"got": "11.8.2",
"import-cwd": "3.0.0",
"inquirer": "7.3.3",
"is-ci": "2.0.0",
"lodash": "4.17.20",
"mime-types": "2.1.27",
"ora": "5.0.0",
"lodash": "4.17.21",
"mime-types": "2.1.31",
"ora": "5.4.1",
"os-name": "4.0.0",
"parse-json": "5.1.0",
"semver": "7.3.2",
"parse-json": "5.2.0",
"semver": "7.3.5",
"shelljs": "0.8.4",
"supports-color": "7.2.0",
"update-notifier": "4.1.1",
"url-join": "4.0.1",
"uuid": "8.3.0",
"uuid": "8.3.2",
"window-size": "1.1.1",
"yaml": "1.10.0",
"yaml": "1.10.2",
"yargs-parser": "19.0.4"
},
"devDependencies": {
"@octokit/request-error": "2.0.2",
"ava": "3.12.1",
"codecov": "3.7.2",
"eslint": "7.8.1",
"@octokit/request-error": "2.0.6",
"ava": "3.15.0",
"codecov": "3.8.3",
"eslint": "7.31.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-ava": "11.0.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"markdown-toc": "1.2.0",
"mock-fs": "4.13.0",
"mock-stdio": "1.0.3",
"nock": "13.0.4",
"nock": "13.1.1",
"nyc": "15.1.0",
"prettier": "2.1.1",
"prettier": "2.3.2",
"proxyquire": "2.1.3",
"sinon": "9.0.3",
"strip-ansi": "6.0.0"
Expand Down

0 comments on commit 03add7a

Please sign in to comment.