From 07d6977190b6346c6f4b46f40d75882a5e1dfc7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:59:29 +0000 Subject: [PATCH] Bump antlr4 from 4.13.1-patch-1 to 4.13.2 in /cratedb_sqlparse_js Bumps [antlr4](https://github.com/antlr/antlr4) from 4.13.1-patch-1 to 4.13.2. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/dev/CHANGES.txt) - [Commits](https://github.com/antlr/antlr4/commits/4.13.2) --- updated-dependencies: - dependency-name: antlr4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cratedb_sqlparse_js/package-lock.json | 8 ++++---- cratedb_sqlparse_js/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",