diff --git a/package-lock.json b/package-lock.json index 65c37ffc..71bfc771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "pg": "~8.11.1", "pg-connection-string": "~2.5.0", "pg-query-stream": "~4.2.3", - "pgsql-ast-parser": "~7.2.1", + "pgsql-ast-parser": "~11.1.0", "pinia": "~2.1.6", "source-map-support": "~0.5.20", "spectre.css": "~0.5.9", @@ -12260,10 +12260,9 @@ } }, "node_modules/pgsql-ast-parser": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/pgsql-ast-parser/-/pgsql-ast-parser-7.2.1.tgz", - "integrity": "sha512-j8scRJdTBSA1W6nETwevP2dH+BQGdPPFuc0mXolvCRIkRQGTpPoo1hH4a7EQ2KkA4N4quAcNvhOyaIcM7W00yg==", - "license": "MIT", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/pgsql-ast-parser/-/pgsql-ast-parser-11.1.0.tgz", + "integrity": "sha512-c0XnjHzUyg2Z/3iB2Akk6+jDtsza4Jqw4bC5SSt9pQ3b+K4aQC75gJQDvsNYvFqQNaPHLCUunDLPc5SZsQQLIA==", "dependencies": { "moo": "^0.5.1", "nearley": "^2.19.5" diff --git a/package.json b/package.json index b88ae76c..54f1a241 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "pg": "~8.11.1", "pg-connection-string": "~2.5.0", "pg-query-stream": "~4.2.3", - "pgsql-ast-parser": "~7.2.1", + "pgsql-ast-parser": "~11.1.0", "pinia": "~2.1.6", "source-map-support": "~0.5.20", "spectre.css": "~0.5.9",