chore(deps): update dependency @types/node-cache to v4.2.5 (#3274)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-07 09:48:20 -07:00 committed by GitHub
parent 357282b3ba
commit 9ca436a4cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
package-lock.json generated
View file

@ -9029,13 +9029,14 @@
}
},
"node_modules/@types/node-cache": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/@types/node-cache/-/node-cache-4.1.3.tgz",
"integrity": "sha512-3hsqnv3H1zkOhjygJaJUYmgz5+FcPO3vejBX7cE9/cnuINOJYrzkfOnUCvpwGe9kMZANIHJA7J5pOdeyv52OEw==",
"version": "4.2.5",
"resolved": "https://registry.npmjs.org/@types/node-cache/-/node-cache-4.2.5.tgz",
"integrity": "sha512-faK2Owokboz53g8ooq2dw3iDJ6/HMTCIa2RvMte5WMTiABy+wA558K+iuyRtlR67Un5q9gEKysSDtqZYbSa0Pg==",
"deprecated": "This is a stub types definition. node-cache provides its own type definitions, so you do not need this installed.",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/node": "*"
"node-cache": "*"
}
},
"node_modules/@types/node-fetch": {