diff --git a/package-lock.json b/package-lock.json index 7339eb3d..a781450c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "pg": "~8.11.5", "pg-connection-string": "~2.5.0", "pg-query-stream": "~4.2.3", - "pgsql-ast-parser": "~7.2.1", + "pgsql-ast-parser": "~12.0.1", "pinia": "~2.1.7", "postcss-html": "~1.5.0", "progress-webpack-plugin": "~1.0.12", @@ -12207,8 +12207,9 @@ } }, "node_modules/pgsql-ast-parser": { - "version": "7.2.1", - "license": "MIT", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/pgsql-ast-parser/-/pgsql-ast-parser-12.0.1.tgz", + "integrity": "sha512-pe8C6Zh5MsS+o38WlSu18NhrTjAv1UNMeDTs2/Km2ZReZdYBYtwtbWGZKK2BM2izv5CrQpbmP0oI10wvHOwv4A==", "dependencies": { "moo": "^0.5.1", "nearley": "^2.19.5" diff --git a/package.json b/package.json index 4ffe2d45..469d53df 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "pg": "~8.11.5", "pg-connection-string": "~2.5.0", "pg-query-stream": "~4.2.3", - "pgsql-ast-parser": "~7.2.1", + "pgsql-ast-parser": "~12.0.1", "pinia": "~2.1.7", "postcss-html": "~1.5.0", "progress-webpack-plugin": "~1.0.12",