diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index 56ae60e83..2c32b1360 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -22948,7 +22948,7 @@ The following npm packages may be included in this product: - sirv@3.0.2 - toggle-selection@1.0.6 - tr46@0.0.3 - - typeorm@0.3.30 + - typeorm@0.3.31 - use-composed-ref@1.4.0 - varint@6.0.0 - xml-naming@0.1.0 diff --git a/package-lock.json b/package-lock.json index 1e5c57754..cf9012565 100644 --- a/package-lock.json +++ b/package-lock.json @@ -267,7 +267,7 @@ "tsconfig-paths": "4.2.0", "tslib": "2.8.1", "turndown": "7.2.4", - "typeorm": "0.3.30", + "typeorm": "0.3.31", "url": "0.11.4", "use-debounce": "10.1.1", "use-ripple-hook": "1.1.25", @@ -54162,16 +54162,16 @@ } }, "node_modules/typeorm": { - "version": "0.3.30", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.30.tgz", - "integrity": "sha512-8T35PzjefOdqc2ZR9mwLQj0pUGp6lQhMbK2EvVMwJVJWlaoHm0v/Q6dThNOZkFchD+0yMg8gwjKM28ePiLSXSQ==", + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.31.tgz", + "integrity": "sha512-6u9EFtdLBgHjnPm78NStVeM+I/1MolTzKykDDcydzKUkh6E++YS6XViU/fePJbvDvEGU4Xq34KOM/CLeer9I2A==", "license": "MIT", "dependencies": { "@sqltools/formatter": "^1.2.5", - "ansis": "^4.2.0", + "ansis": "^4.3.1", "app-root-path": "^3.1.0", "buffer": "^6.0.3", - "dayjs": "^1.11.20", + "dayjs": "^1.11.21", "debug": "^4.4.3", "dedent": "^1.7.2", "dotenv": "^16.6.1", @@ -54181,7 +54181,7 @@ "sql-highlight": "^6.1.0", "tslib": "^2.8.1", "uuid": "^11.1.1", - "yargs": "^17.7.2" + "yargs": "^17.7.3" }, "bin": { "typeorm": "cli.js", @@ -54202,13 +54202,13 @@ "mongodb": "^5.8.0 || ^6.0.0", "mssql": "^9.1.1 || ^10.0.0 || ^11.0.0 || ^12.0.0", "mysql2": "^2.2.5 || ^3.0.1", - "oracledb": "^6.3.0", + "oracledb": "^6.3.0 || ^7.0.0", "pg": "^8.5.1", "pg-native": "^3.0.0", "pg-query-stream": "^4.0.0", "redis": "^3.1.1 || ^4.0.0 || ^5.0.14", "sql.js": "^1.4.0", - "sqlite3": "^5.0.3", + "sqlite3": "^5.0.3 || ^6.0.0", "ts-node": "^10.7.0", "typeorm-aurora-data-api-driver": "^2.0.0 || ^3.0.0" }, diff --git a/package.json b/package.json index 0c4ea1993..33858f4c7 100644 --- a/package.json +++ b/package.json @@ -291,7 +291,7 @@ "tsconfig-paths": "4.2.0", "tslib": "2.8.1", "turndown": "7.2.4", - "typeorm": "0.3.30", + "typeorm": "0.3.31", "url": "0.11.4", "use-debounce": "10.1.1", "use-ripple-hook": "1.1.25",