Skip to content

Commit

Permalink
fix: upgrade @codemirror/stream-parser from 0.19.3 to 0.19.9
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @codemirror/stream-parser from 0.19.3 to 0.19.9.

See this package in npm:

See this project in Snyk:
https://app.snyk.io/org/benoitgravitee/project/3cf3eb84-23f0-419d-af8e-282d2e689c39?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and gcusnieux committed Nov 30, 2023
1 parent 6a4d5fa commit b7f1de3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/language-data": "^0.19.1",
"@codemirror/stream-parser": "^0.19.3",
"@codemirror/stream-parser": "^0.19.9",
"@formatjs/intl-locale": "^2.4.40",
"@formatjs/intl-relativetimeformat": "^9.3.2",
"@popperjs/core": "^2.11.7",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3513,7 +3513,7 @@ __metadata:
languageName: node
linkType: hard

"@codemirror/stream-parser@npm:^0.19.0, @codemirror/stream-parser@npm:^0.19.3":
"@codemirror/stream-parser@npm:^0.19.0":
version: 0.19.3
resolution: "@codemirror/stream-parser@npm:0.19.3"
dependencies:
Expand All @@ -3527,6 +3527,20 @@ __metadata:
languageName: node
linkType: hard

"@codemirror/stream-parser@npm:^0.19.9":
version: 0.19.9
resolution: "@codemirror/stream-parser@npm:0.19.9"
dependencies:
"@codemirror/highlight": ^0.19.0
"@codemirror/language": ^0.19.0
"@codemirror/state": ^0.19.0
"@codemirror/text": ^0.19.0
"@lezer/common": ^0.15.0
"@lezer/lr": ^0.15.0
checksum: af2da2bdb7cbec1b70c303b6725118a8c1063a16f6a4cdab9b24d04242b5d0c06f4b250b9cd667352eb5c09b5bbd81d038b55e4652ed2fc05a6ea98ecf9672a9
languageName: node
linkType: hard

"@codemirror/text@npm:^0.19.0, @codemirror/text@npm:^0.19.2, @codemirror/text@npm:^0.19.4":
version: 0.19.5
resolution: "@codemirror/text@npm:0.19.5"
Expand Down Expand Up @@ -4041,7 +4055,7 @@ __metadata:
"@babel/preset-typescript": 7.21.0
"@codemirror/basic-setup": ^0.19.1
"@codemirror/language-data": ^0.19.1
"@codemirror/stream-parser": ^0.19.3
"@codemirror/stream-parser": ^0.19.9
"@commitlint/cli": 16.3.0
"@commitlint/config-conventional": 16.2.4
"@formatjs/intl-locale": ^2.4.40
Expand Down

0 comments on commit b7f1de3

Please sign in to comment.