From 91a88d8a417ce4df1164bf9c1b45d44a46336150 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:56:23 +0000 Subject: [PATCH] fix(deps): update external fixes (#420) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 17 +++++++++-------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6fc01b..cfc345e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@adobe/helix-md2docx": "2.1.77", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", - "form-data": "4.0.0", + "form-data": "4.0.1", "fs-extra": "11.2.0", "hast-util-to-mdast": "10.1.0", "node-fetch": "3.3.2", @@ -42,7 +42,7 @@ "lint-staged": "15.2.10", "mocha": "10.7.3", "mocha-multi-reporters": "1.5.1", - "mock-fs": "5.3.0", + "mock-fs": "5.4.0", "remark-parse": "11.0.0", "semantic-release": "24.1.2", "unist-util-inspect": "8.1.0" @@ -7367,9 +7367,10 @@ } }, "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -10961,9 +10962,9 @@ } }, "node_modules/mock-fs": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.3.0.tgz", - "integrity": "sha512-IMvz1X+RF7vf+ur7qUenXMR7/FSKSIqS3HqFHXcyNI7G0FbpFO8L5lfsUJhl+bhK1AiulVHWKUSxebWauPA+xQ==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/mock-fs/-/mock-fs-5.4.0.tgz", + "integrity": "sha512-3ROPnEMgBOkusBMYQUW2rnT3wZwsgfOKzJDLvx/TZ7FL1WmWvwSwn3j4aDR5fLDGtgcc1WF0Z1y0di7c9L4FKw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index f4ae72f..ebd2e31 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lint-staged": "15.2.10", "mocha": "10.7.3", "mocha-multi-reporters": "1.5.1", - "mock-fs": "5.3.0", + "mock-fs": "5.4.0", "remark-parse": "11.0.0", "semantic-release": "24.1.2", "unist-util-inspect": "8.1.0" @@ -56,7 +56,7 @@ "@adobe/helix-md2docx": "2.1.77", "@adobe/mdast-util-gridtables": "4.0.6", "@adobe/remark-gridtables": "3.0.6", - "form-data": "4.0.0", + "form-data": "4.0.1", "fs-extra": "11.2.0", "hast-util-to-mdast": "10.1.0", "node-fetch": "3.3.2",