mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 02:09:17 +00:00
Upgrade node-sql-parser to v5.3.8 (#381)
This commit is contained in:
parent
ed1d9a5b85
commit
00114f4ade
8
package-lock.json
generated
8
package-lock.json
generated
@ -30,7 +30,7 @@
|
|||||||
"jsonschema": "^1.4.1",
|
"jsonschema": "^1.4.1",
|
||||||
"jspdf": "^3.0.1",
|
"jspdf": "^3.0.1",
|
||||||
"lexical": "^0.12.5",
|
"lexical": "^0.12.5",
|
||||||
"node-sql-parser": "^5.3.7",
|
"node-sql-parser": "^5.3.8",
|
||||||
"octokit": "^4.0.2",
|
"octokit": "^4.0.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
@ -5212,9 +5212,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/node-sql-parser": {
|
"node_modules/node-sql-parser": {
|
||||||
"version": "5.3.7",
|
"version": "5.3.8",
|
||||||
"resolved": "https://registry.npmjs.org/node-sql-parser/-/node-sql-parser-5.3.7.tgz",
|
"resolved": "https://registry.npmjs.org/node-sql-parser/-/node-sql-parser-5.3.8.tgz",
|
||||||
"integrity": "sha512-kWKD/58onPdtgIicQYUipozz18b7AbENQjtOHNysIKenQ/g1KFB9Hqq7JeLSg06Le8+vVrb6a51vFFP3EalHig==",
|
"integrity": "sha512-aqGTzK8kPJAwQ6tqdS0l+vX358LXMmZDw902ePfiPn3PSDsg2HeR2tHFioXNHJW00YHoic6VVYY80waFb/zdxw==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/pegjs": "^0.10.0",
|
"@types/pegjs": "^0.10.0",
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"jsonschema": "^1.4.1",
|
"jsonschema": "^1.4.1",
|
||||||
"jspdf": "^3.0.1",
|
"jspdf": "^3.0.1",
|
||||||
"lexical": "^0.12.5",
|
"lexical": "^0.12.5",
|
||||||
"node-sql-parser": "^5.3.7",
|
"node-sql-parser": "^5.3.8",
|
||||||
"octokit": "^4.0.2",
|
"octokit": "^4.0.2",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user