From b81d19d88882a79e8781e9c6636431a971a54b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:50:54 +0000 Subject: [PATCH] Build(deps): bump @octokit/rest in the npm-production group Bumps the npm-production group with 1 update: [@octokit/rest](https://github.com/octokit/rest.js). Updates `@octokit/rest` from 21.0.1 to 21.0.2 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v21.0.1...v21.0.2) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9474e99..8fe8d3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/rest": "^21.0.1" + "@octokit/rest": "^21.0.2" }, "devDependencies": { "@babel/eslint-parser": "^7.25.1", @@ -1834,9 +1834,9 @@ } }, "node_modules/@octokit/rest": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-21.0.1.tgz", - "integrity": "sha512-RWA6YU4CqK0h0J6tfYlUFnH3+YgBADlxaHXaKSG+BVr2y4PTfbU2tlKuaQoQZ83qaTbi4CUxLNAmbAqR93A6mQ==", + "version": "21.0.2", + "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-21.0.2.tgz", + "integrity": "sha512-+CiLisCoyWmYicH25y1cDfCrv41kRSvTq6pPWtRroRJzhsCZWZyCqGyI8foJT5LmScADSwRAnr/xo+eewL04wQ==", "dependencies": { "@octokit/core": "^6.1.2", "@octokit/plugin-paginate-rest": "^11.0.0", diff --git a/package.json b/package.json index 882447d..7a1e8a4 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@octokit/rest": "^21.0.1" + "@octokit/rest": "^21.0.2" }, "devDependencies": { "@babel/eslint-parser": "^7.25.1",