Skip to content

Commit

Permalink
fix(deps): update dependency get-it to v8 (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2023
1 parent 811681f commit d4df7ee
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 27 deletions.
80 changes: 57 additions & 23 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"discover-path": "^1.0.0",
"email-validator": "^2.0.4",
"execa": "^5.1.1",
"get-it": "^7.0.2",
"get-it": "^8.0.9",
"get-latest-version": "^4.0.0",
"git-remote-origin-url": "^3.1.0",
"git-user-info": "^2.0.3",
Expand Down
4 changes: 1 addition & 3 deletions src/util/request.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
// @ts-expect-error missing types
import getIt from 'get-it'
// @ts-expect-error missing types
import {getIt} from 'get-it'
import {jsonRequest, jsonResponse, httpErrors, headers, promise} from 'get-it/middleware'
import pkg from '../../package.json'

Expand Down

0 comments on commit d4df7ee

Please sign in to comment.