diff --git a/package-lock.json b/package-lock.json index b581cc2..1bb88a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,9 +92,9 @@ } }, "@octokit/fixtures": { - "version": "22.0.1", - "resolved": "https://registry.npmjs.org/@octokit/fixtures/-/fixtures-22.0.1.tgz", - "integrity": "sha512-ktbGOKHA1pOPEA6uGmDqhSk6onwLJoguo0OOr5AW/YaAA5Jh3ngz2rU9zkpgKoxRRUrLJuBItzYktg/pB21mUA==", + "version": "22.0.2", + "resolved": "https://registry.npmjs.org/@octokit/fixtures/-/fixtures-22.0.2.tgz", + "integrity": "sha512-1Se54u1DlvpQ049BFHeo02Awkj2rZ6JK4X2gkdLij0g75hHxW8cB49tVVpOG62RrGrgtSi2Mw/zRemzNfpDZlQ==", "requires": { "json-diff": "^0.5.3", "lodash": "^4.17.11", diff --git a/package.json b/package.json index 4a1e00e..4445a39 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "dependencies": { - "@octokit/fixtures": "22.0.1", + "@octokit/fixtures": "22.0.2", "cachimo": "^2.0.1", "console-log-level": "^1.4.0", "cors": "^2.8.4",