From 00d5c7969c0250371541638d4d557fa8f10bafa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 00:45:22 +0000 Subject: [PATCH] build(deps-dev): Bump @octokit/plugin-rest-endpoint-methods Bumps [@octokit/plugin-rest-endpoint-methods](https://github.com/octokit/plugin-rest-endpoint-methods.js) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/octokit/plugin-rest-endpoint-methods.js/releases) - [Commits](https://github.com/octokit/plugin-rest-endpoint-methods.js/compare/v13.2.0...v13.2.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-rest-endpoint-methods" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 45a2eb2..f5d3db4 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.7.3", - "@octokit/plugin-rest-endpoint-methods": "^13.2.0", + "@octokit/plugin-rest-endpoint-methods": "^13.2.1", "@types/node": "^20.5.9", "esbuild": "^0.20.2", "typescript": "^5.4.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94337ae..b2de59b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,8 +26,8 @@ devDependencies: specifier: ^1.7.3 version: 1.7.3 '@octokit/plugin-rest-endpoint-methods': - specifier: ^13.2.0 - version: 13.2.0(@octokit/core@6.0.1) + specifier: ^13.2.1 + version: 13.2.1(@octokit/core@6.0.1) '@types/node': specifier: ^20.5.9 version: 20.5.9 @@ -529,8 +529,8 @@ packages: '@octokit/types': 12.6.0 dev: false - /@octokit/plugin-rest-endpoint-methods@13.2.0(@octokit/core@6.0.1): - resolution: {integrity: sha512-HjYsdXtdabVRYONtt5NP48BCxTS3axjWZasJXxzQdYFzFzoZqJAp4OxNSabhN4ECt/uWIbr6sobHdebzly7kAA==} + /@octokit/plugin-rest-endpoint-methods@13.2.1(@octokit/core@6.0.1): + resolution: {integrity: sha512-YMWBw6Exh1ZBs5cCE0AnzYxSQDIJS00VlBqISTgNYmu5MBdeM07K/MAJjy/VkNaH5jpJmD/5HFUvIZ+LDB5jSQ==} engines: {node: '>= 18'} peerDependencies: '@octokit/core': '>=6'