diff --git a/package-lock.json b/package-lock.json index 118338f..6f7b6f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@octokit/core": "^6.1.3", - "@octokit/plugin-paginate-rest": "^11.4.0", + "@octokit/plugin-paginate-rest": "^11.4.1", "@octokit/plugin-rest-endpoint-methods": "^13.3.1", "@octokit/plugin-throttling": "^9.4.0", "node-fetch-native": "^1.6.6", @@ -1319,9 +1319,9 @@ "license": "MIT" }, "node_modules/@octokit/plugin-paginate-rest": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.0.tgz", - "integrity": "sha512-ttpGck5AYWkwMkMazNCZMqxKqIq1fJBNxBfsFwwfyYKTf914jKkLF0POMS3YkPBwp5g1c2Y4L79gDz01GhSr1g==", + "version": "11.4.1", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-11.4.1.tgz", + "integrity": "sha512-GHQGdIv6Y/I+QzYbQWLVvL6bZhDhCJcwnL381vnX82lpJy4brA3/jRwYN5Lsmc57UhjBG9vH1KvyxgqLYZZGPQ==", "license": "MIT", "dependencies": { "@octokit/types": "^13.7.0" diff --git a/package.json b/package.json index e325fe8..1b98a22 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/core": "^1.11.1", "@actions/exec": "^1.1.1", "@octokit/core": "^6.1.3", - "@octokit/plugin-paginate-rest": "^11.4.0", + "@octokit/plugin-paginate-rest": "^11.4.1", "@octokit/plugin-rest-endpoint-methods": "^13.3.1", "@octokit/plugin-throttling": "^9.4.0", "node-fetch-native": "^1.6.6",