From 1d7cef2df9339c872e1e59d243627f09a7568526 Mon Sep 17 00:00:00 2001 From: maka-io Date: Mon, 26 Aug 2024 10:16:15 -0400 Subject: [PATCH] update dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3639c90..5ddf717 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-format-md", "description": "Gulp plugin for beautifying markdown using pretty-remarkable.", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://github.com/jonschlinkert/gulp-format-md", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/gulp-format-md", @@ -22,12 +22,12 @@ }, "dependencies": { "pretty-remarkable": "^1.0.0", - "remarkable": "^1.7.1", + "remarkable": "^2.0.1", "sections": "^1.0.0", - "through2": "^2.0.3" + "through2": "^4.0.2" }, "devDependencies": { - "mocha": "^5.2.0" + "mocha": "^10.7.3" }, "keywords": [ "beautify",