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

Bumps [pgsql-ast-parser](https://github.com/oguimbal/pgsql-ast-parser) from 7.2.1 to 11.1.0.
- [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...11.1.0)

---
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] 2023-10-28 09:59:29 +00:00 committed by GitHub
parent 0015f2e860
commit 4f748065dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -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"

View File

@ -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",