diff --git a/package-lock.json b/package-lock.json index cb2d535e6..eaa43b71a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -977,9 +977,9 @@ } }, "@octokit/openapi-types": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-3.2.0.tgz", - "integrity": "sha512-X7yW/fpzF3uTAE+LbPD3HEeeU+/49o0V4kNA/yv8jQ3BDpFayv/osTOhY1y1mLXljW2bOJcOCSGZo4jFKPJ6Vw==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-3.2.1.tgz", + "integrity": "sha512-OOXW6e+vSIpA63Zp5Q+hio3tnQsWFnn9xx1xco0arjTOBcKW/NwFsmhpmj4Yt5IddUS1V7PVGSfRRDO5qZhEqQ==" }, "@octokit/plugin-paginate-rest": { "version": "2.6.2", @@ -1024,11 +1024,11 @@ } }, "@octokit/types": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.5.0.tgz", - "integrity": "sha512-mzCy7lkYQv+kM58W37uTg/mWoJ4nvRDRCkjSdqlrgA28hJEYNJTMYiGTvmq39cdtnMPJd0hshysBEAaH4D5C7w==", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.5.3.tgz", + "integrity": "sha512-kKefDpNiYXQoZvvbDxgdTDKn1pzopxyn9W/7nkIxNaiRC20jKDEC8vVT8GN6R8eTz8pImz2198jCXTgEMck+sA==", "requires": { - "@octokit/openapi-types": "^3.2.0", + "@octokit/openapi-types": "^3.2.1", "@types/node": ">= 8" } }, diff --git a/package.json b/package.json index ebf0e71ba..1df9b1574 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "@actions/core": "^1.2.6", "@actions/github": "^4.0.0", - "@octokit/types": "^6.5.0", + "@octokit/types": "^6.5.3", "debug": "^4.3.1", "encoding": "^0.1.13" },