Skip to content

Commit ed00175

Browse files
authored
cacheable-request - chore: upgrading tsup to 8.5.1 (#1575)
1 parent 28607cc commit ed00175

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/cacheable-request/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/http-cache-semantics": "It needs to be in the dependencies list and not devDependencies because otherwise projects that use this one will be getting `Could not find a declaration file for module 'http-cache-semantics'` error when running `tsc`, see https://github.com/jaredwray/cacheable-request/issues/194 for details"
4444
},
4545
"dependencies": {
46-
"@types/http-cache-semantics": "^4.0.4",
46+
"@types/http-cache-semantics": "^4.2.0",
4747
"get-stream": "^9.0.1",
4848
"http-cache-semantics": "^4.2.0",
4949
"keyv": "^5.6.0",
@@ -54,15 +54,15 @@
5454
"devDependencies": {
5555
"@keyv/sqlite": "^4.0.6",
5656
"@types/express": "^5.0.6",
57-
"@types/node": "^25.0.3",
57+
"@types/node": "^25.2.0",
5858
"@types/responselike": "^1.0.3",
5959
"body-parser": "^2.2.2",
6060
"delay": "^7.0.0",
6161
"express": "^5.2.1",
6262
"pify": "^6.1.0",
63-
"rimraf": "^6.1.0",
63+
"rimraf": "^6.1.2",
6464
"sqlite3": "^5.1.7",
65-
"tsup": "^8.5.0",
65+
"tsup": "^8.5.1",
6666
"typescript": "^5.9.3"
6767
}
6868
}

0 commit comments

Comments
 (0)