diff --git a/README.md b/README.md index 7280b9d..6fb27da 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ I started `@typegoose/auto-increment` because `mongoose-auto-increment` and `mon ## Requirements - Node 12.22.0+ -- TypeScript 4.4+ (older versions could work, but are not tested) +- TypeScript 4.8+ (older versions could work, but are not tested) - mongoose 6.7.0+ ## Install diff --git a/package.json b/package.json index 626df89..f9f77d8 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "rimraf": "3.0.2", "semantic-release": "^17.4.7", "ts-jest": "^28.0.8", - "typescript": "~4.4.4" + "typescript": "~4.8.4" }, "dependencies": { "loglevel": "^1.8.1", diff --git a/yarn.lock b/yarn.lock index 967cffb..2bc7bae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7423,10 +7423,10 @@ typescript@^4.4.3: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== -typescript@~4.4.4: - version "4.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c" - integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA== +typescript@~4.8.4: + version "4.8.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" + integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== uglify-js@^3.1.4: version "3.14.2"