diff --git a/package-lock.json b/package-lock.json index 0e98aee..aeaf090 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "crypto-js": "^4.2.0", "dompurify": "^3.1.6", "marked": "^12.0.0", - "ngx-indexed-db": "^16.0.0", + "ngx-indexed-db": "^21.0.0", "ngx-pagination": "^6.0.3", "rxjs": "~7.8.1", "zone.js": "~0.13.0" @@ -10208,15 +10208,16 @@ "dev": true }, "node_modules/ngx-indexed-db": { - "version": "16.0.0", - "resolved": "https://registry.npmmirror.com/ngx-indexed-db/-/ngx-indexed-db-16.0.0.tgz", - "integrity": "sha512-bl+Fo2JKa0uqgnWJuvZNQDkKLVVVDD4n0/a/QS1AMaiCw6im53DjSZ7vABkHL2vODhCnuapMqAw9Q+Gq6kKwGw==", + "version": "21.0.0", + "resolved": "https://registry.npmjs.org/ngx-indexed-db/-/ngx-indexed-db-21.0.0.tgz", + "integrity": "sha512-781n0P4ZWt0CegInpvQ7WB2Z9Z9A4Pi3GKOUuAfsKFof4ZSv85g05+IXkSx+h3jBIibCuNWcQd77VLj84xLBQA==", + "license": "ISC", "dependencies": { "tslib": "^2.0.0" }, "peerDependencies": { - "@angular/common": ">=10.0.6", - "@angular/core": ">=10.0.6" + "@angular/common": ">=10.0.6 < 21.0.0", + "@angular/core": ">=10.0.6 < 21.0.0" } }, "node_modules/ngx-pagination": { diff --git a/package.json b/package.json index c5785b0..64129d3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "crypto-js": "^4.2.0", "dompurify": "^3.1.6", "marked": "^12.0.0", - "ngx-indexed-db": "^16.0.0", + "ngx-indexed-db": "^21.0.0", "ngx-pagination": "^6.0.3", "rxjs": "~7.8.1", "zone.js": "~0.13.0"