mirror of https://github.com/Fabio286/antares.git
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:
parent
b7dfd5cb8c
commit
a722ba66da
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue