From 0cda05eb848075cd97cc8ac7330fa57dd719c570 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Nov 2023 15:24:49 +0000 Subject: [PATCH] fix: upgrade html-snapshots from 2.12.0 to 2.12.1 Snyk has created this PR to upgrade html-snapshots from 2.12.0 to 2.12.1. See this package in npm: https://www.npmjs.com/package/html-snapshots See this project in Snyk: https://app.snyk.io/org/localnerve/project/3b915d54-b9f1-434c-8db2-0998e523f2e5?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/simple-promise/package-lock.json | 30 +++++++++++------------ examples/simple-promise/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/examples/simple-promise/package-lock.json b/examples/simple-promise/package-lock.json index cd11a8db..f61adc1e 100644 --- a/examples/simple-promise/package-lock.json +++ b/examples/simple-promise/package-lock.json @@ -8,7 +8,7 @@ "name": "html-snapshots-example", "version": "0.1.0", "dependencies": { - "html-snapshots": "^2.12.0" + "html-snapshots": "^2.12.1" } }, "node_modules/@babel/code-frame": { @@ -275,9 +275,9 @@ } }, "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "node_modules/async-lock": { "version": "1.4.0", @@ -983,11 +983,11 @@ } }, "node_modules/html-snapshots": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.12.0.tgz", - "integrity": "sha512-bf7CozwT1P5qgO9Wt956rtWyuSXHOF+HIFzuioqqLZTdCas+ddNCX1pPobA2xsUa54vE4WwzfT2xtIBa9wu7jg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.12.1.tgz", + "integrity": "sha512-e/V9sRPAEXCrL+4ZmMZrtZBJml5iURSWxPIDxRKiFijZ/YX6ZkfUtmvDAqFxW+YJvym9yUjEX4oY5Q6A80yccQ==", "dependencies": { - "async": "3.2.4", + "async": "3.2.5", "async-lock": "1.4.0", "combine-errors": "3.0.3", "got": "13.0.0", @@ -2489,9 +2489,9 @@ } }, "async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "async-lock": { "version": "1.4.0", @@ -3013,11 +3013,11 @@ } }, "html-snapshots": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.12.0.tgz", - "integrity": "sha512-bf7CozwT1P5qgO9Wt956rtWyuSXHOF+HIFzuioqqLZTdCas+ddNCX1pPobA2xsUa54vE4WwzfT2xtIBa9wu7jg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.12.1.tgz", + "integrity": "sha512-e/V9sRPAEXCrL+4ZmMZrtZBJml5iURSWxPIDxRKiFijZ/YX6ZkfUtmvDAqFxW+YJvym9yUjEX4oY5Q6A80yccQ==", "requires": { - "async": "3.2.4", + "async": "3.2.5", "async-lock": "1.4.0", "combine-errors": "3.0.3", "got": "13.0.0", diff --git a/examples/simple-promise/package.json b/examples/simple-promise/package.json index da67b9a2..c5d7047a 100644 --- a/examples/simple-promise/package.json +++ b/examples/simple-promise/package.json @@ -7,6 +7,6 @@ "start": "node ./snapshot.js" }, "dependencies": { - "html-snapshots": "^2.12.0" + "html-snapshots": "^2.12.1" } }