diff --git a/package-lock.json b/package-lock.json index 69b7d130d..6dcdf598e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1136,9 +1136,9 @@ } }, "@octokit/openapi-types": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.2.1.tgz", - "integrity": "sha512-Bf7MBvQ1nMpv15ANaQtRBsC7YnwQFPM0eUztp3luQs9L6sBEiQ6ArM1Wx5CG+N7tXETtd0oE0DMcU4wbLlCZIw==" + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-5.2.2.tgz", + "integrity": "sha512-b3nHy/0uufJJsaZERwZM0syLRO6gfr6vvBPLewQxBKzzbhGDx1ygTyoELMNADD7mIPPzGMqbfdCeJTSeZueZwA==" }, "@octokit/plugin-paginate-rest": { "version": "2.11.0", diff --git a/package.json b/package.json index 626596161..0bd36b47c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "description": "Shared TypeScript definitions for Octokit projects", "dependencies": { - "@octokit/openapi-types": "^5.2.1" + "@octokit/openapi-types": "^5.2.2" }, "scripts": { "build": "pika build",