diff --git a/package-lock.json b/package-lock.json index 8d7096b99..306a9c65b 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", @@ -3286,11 +3286,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 734c6e937..62733d2f8 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",