Skip to content

Commit b32312e

Browse files
committed
Remove unmaintained jazzer dependency for now
1 parent 2d00c3f commit b32312e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"packages/micromark"
5656
],
5757
"devDependencies": {
58-
"@jazzer.js/core": "^2.0.0",
5958
"@rollup/plugin-node-resolve": "^15.0.0",
6059
"@rollup/plugin-terser": "^0.4.0",
6160
"@types/concat-stream": "^2.0.0",
@@ -79,7 +78,8 @@
7978
"scripts": {
8079
"build": "tsc --build --clean && tsc && type-coverage && npm run build --workspaces --if-present && rollup -c --silent && gzip-size micromark.min.js && gzip-size --raw micromark.min.js",
8180
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
82-
"test-fuzz": "esbuild micromark --bundle --conditions=development --format=cjs --platform=node --target=es2022 > test/fuzz-bundle.cjs && node script/generate-fixtures.js && jazzer test/fuzz.cjs test/fixtures -- -max_total_time=1800",
81+
"#": "fuzzer turned off for now as `jazzer` is unmaintained, with sec vulns",
82+
"#test-fuzz": "esbuild micromark --bundle --conditions=development --format=cjs --platform=node --target=es2022 > test/fuzz-bundle.cjs && node script/generate-fixtures.js && jazzer test/fuzz.cjs test/fixtures -- -max_total_time=1800",
8383
"test-api-dev": "node --conditions development test/index.js",
8484
"test-api-prod": "node --conditions production test/index.js",
8585
"test-api": "npm run test-api-dev && npm run test-api-prod",

0 commit comments

Comments
 (0)