From d9ab9911cd2947396b43900b671e8b382251df2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:48:28 +0000 Subject: [PATCH] fix(deps): bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@octokit/auth-app](https://github.com/octokit/auth-app.js) and [p-retry](https://github.com/sindresorhus/p-retry). Updates `@octokit/auth-app` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v6.0.1...v6.0.2) Updates `p-retry` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/sindresorhus/p-retry/releases) - [Commits](https://github.com/sindresorhus/p-retry/compare/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: p-retry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 664e29de..1c7ed03c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "create-github-app-token", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "create-github-app-token", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@octokit/auth-app": "^6.0.1", + "@octokit/auth-app": "^6.0.2", "@octokit/request": "^8.1.6", - "p-retry": "^6.1.0" + "p-retry": "^6.2.0" }, "devDependencies": { "@sinonjs/fake-timers": "^11.2.2", @@ -658,9 +658,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.1.tgz", - "integrity": "sha512-tjCD4nzQNZgmLH62+PSnTF6eGerisFgV4v6euhqJik6yWV96e1ZiiGj+NXIqbgnpjLmtnBqVUrNyGKu3DoGEGA==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-6.0.2.tgz", + "integrity": "sha512-HYuRX3Fvhs2y9i7a4F8f+A5HWfacRWmpERHGBEOtgvKVjJkOQZKUY2v6HiSszYecHAF8Ojqngp2iraSP3SvNpQ==", "dependencies": { "@octokit/auth-oauth-app": "^7.0.0", "@octokit/auth-oauth-user": "^4.0.0", @@ -3134,9 +3134,9 @@ } }, "node_modules/p-retry": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.1.0.tgz", - "integrity": "sha512-fJLEQ2KqYBJRuaA/8cKMnqhulqNM+bpcjYtXNex2t3mOXKRYPitAJt9NacSf8XAFzcYahSAbKpobiWDSqHSh2g==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.0.tgz", + "integrity": "sha512-JA6nkq6hKyWLLasXQXUrO4z8BUZGUt/LjlJxx8Gb2+2ntodU/SS63YZ8b0LUTbQ8ZB9iwOfhEPhg4ykKnn2KsA==", "dependencies": { "@types/retry": "0.12.2", "is-network-error": "^1.0.0", diff --git a/package.json b/package.json index 4b9706a1..ae38a643 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", - "@octokit/auth-app": "^6.0.1", + "@octokit/auth-app": "^6.0.2", "@octokit/request": "^8.1.6", - "p-retry": "^6.1.0" + "p-retry": "^6.2.0" }, "devDependencies": { "@sinonjs/fake-timers": "^11.2.2",