Skip to content

Commit 980aa7c

Browse files
committed
fix(deps): bump marked to v4.0.10
This fixes GHSA-rrrm-qjm4-v8hf
1 parent 437516c commit 980aa7c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"sideEffects": false,
4141
"dependencies": {
4242
"@types/marked": "^4.0.1",
43-
"marked": "^4.0.6"
43+
"marked": "^4.0.10"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.16.7",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5270,10 +5270,10 @@ marked@^3.0.8:
52705270
resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.8.tgz#2785f0dc79cbdc6034be4bb4f0f0a396bd3f8aeb"
52715271
integrity sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw==
52725272

5273-
marked@^4.0.6:
5274-
version "4.0.8"
5275-
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.8.tgz#ef127626ac65786460f9420d57cc8d5ffdcacbed"
5276-
integrity sha512-dkpJMIlJpc833hbjjg8jraw1t51e/eKDoG8TFOgc5O0Z77zaYKigYekTDop5AplRoKFGIaoazhYEhGkMtU3IeA==
5273+
marked@^4.0.10:
5274+
version "4.0.10"
5275+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.10.tgz#423e295385cc0c3a70fa495e0df68b007b879423"
5276+
integrity sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==
52775277

52785278
memorystream@^0.3.1:
52795279
version "0.3.1"

0 commit comments

Comments
 (0)