From b12557099fa7a22d3cd87b61da452850faa6479e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 May 2022 19:47:15 +0000 Subject: [PATCH] fix: upgrade html-snapshots from 0.18.0 to 0.18.1 Snyk has created this PR to upgrade html-snapshots from 0.18.0 to 0.18.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/0e20efe2-0b1c-4e13-9657-37e2c9f8b1fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/debug-phantomjs/package-lock.json | 6 +++--- examples/debug-phantomjs/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/debug-phantomjs/package-lock.json b/examples/debug-phantomjs/package-lock.json index 5301c2c9..1a00eb21 100644 --- a/examples/debug-phantomjs/package-lock.json +++ b/examples/debug-phantomjs/package-lock.json @@ -297,9 +297,9 @@ } }, "html-snapshots": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-0.18.0.tgz", - "integrity": "sha512-Fp5frQJJjnlfgGL4km7v0pqBVUKzi0yCpC6CWAfS5h2fjrSShrEZE8ptwbsPXaphn5ICxtQI2pSBpkrgI0w3kg==", + "version": "0.18.1", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-0.18.1.tgz", + "integrity": "sha512-KZWStebO9hZegnrRjFkQnP+GrBL5kFKVHkxROPLW9SIfzt8mahxbiY8Gj+m0aP/JVairtkR5r65r+58q2RHzWA==", "requires": { "async": "3.2.3", "async-lock": "1.3.1", diff --git a/examples/debug-phantomjs/package.json b/examples/debug-phantomjs/package.json index b5b61ddd..61f7abd8 100644 --- a/examples/debug-phantomjs/package.json +++ b/examples/debug-phantomjs/package.json @@ -7,6 +7,6 @@ "start": "node ./snapshot.js" }, "dependencies": { - "html-snapshots": "^0.18.0" + "html-snapshots": "^0.18.1" } }