diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e9a07f210..6efc2010b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -163,8 +163,8 @@ catalogs: specifier: ^1.14.1 version: 1.14.1 squel: - specifier: ^6.0.7 - version: 6.0.7 + specifier: ^6.3.1 + version: 6.3.1 tdesign-icons-vue-next: specifier: ^0.4.6 version: 0.4.6 @@ -241,7 +241,7 @@ importers: version: 1.14.1 squel: specifier: 'catalog:' - version: 6.0.7 + version: 6.3.1 devDependencies: '@types/koa': specifier: 'catalog:' @@ -3308,8 +3308,8 @@ packages: sql.js@1.14.1: resolution: {integrity: sha512-gcj8zBWU5cFsi9WUP+4bFNXAyF1iRpA3LLyS/DP5xlrNzGmPIizUeBggKa8DbDwdqaKwUcTEnChtd2grWo/x/A==} - squel@6.0.7: - resolution: {integrity: sha512-Sd+yOi6tMLfga2zl/1OAHv0awNGGPbq9cT7O9Cg19P9mLwXsUo9GHu+bVTnGNGxtiV77ikxmlfLCrEATll6eiA==} + squel@6.3.1: + resolution: {integrity: sha512-mCs6KgSRAzJ0ZsvDkcO1sc0ujpZxxGzL8oY/4+uxDlK9tL5OGZKkGUp4KuZuJV7SCaI6IOkzAvmgAT9FT59N9w==} engines: {node: '>=18.0.0'} stable-hash-x@0.2.0: @@ -6773,7 +6773,7 @@ snapshots: sql.js@1.14.1: {} - squel@6.0.7: {} + squel@6.3.1: {} stable-hash-x@0.2.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 8b5c70023..86bdd5ebc 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -58,7 +58,7 @@ catalog: qs: "^6.15.3" shelljs: "^0.10.0" sql.js: "^1.14.1" - squel: "^6.0.7" + squel: "^6.3.1" tdesign-icons-vue-next: "^0.4.6" tdesign-vue-next: "^1.20.3" ts-node: "^10.9.2"