diff --git a/package-lock.json b/package-lock.json index 0532786..1124513 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@microsoft/microsoft-graph-types-beta": "^0.40.0-preview", - "@octokit/openapi-types": "^19.1.0", + "@octokit/openapi-types": "^22.2.0", "@types/express": "^4.17.21", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^20.14.14", @@ -634,11 +634,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-19.1.0.tgz", - "integrity": "sha512-6G+ywGClliGQwRsjvqVYpklIfa7oRPA0vyhPQG/1Feh+B+wU0vGH1JiJ5T25d3g1JZYBHzR2qefLi9x8Gt+cpw==", - "dev": true, - "license": "MIT" + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "11.3.1", @@ -767,12 +765,6 @@ "@octokit/openapi-types": "^22.2.0" } }, - "node_modules/@octokit/types/node_modules/@octokit/openapi-types": { - "version": "22.2.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", - "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==", - "license": "MIT" - }, "node_modules/@pkgr/core": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.1.1.tgz", diff --git a/package.json b/package.json index 4fc5d52..107d41f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "MIT", "devDependencies": { "@microsoft/microsoft-graph-types-beta": "^0.40.0-preview", - "@octokit/openapi-types": "^19.1.0", + "@octokit/openapi-types": "^22.2.0", "@types/express": "^4.17.21", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^20.14.14",