build(deps): bump pgsql-ast-parser from 7.2.1 to 12.0.1

Bumps [pgsql-ast-parser](https://github.com/oguimbal/pgsql-ast-parser) from 7.2.1 to 12.0.1.
- [Release notes](https://github.com/oguimbal/pgsql-ast-parser/releases)
- [Changelog](https://github.com/oguimbal/pgsql-ast-parser/blob/master/changelog.md)
- [Commits](https://github.com/oguimbal/pgsql-ast-parser/compare/7.2.1...12.0.1)

---
updated-dependencies:
- dependency-name: pgsql-ast-parser
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-01 19:23:01 +00:00 committed by GitHub
parent b7dfd5cb8c
commit a722ba66da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@ -44,7 +44,7 @@
"pg": "~8.11.5", "pg": "~8.11.5",
"pg-connection-string": "~2.5.0", "pg-connection-string": "~2.5.0",
"pg-query-stream": "~4.2.3", "pg-query-stream": "~4.2.3",
"pgsql-ast-parser": "~7.2.1", "pgsql-ast-parser": "~12.0.1",
"pinia": "~2.1.7", "pinia": "~2.1.7",
"postcss-html": "~1.5.0", "postcss-html": "~1.5.0",
"progress-webpack-plugin": "~1.0.12", "progress-webpack-plugin": "~1.0.12",
@ -12207,8 +12207,9 @@
} }
}, },
"node_modules/pgsql-ast-parser": { "node_modules/pgsql-ast-parser": {
"version": "7.2.1", "version": "12.0.1",
"license": "MIT", "resolved": "https://registry.npmjs.org/pgsql-ast-parser/-/pgsql-ast-parser-12.0.1.tgz",
"integrity": "sha512-pe8C6Zh5MsS+o38WlSu18NhrTjAv1UNMeDTs2/Km2ZReZdYBYtwtbWGZKK2BM2izv5CrQpbmP0oI10wvHOwv4A==",
"dependencies": { "dependencies": {
"moo": "^0.5.1", "moo": "^0.5.1",
"nearley": "^2.19.5" "nearley": "^2.19.5"

View File

@ -153,7 +153,7 @@
"pg": "~8.11.5", "pg": "~8.11.5",
"pg-connection-string": "~2.5.0", "pg-connection-string": "~2.5.0",
"pg-query-stream": "~4.2.3", "pg-query-stream": "~4.2.3",
"pgsql-ast-parser": "~7.2.1", "pgsql-ast-parser": "~12.0.1",
"pinia": "~2.1.7", "pinia": "~2.1.7",
"postcss-html": "~1.5.0", "postcss-html": "~1.5.0",
"progress-webpack-plugin": "~1.0.12", "progress-webpack-plugin": "~1.0.12",