From d3dbea6d0e4ef07b3cd72ee2270448e3ab9849d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:57:23 +0000 Subject: [PATCH] build(deps): bump node-fetch-native from 1.6.4 to 1.6.6 (#3627) Bumps [node-fetch-native](https://github.com/unjs/node-fetch-native) from 1.6.4 to 1.6.6. - [Release notes](https://github.com/unjs/node-fetch-native/releases) - [Changelog](https://github.com/unjs/node-fetch-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/node-fetch-native/compare/v1.6.4...v1.6.6) --- updated-dependencies: - dependency-name: node-fetch-native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 1e5b696..751596b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@octokit/plugin-paginate-rest": "^11.4.0", "@octokit/plugin-rest-endpoint-methods": "^13.3.0", "@octokit/plugin-throttling": "^9.4.0", - "node-fetch-native": "^1.6.4", + "node-fetch-native": "^1.6.6", "p-limit": "^6.2.0", "uuid": "^9.0.1" }, @@ -6305,9 +6305,9 @@ "dev": true }, "node_modules/node-fetch-native": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.4.tgz", - "integrity": "sha512-IhOigYzAKHd244OC0JIMIUrjzctirCmPkaIfhDeGcEETWof5zKYUW7e7MYvChGWh/4CJeXEgsRyGzuF334rOOQ==", + "version": "1.6.6", + "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.6.tgz", + "integrity": "sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==", "license": "MIT" }, "node_modules/node-int64": { diff --git a/package.json b/package.json index 4b22e41..866e10c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@octokit/plugin-paginate-rest": "^11.4.0", "@octokit/plugin-rest-endpoint-methods": "^13.3.0", "@octokit/plugin-throttling": "^9.4.0", - "node-fetch-native": "^1.6.4", + "node-fetch-native": "^1.6.6", "p-limit": "^6.2.0", "uuid": "^9.0.1" },