diff --git a/cratedb_sqlparse_js/package-lock.json b/cratedb_sqlparse_js/package-lock.json index 7b28ebb..4b698c0 100644 --- a/cratedb_sqlparse_js/package-lock.json +++ b/cratedb_sqlparse_js/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.2", "license": "Apache-2.0", "dependencies": { - "antlr4": "^4.13.1-patch-1" + "antlr4": "^4.13.2" }, "devDependencies": { "jsdoc": "^4.0.3", @@ -809,9 +809,9 @@ } }, "node_modules/antlr4": { - "version": "4.13.1-patch-1", - "resolved": "https://registry.npmjs.org/antlr4/-/antlr4-4.13.1-patch-1.tgz", - "integrity": "sha512-OjFLWWLzDMV9rdFhpvroCWR4ooktNg9/nvVYSA5z28wuVpU36QUNuioR1XLnQtcjVlf8npjyz593PxnU/f/Cow==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/antlr4/-/antlr4-4.13.2.tgz", + "integrity": "sha512-QiVbZhyy4xAZ17UPEuG3YTOt8ZaoeOR1CvEAqrEsDBsOqINslaB147i9xqljZqoyf5S+EUlGStaj+t22LT9MOg==", "engines": { "node": ">=16" } diff --git a/cratedb_sqlparse_js/package.json b/cratedb_sqlparse_js/package.json index 17f149d..b12e7b6 100644 --- a/cratedb_sqlparse_js/package.json +++ b/cratedb_sqlparse_js/package.json @@ -41,7 +41,7 @@ } }, "dependencies": { - "antlr4": "^4.13.1-patch-1" + "antlr4": "^4.13.2" }, "devDependencies": { "jsdoc": "^4.0.3",