diff --git a/package-lock.json b/package-lock.json index bd2487dee2..4abfabd7ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked", - "version": "9.0.1", + "version": "9.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marked", - "version": "9.0.1", + "version": "9.0.2", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 0a61e345aa..65e500a3d1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "marked", "description": "A markdown parser built for speed", "author": "Christopher Jeffrey", - "version": "9.0.1", + "version": "9.0.2", "type": "module", "main": "./lib/marked.cjs", "module": "./lib/marked.esm.js",