Skip to content

Commit 6c38117

Browse files
committed
Upgrade parser to 0.28.1
1 parent 09ca450 commit 6c38117

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"dependencies": {
3535
"prettier": "^3.0.3",
36-
"sql-parser-cst": "^0.28.0"
36+
"sql-parser-cst": "^0.28.1"
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^29.2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,10 +2174,10 @@ sprintf-js@~1.0.2:
21742174
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
21752175
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
21762176

2177-
sql-parser-cst@^0.28.0:
2178-
version "0.28.0"
2179-
resolved "https://registry.yarnpkg.com/sql-parser-cst/-/sql-parser-cst-0.28.0.tgz#87614f424d26d42bcbc83856804582d8baffe5db"
2180-
integrity sha512-LNxy0X6C04iXRx83DXbK6PVwIvj1deEVN9wZAf139KeD32/oEQfFBL2RmXyElrgqCO99hQLJKbbQL40j4yx/uw==
2177+
sql-parser-cst@^0.28.1:
2178+
version "0.28.1"
2179+
resolved "https://registry.yarnpkg.com/sql-parser-cst/-/sql-parser-cst-0.28.1.tgz#7484d78306a8ea03dae647c9c8bc9f93675bae0a"
2180+
integrity sha512-m0CW4hxiMV4dySY9P+bkBvuSULQ4u0NuuQrkVSENUCf103+m24EQ6oARwcDYbHE1pBw5HOwU88VgB9h8yqWc9g==
21812181

21822182
stack-utils@^2.0.3:
21832183
version "2.0.6"

0 commit comments

Comments
 (0)