From 3ecf74caabfb1117569ce0ff0811582423f7c5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 10:09:50 +0000 Subject: [PATCH] Bump antlr4ng from 3.0.14 to 3.0.16 Bumps [antlr4ng](https://github.com/mike-lischke/antlr4ng) from 3.0.14 to 3.0.16. - [Release notes](https://github.com/mike-lischke/antlr4ng/releases) - [Changelog](https://github.com/mike-lischke/antlr4ng/blob/main/release-notes.md) - [Commits](https://github.com/mike-lischke/antlr4ng/compare/v3.0.14...v3.0.16) --- updated-dependencies: - dependency-name: antlr4ng dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc96d2fe..7d865719 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3002,17 +3002,16 @@ } }, "node_modules/antlr4ng": { - "version": "3.0.14", - "resolved": "https://registry.npmjs.org/antlr4ng/-/antlr4ng-3.0.14.tgz", - "integrity": "sha512-EVEn3B3zpxgbq/731dhwMYCls9e8mAudBvo479hoXbX/yTL24Do1HNZEU+v1U6GayIFrow5EcHMdyXqqRXTtBw==", - "peerDependencies": { - "antlr4ng-cli": "^2.0.0" - } + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/antlr4ng/-/antlr4ng-3.0.16.tgz", + "integrity": "sha512-DQuJkC7kX3xunfF4K2KsWTSvoxxslv+FQp/WHQZTJSsH2Ec3QfFmrxC3Nky2ok9yglXn6nHM4zUaVDxcN5f6kA==", + "license": "BSD-3-Clause" }, "node_modules/antlr4ng-cli": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/antlr4ng-cli/-/antlr4ng-cli-2.0.0.tgz", "integrity": "sha512-oAt5OSSYhRQn1PgahtpAP4Vp3BApCoCqlzX7Q8ZUWWls4hX59ryYuu0t7Hwrnfk796OxP/vgIJaqxdltd/oEvQ==", + "dev": true, "license": "BSD-3-Clause", "bin": { "antlr4ng": "index.js"