Skip to content

Commit d5f43f7

Browse files
fix(deps): bump is-plain-object from 4.1.1 to 5.0.0 (#257)
Co-authored-by: Gregor Martynus <[email protected]>
1 parent dc8c878 commit d5f43f7

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@octokit/request-error": "^2.0.0",
3434
"@octokit/types": "^5.0.0",
3535
"deprecation": "^2.0.0",
36-
"is-plain-object": "^4.0.0",
36+
"is-plain-object": "^5.0.0",
3737
"node-fetch": "^2.3.0",
3838
"once": "^1.4.0",
3939
"universal-user-agent": "^6.0.0"

src/fetch-wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import isPlainObject from "is-plain-object";
1+
import { isPlainObject } from "is-plain-object";
22
import nodeFetch, { HeadersInit } from "node-fetch";
33
import { RequestError } from "@octokit/request-error";
44
import { EndpointInterface } from "@octokit/types";

0 commit comments

Comments
 (0)