From 949e796bfcd6e0c9f555f75c2ada74bf7bd5f19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 00:34:32 +0000 Subject: [PATCH] Bump octokit from 4.0.2 to 4.0.3 Bumps [octokit](https://github.com/octokit/octokit.js) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/octokit/octokit.js/releases) - [Commits](https://github.com/octokit/octokit.js/compare/v4.0.2...v4.0.3) --- updated-dependencies: - dependency-name: octokit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++----------- package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24bfc1c..5782905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "date-fns": "^4.1.0", "dotenv": "^16.4.7", "fast-csv": "^5.0.2", - "octokit": "^4.0.2", + "octokit": "^4.0.3", "tslog": "^4.9.3" }, "devDependencies": { @@ -1660,10 +1660,9 @@ } }, "node_modules/@octokit/types": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.1.tgz", - "integrity": "sha512-PHZE9Z+kWXb23Ndik8MKPirBPziOc0D2/3KH1P+6jK5nGWe96kadZuE4jev2/Jq7FvIfTlT2Ltg8Fv2x1v0a5g==", - "license": "MIT", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.6.2.tgz", + "integrity": "sha512-WpbZfZUcZU77DrSW4wbsSgTPfKcp286q3ItaIgvSbBpZJlu6mnYXAkjZz6LVZPXkEvLIM8McanyZejKTYUHipA==", "dependencies": { "@octokit/openapi-types": "^22.2.0" } @@ -5037,12 +5036,11 @@ } }, "node_modules/octokit": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/octokit/-/octokit-4.0.2.tgz", - "integrity": "sha512-wbqF4uc1YbcldtiBFfkSnquHtECEIpYD78YUXI6ri1Im5OO2NLo6ZVpRdbJpdnpZ05zMrVPssNiEo6JQtea+Qg==", - "license": "MIT", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/octokit/-/octokit-4.0.3.tgz", + "integrity": "sha512-kfqH80Yuuux4fLbZ4SvObjCvVu89U0eCh5+fulh6tr/hJkDYS1inXDGnNJDOp312GANMEhWWMLYmjQR8MvSSMQ==", "dependencies": { - "@octokit/app": "^15.0.0", + "@octokit/app": "^15.1.1", "@octokit/core": "^6.0.0", "@octokit/oauth-app": "^7.0.0", "@octokit/plugin-paginate-graphql": "^5.0.0", @@ -5051,7 +5049,7 @@ "@octokit/plugin-retry": "^7.0.0", "@octokit/plugin-throttling": "^9.0.0", "@octokit/request-error": "^6.0.0", - "@octokit/types": "^13.0.0" + "@octokit/types": "^13.6.2" }, "engines": { "node": ">= 18" diff --git a/package.json b/package.json index 7c67ac6..7cee5f6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "date-fns": "^4.1.0", "dotenv": "^16.4.7", "fast-csv": "^5.0.2", - "octokit": "^4.0.2", + "octokit": "^4.0.3", "tslog": "^4.9.3" } }