From 2bd2d69f155fff6da5818a1ef108c6177ea88dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 19:11:42 +0000 Subject: [PATCH] fix(deps): bump the production-dependencies group across 1 directory with 2 updates Bumps the production-dependencies group with 2 updates in the / directory: [@octokit/auth-app](https://github.com/octokit/auth-app.js) and [undici](https://github.com/nodejs/undici). Updates `@octokit/auth-app` from 7.1.5 to 7.2.0 - [Release notes](https://github.com/octokit/auth-app.js/releases) - [Commits](https://github.com/octokit/auth-app.js/compare/v7.1.5...v7.2.0) Updates `undici` from 7.5.0 to 7.7.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v7.5.0...v7.7.0) --- updated-dependencies: - dependency-name: "@octokit/auth-app" dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: undici dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60e64f5..e9d13be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,10 +10,10 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", - "@octokit/auth-app": "^7.1.5", + "@octokit/auth-app": "^7.2.0", "@octokit/request": "^9.2.2", "p-retry": "^6.2.1", - "undici": "^7.5.0" + "undici": "^7.7.0" }, "devDependencies": { "@octokit/openapi": "^18.0.0", @@ -672,9 +672,9 @@ } }, "node_modules/@octokit/auth-app": { - "version": "7.1.5", - "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.1.5.tgz", - "integrity": "sha512-boklS4E6LpbA3nRx+SU2fRKRGZJdOGoSZne/i3Y0B5rfHOcGwFgcXrwDLdtbv4igfDSnAkZaoNBv1GYjPDKRNw==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/@octokit/auth-app/-/auth-app-7.2.0.tgz", + "integrity": "sha512-js6wDY3SNLNZo5XwybhC8WKEw8BonEa9vqxN4IKbhEbo22i2+DinHxapV/PpFCTsmlkT1HMhF75xyOG9RVvI5g==", "license": "MIT", "dependencies": { "@octokit/auth-oauth-app": "^8.1.3", @@ -3651,9 +3651,9 @@ } }, "node_modules/undici": { - "version": "7.5.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-7.5.0.tgz", - "integrity": "sha512-NFQG741e8mJ0fLQk90xKxFdaSM7z4+IQpAgsFI36bCDY9Z2+aXXZjVy2uUksMouWfMI9+w5ejOq5zYYTBCQJDQ==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-7.7.0.tgz", + "integrity": "sha512-tZ6+5NBq4KH35rr46XJ2JPFKxfcBlYNaqLF/wyWIO9RMHqqU/gx/CLB1Y2qMcgB8lWw/bKHa7qzspqCN7mUHvA==", "license": "MIT", "engines": { "node": ">=20.18.1" diff --git a/package.json b/package.json index d074ecc..33dd6e5 100644 --- a/package.json +++ b/package.json @@ -13,10 +13,10 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", - "@octokit/auth-app": "^7.1.5", + "@octokit/auth-app": "^7.2.0", "@octokit/request": "^9.2.2", "p-retry": "^6.2.1", - "undici": "^7.5.0" + "undici": "^7.7.0" }, "devDependencies": { "@octokit/openapi": "^18.0.0",