diff --git a/package-lock.json b/package-lock.json index 5baceae..7d47ba7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "glob": "^10.3.10" }, "devDependencies": { - "@octokit/types": "^12.5.0", + "@octokit/types": "^12.6.0", "@types/diff": "^5.0.9", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.2", @@ -1550,9 +1550,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==" + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-20.0.0.tgz", + "integrity": "sha512-EtqRBEjp1dL/15V7WiX5LJMIxxkdiGJnabzYx5Apx4FkQIFgAfKumXeYAqqJCj1s+BMX4cPFIFC4OLCR6stlnA==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "9.1.5", @@ -1610,11 +1610,11 @@ } }, "node_modules/@octokit/types": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.5.0.tgz", - "integrity": "sha512-YJEKcb0KkJlIUNU/zjnZwHEP8AoVh/OoIcP/1IyR4UHxExz7fzpe/a8IG4wBtQi7QDEqiomVLX88S6FpxxAJtg==", + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.6.0.tgz", + "integrity": "sha512-1rhSOfRa6H9w4YwK0yrf5faDaDTb+yLyBUKOCV4xtCDB5VmIPqd/v9yr9o6SAzOAlRxMiRiCic6JVM1/kunVkw==", "dependencies": { - "@octokit/openapi-types": "^19.1.0" + "@octokit/openapi-types": "^20.0.0" } }, "node_modules/@pkgjs/parseargs": { diff --git a/package.json b/package.json index 153d995..ccdba69 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "glob": "^10.3.10" }, "devDependencies": { - "@octokit/types": "^12.5.0", + "@octokit/types": "^12.6.0", "@types/diff": "^5.0.9", "@types/node": "^20.11.19", "@typescript-eslint/eslint-plugin": "^7.0.2",