Merge pull request #265 from StarTeknolojiSapce/dependabot/npm_and_yarn/node-fetch-3.2.8

build(deps): bump node-fetch from 3.2.6 to 3.2.8
This commit is contained in:
Erçetin Güler 2025-03-02 10:30:14 +03:00 committed by GitHub
commit 3c82cfce65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 292 additions and 646 deletions

2
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,2 @@
{
}

914
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,23 +23,23 @@
},
"homepage": "https://github.com/codecov/codecov-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.9.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"node-fetch": "^3.3.0",
"openpgp": "^5.5.0"
"@actions/github": "^5.0.3",
"node-fetch": "^3.2.8",
"openpgp": "^5.3.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.52.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.34.0",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vercel/ncc": "^0.34.0",
"eslint": "^8.18.0",
"eslint-config-google": "^0.14.0",
"jest": "^27.5.1",
"jest-junit": "^15.0.0",
"jest-junit": "^13.2.0",
"ts-jest": "^27.1.4",
"typescript": "^4.9.5"
"typescript": "^4.7.4"
}
}