From b14a0c5e775c7a789e939e788f655a400e3fcb58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 10:39:28 +0200 Subject: [PATCH] Update dependency antlr4 to v4.11.0 (#456) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 9c8d0cc..4882ec7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "@uppy/vue": "0.2.7", "ajv": "8.11.0", "ant-design-vue": "1.7.8", - "antlr4": "4.10.1", + "antlr4": "4.11.0", "axios": "0.21.4", "chart.js": "2.9.4", "core-js": "3.24.1", diff --git a/ui/yarn.lock b/ui/yarn.lock index 7420b99..a4daf7c 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2932,10 +2932,10 @@ ant-design-vue@1.7.8, ant-design-vue@^1.7.2: vue-ref "^2.0.0" warning "^4.0.0" -antlr4@4.10.1: - version "4.10.1" - resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.10.1.tgz#6be8e3e1ead19ca82419ef0ffe974ef4efe4a793" - integrity sha512-fmxidcOwmktzHUD+tz8y/zKLI/NfVAB0+MOvnFUBzo8ToFnphK8JY88oOJeRdhnTrAhjtu45bvxddzbb8nMeIA== +antlr4@4.11.0: + version "4.11.0" + resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.11.0.tgz#d7466f5044fa6e333c0ec821b30c6157f6b004ae" + integrity sha512-GUGlpE2JUjAN+G8G5vY+nOoeyNhHsXoIJwP1XF1oRw89vifA1K46T6SEkwLwr7drihN7I/lf0DIjKc4OZvBX8w== any-promise@^1.0.0: version "1.3.0"