Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Dec 2, 2022
1 parent ff626d1 commit aa89cbd
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions package.json
Expand Up @@ -51,8 +51,7 @@
"lint": "eslint lib test",
"format": "prettier --write \"{lib,test}/**/*.js\"",
"test": "ava --no-worker-threads",
"release": "./bin/release-it.js",
"knip": "knip"
"release": "./bin/release-it.js"
},
"author": {
"email": "lars@webpro.nl",
Expand All @@ -61,48 +60,47 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "2.2.5",
"@octokit/rest": "19.0.4",
"@octokit/rest": "19.0.5",
"async-retry": "1.3.3",
"chalk": "5.0.1",
"cosmiconfig": "7.0.1",
"chalk": "5.1.2",
"cosmiconfig": "8.0.0",
"execa": "6.1.0",
"form-data": "4.0.0",
"git-url-parse": "13.1.0",
"globby": "13.1.2",
"got": "12.5.1",
"inquirer": "9.1.2",
"got": "12.5.3",
"inquirer": "9.1.4",
"is-ci": "3.0.1",
"lodash": "4.17.21",
"mime-types": "2.1.35",
"new-github-release-url": "2.0.0",
"node-fetch": "3.2.10",
"node-fetch": "3.3.0",
"open": "8.4.0",
"ora": "6.1.2",
"os-name": "5.0.1",
"promise.allsettled": "1.0.5",
"promise.allsettled": "1.0.6",
"proxy-agent": "5.0.0",
"semver": "7.3.7",
"semver": "7.3.8",
"shelljs": "0.8.5",
"update-notifier": "6.0.2",
"url-join": "5.0.0",
"wildcard-match": "5.1.2",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@octokit/request-error": "3.0.1",
"ava": "4.3.3",
"eslint": "8.24.0",
"@octokit/request-error": "3.0.2",
"ava": "5.1.0",
"eslint": "8.28.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-ava": "13.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"knip": "0.2.0",
"mock-fs": "5.1.4",
"mock-fs": "5.2.0",
"mock-stdio": "1.0.3",
"nock": "13.2.9",
"nyc": "15.1.0",
"prettier": "2.7.1",
"sinon": "14.0.1",
"prettier": "2.8.0",
"sinon": "15.0.0",
"strip-ansi": "7.0.1"
},
"engines": {
Expand Down

0 comments on commit aa89cbd

Please sign in to comment.