diff --git a/package-lock.json b/package-lock.json index 7e3f175..a555770 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": "^20.0.0", "@types/express": "^4.17.21", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^20.11.19", @@ -475,9 +475,10 @@ } }, "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==" + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==", + "dev": true }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.1.4", @@ -584,6 +585,11 @@ "@octokit/openapi-types": "^19.0.2" } }, + "node_modules/@octokit/types/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==" + }, "node_modules/@pkgr/utils": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/@pkgr/utils/-/utils-2.4.2.tgz", diff --git a/package.json b/package.json index b301224..3a623be 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "license": "MIT", "devDependencies": { "@microsoft/microsoft-graph-types-beta": "^0.40.0-preview", - "@octokit/openapi-types": "^19.1.0", + "@octokit/openapi-types": "^20.0.0", "@types/express": "^4.17.21", "@types/isomorphic-fetch": "^0.0.39", "@types/node": "^20.11.19",