diff --git a/package-lock.json b/package-lock.json index 8fa0a45..a40a5b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "rimraf": "3.0.2", "rxjs": "7.3.0", "swagger-ui-express": "4.1.6", - "typeorm": "0.2.37" + "typeorm": "0.2.38" }, "devDependencies": { "@nestjs/cli": "8.1.1", @@ -11203,9 +11203,9 @@ } }, "node_modules/typeorm": { - "version": "0.2.37", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.37.tgz", - "integrity": "sha512-7rkW0yCgFC24I5T0f3S/twmLSuccPh1SQmxET/oDWn2sSDVzbyWdnItSdKy27CdJGTlKHYtUVeOcMYw5LRsXVw==", + "version": "0.2.38", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.38.tgz", + "integrity": "sha512-M6Y3KQcAREQcphOVJciywf4mv6+A0I/SeR+lWNjKsjnQ+a3XcMwGYMGL0Jonsx3H0Cqlf/3yYqVki1jIXSK/xg==", "dependencies": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", @@ -20654,9 +20654,9 @@ } }, "typeorm": { - "version": "0.2.37", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.37.tgz", - "integrity": "sha512-7rkW0yCgFC24I5T0f3S/twmLSuccPh1SQmxET/oDWn2sSDVzbyWdnItSdKy27CdJGTlKHYtUVeOcMYw5LRsXVw==", + "version": "0.2.38", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.38.tgz", + "integrity": "sha512-M6Y3KQcAREQcphOVJciywf4mv6+A0I/SeR+lWNjKsjnQ+a3XcMwGYMGL0Jonsx3H0Cqlf/3yYqVki1jIXSK/xg==", "requires": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", diff --git a/package.json b/package.json index 5c42d54..093ff54 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "rimraf": "3.0.2", "rxjs": "7.3.0", "swagger-ui-express": "4.1.6", - "typeorm": "0.2.37" + "typeorm": "0.2.38" }, "devDependencies": { "@nestjs/cli": "8.1.1",