Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 4f923eb

Browse files
Bump antlr4 from 4.8.0 to 4.9.2
Bumps [antlr4](https://github.com/antlr/antlr4) from 4.8.0 to 4.9.2. - [Release notes](https://github.com/antlr/antlr4/releases) - [Changelog](https://github.com/antlr/antlr4/blob/master/CHANGES.txt) - [Commits](antlr/antlr4@4.8...4.9.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cff4558 commit 4f923eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"main": "./dist/vue-sequence.umd.min.js",
1919
"dependencies": {
2020
"@types/assert": "^1.5.4",
21-
"antlr4": "~4.8.0",
21+
"antlr4": "~4.9.2",
2222
"dom-to-image-more": "^2.8.0",
2323
"gauge-ts": "0.1.0",
2424
"highlight.js": "^10.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,10 +2836,10 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
28362836
dependencies:
28372837
color-convert "^2.0.1"
28382838

2839-
antlr4@~4.8.0:
2840-
version "4.8.0"
2841-
resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.8.0.tgz#f938ec171be7fc2855cd3a533e87647185b32b6a"
2842-
integrity sha512-en/MxQ4OkPgGJQ3wD/muzj1uDnFSzdFIhc2+c6bHZokWkuBb6RRvFjpWhPxWLbgQvaEzldJZ0GSQpfSAaE3hqg==
2839+
antlr4@~4.9.2:
2840+
version "4.9.2"
2841+
resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.9.2.tgz#abbc53d275954b1b6f4d8b3468b4a2cb258121fc"
2842+
integrity sha512-UjMSlenUORL+a+6g4RNZxRh5LcFWybRi2g0ASDBpgXBY6nlavg0BRVAVEQF0dz8jH6SyX3lV7uP5y/krJzc+Hw==
28432843

28442844
any-promise@^1.0.0:
28452845
version "1.3.0"

0 commit comments

Comments
 (0)