Bump node-fetch from 3.3.0 to 3.3.2 (#192)

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 3.3.0 to 3.3.2.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v3.3.0...v3.3.2)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-03 22:18:57 +10:00 committed by GitHub
parent 3e177686cf
commit 72b2382075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -14,7 +14,7 @@
"devDependencies": {
"@actions/github": "6.0.0",
"@tauri-apps/cli": "1.5.6",
"node-fetch": "3.3.0"
"node-fetch": "3.3.2"
},
"engines": {
"node": ">=16.0.0"
@ -468,9 +468,9 @@
}
},
"node_modules/node-fetch": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
"dev": true,
"dependencies": {
"data-uri-to-buffer": "^4.0.0",

View file

@ -19,6 +19,6 @@
"devDependencies": {
"@actions/github": "6.0.0",
"@tauri-apps/cli": "1.5.6",
"node-fetch": "3.3.0"
"node-fetch": "3.3.2"
}
}