diff --git a/package-lock.json b/package-lock.json index 674d4e0..35169c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -491,9 +491,9 @@ } }, "@octokit/fixtures": { - "version": "21.5.0", - "resolved": "https://registry.npmjs.org/@octokit/fixtures/-/fixtures-21.5.0.tgz", - "integrity": "sha512-OsMRW0g8dlHJVg7UejJ1R9dxhaIyAgwwypiJggoxwEhh5boyaqDNvU8fwZZg7cjEfMjY2oZigUqe6CPhEC6KBQ==", + "version": "22.0.0", + "resolved": "https://registry.npmjs.org/@octokit/fixtures/-/fixtures-22.0.0.tgz", + "integrity": "sha512-H8ek45UL/QpWOl9JMq76RW1O7cGexMsIJ5VP5raBeK1DSr8+qNeETR7lw+LmBwu+OAvtyL2teWweCRtdKLppwQ==", "requires": { "json-diff": "^0.5.3", "lodash": "^4.17.11", diff --git a/package.json b/package.json index 826de83..a97f088 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "author": "Gregor Martynus (https://twitter.com/gr2m)", "license": "MIT", "dependencies": { - "@octokit/fixtures": "21.5.0", + "@octokit/fixtures": "22.0.0", "cachimo": "^2.0.1", "console-log-level": "^1.4.0", "cors": "^2.8.4",