diff --git a/package.json b/package.json index 20474ff..14e1304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-caching", - "version": "1.0.1", + "version": "1.1.0", "description": "MongoDB with automatic Caching functionality using Keyv.", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -23,7 +23,7 @@ "license": "MPL-2.0", "devDependencies": { "@shelf/jest-mongodb": "^3.0.2", - "@types/jest": "^28.1.4", + "@types/jest": "^29.1.2", "jest": "^28.1.2", "source-map-support": "^0.5.21", "ts-jest": "^28.0.5",