diff --git a/package-lock.json b/package-lock.json index 13ca3ca0..267fba9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "glob-promise": "^4.1.0", "html-crush": "^4.0.0", "is-url-superb": "^5.0.0", - "juice": "^9.0.0", + "juice": "^10.0.0", "lodash": "^4.17.20", "ora": "^5.1.0", "postcss": "^8.4.21", @@ -8149,9 +8149,9 @@ } }, "node_modules/juice": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/juice/-/juice-9.1.0.tgz", - "integrity": "sha512-odblShmPrUoHUwRuC8EmLji5bPP2MLO1GL+gt4XU3tT2ECmbSrrMjtMQaqg3wgMFP2zvUzdPZGfxc5Trk3Z+fQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/juice/-/juice-10.0.0.tgz", + "integrity": "sha512-9f68xmhGrnIi6DBkiiP3rUrQN33SEuaKu1+njX6VgMP+jwZAsnT33WIzlrWICL9matkhYu3OyrqSUP55YTIdGg==", "dependencies": { "cheerio": "^1.0.0-rc.12", "commander": "^6.1.0", @@ -22893,9 +22893,9 @@ } }, "juice": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/juice/-/juice-9.1.0.tgz", - "integrity": "sha512-odblShmPrUoHUwRuC8EmLji5bPP2MLO1GL+gt4XU3tT2ECmbSrrMjtMQaqg3wgMFP2zvUzdPZGfxc5Trk3Z+fQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/juice/-/juice-10.0.0.tgz", + "integrity": "sha512-9f68xmhGrnIi6DBkiiP3rUrQN33SEuaKu1+njX6VgMP+jwZAsnT33WIzlrWICL9matkhYu3OyrqSUP55YTIdGg==", "requires": { "cheerio": "^1.0.0-rc.12", "commander": "^6.1.0", diff --git a/package.json b/package.json index aa0ec178..fd5b386f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "glob-promise": "^4.1.0", "html-crush": "^4.0.0", "is-url-superb": "^5.0.0", - "juice": "^9.0.0", + "juice": "^10.0.0", "lodash": "^4.17.20", "ora": "^5.1.0", "postcss": "^8.4.21",