Skip to content

Commit 704f54a

Browse files
authored
cache-manager - fix: moving to carat instead of pinning the module (#1497)
1 parent 18f0a4e commit 704f54a

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

packages/cache-manager/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@
6565
"license": "MIT",
6666
"dependencies": {
6767
"@cacheable/utils": "workspace:^",
68-
"keyv": "5.5.4"
68+
"keyv": "^5.5.4"
6969
},
7070
"devDependencies": {
71-
"@biomejs/biome": "2.3.8",
72-
"@faker-js/faker": "10.1.0",
73-
"@keyv/redis": "5.1.3",
74-
"@types/node": "24.10.1",
75-
"@vitest/coverage-v8": "4.0.15",
76-
"@vitest/spy": "4.0.15",
77-
"cache-manager-redis-yet": "5.1.5",
71+
"@biomejs/biome": "^2.3.8",
72+
"@faker-js/faker": "^10.1.0",
73+
"@keyv/redis": "^5.1.3",
74+
"@types/node": "^24.10.1",
75+
"@vitest/coverage-v8": "^4.0.15",
76+
"@vitest/spy": "^4.0.15",
77+
"cache-manager-redis-yet": "^5.1.5",
7878
"cacheable": "workspace:^",
79-
"rimraf": "6.1.2",
80-
"tsup": "8.5.1",
81-
"typescript": "5.9.3",
82-
"vitest": "4.0.15"
79+
"rimraf": "^6.1.2",
80+
"tsup": "^8.5.1",
81+
"typescript": "^5.9.3",
82+
"vitest": "^4.0.15"
8383
}
8484
}

packages/cacheable-request/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,29 +43,29 @@
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",
47-
"get-stream": "9.0.1",
48-
"http-cache-semantics": "4.2.0",
49-
"keyv": "5.5.4",
50-
"mimic-response": "4.0.0",
51-
"normalize-url": "8.1.0",
52-
"responselike": "4.0.2"
46+
"@types/http-cache-semantics": "^4.0.4",
47+
"get-stream": "^9.0.1",
48+
"http-cache-semantics": "^4.2.0",
49+
"keyv": "^5.5.4",
50+
"mimic-response": "^4.0.0",
51+
"normalize-url": "^8.1.0",
52+
"responselike": "^4.0.2"
5353
},
5454
"devDependencies": {
55-
"@biomejs/biome": "2.3.8",
56-
"@keyv/sqlite": "4.0.6",
57-
"@types/express": "5.0.6",
58-
"@types/node": "24.10.0",
59-
"@types/responselike": "1.0.3",
60-
"@vitest/coverage-v8": "4.0.15",
61-
"body-parser": "2.2.0",
62-
"delay": "7.0.0",
63-
"express": "5.2.1",
64-
"pify": "6.1.0",
65-
"rimraf": "6.1.0",
66-
"sqlite3": "5.1.7",
67-
"tsup": "8.5.0",
68-
"typescript": "5.9.3",
69-
"vitest": "4.0.15"
55+
"@biomejs/biome": "^2.3.8",
56+
"@keyv/sqlite": "^4.0.6",
57+
"@types/express": "^5.0.6",
58+
"@types/node": "^24.10.0",
59+
"@types/responselike": "^1.0.3",
60+
"@vitest/coverage-v8": "^4.0.15",
61+
"body-parser": "^2.2.0",
62+
"delay": "^7.0.0",
63+
"express": "^5.2.1",
64+
"pify": "^6.1.0",
65+
"rimraf": "^6.1.0",
66+
"sqlite3": "^5.1.7",
67+
"tsup": "^8.5.0",
68+
"typescript": "^5.9.3",
69+
"vitest": "^4.0.15"
7070
}
7171
}

0 commit comments

Comments
 (0)