Comparing version 5.1.4 to 5.1.5
@@ -0,1 +1,3 @@ | ||
## [5.1.5](https://github.com/alexghr/got-fetch/compare/v5.1.4...v5.1.5) (2023-07-11) | ||
## [5.1.4](https://github.com/alexghr/got-fetch/compare/v5.1.3...v5.1.4) (2023-02-03) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "got-fetch", | ||
"version": "5.1.4", | ||
"version": "5.1.5", | ||
"type": "module", | ||
@@ -47,6 +47,6 @@ "license": "MIT", | ||
"@types/nock": "^11.1.0", | ||
"@types/node": "^18.0.0", | ||
"@types/node": "^20.1.0", | ||
"@typescript-eslint/eslint-plugin": "^5.7.0", | ||
"@typescript-eslint/parser": "^5.7.0", | ||
"concurrently": "^7.0.0", | ||
"concurrently": "^8.0.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -58,3 +58,3 @@ "eslint": "^8.4.1", | ||
"semantic-release": "^19.0.2", | ||
"typescript": "^4.5.4" | ||
"typescript": "^5.0.2" | ||
}, | ||
@@ -61,0 +61,0 @@ "peerDependencies": { |
35500