From a324d5afcc04999c86b3bad50b5be59062d1f604 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:40:42 +0000 Subject: [PATCH] fix(deps): update dependency antlr4 to v4.13.2 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index eea0e962d..1a4e5ebea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "dependencies": { "@mdi/font": "7.4.47", - "antlr4": "4.9.3", + "antlr4": "4.13.2", "jspdf": "2.5.2", "jspdf-autotable": "3.8.3", "source-code-pro": "2.38.0", @@ -3287,11 +3287,12 @@ } }, "node_modules/antlr4": { - "version": "4.9.3", - "resolved": "https://registry.npmjs.org/antlr4/-/antlr4-4.9.3.tgz", - "integrity": "sha512-qNy2odgsa0skmNMCuxzXhM4M8J1YDaPv3TI+vCdnOAanu0N982wBrSqziDKRDctEZLZy9VffqIZXc0UGjjSP/g==", + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/antlr4/-/antlr4-4.13.2.tgz", + "integrity": "sha512-QiVbZhyy4xAZ17UPEuG3YTOt8ZaoeOR1CvEAqrEsDBsOqINslaB147i9xqljZqoyf5S+EUlGStaj+t22LT9MOg==", + "license": "BSD-3-Clause", "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/anymatch": { diff --git a/package.json b/package.json index 75d4a6b7e..70920e2ad 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@mdi/font": "7.4.47", - "antlr4": "4.9.3", + "antlr4": "4.13.2", "jspdf": "2.5.2", "jspdf-autotable": "3.8.3", "source-code-pro": "2.38.0",