From 03b9e812995cdbf6c487564269a14572411b88e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Feb 2024 03:05:41 +0000 Subject: [PATCH] fix: upgrade html-snapshots from 2.16.0 to 2.17.0 Snyk has created this PR to upgrade html-snapshots from 2.16.0 to 2.17.0. See this package in npm: https://www.npmjs.com/package/html-snapshots See this project in Snyk: https://app.snyk.io/org/localnerve/project/608986bb-c605-4dc0-b53b-607dc5cf4424?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/verbose/package-lock.json | 18 +++++++++--------- examples/verbose/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/verbose/package-lock.json b/examples/verbose/package-lock.json index ed0d1b9a..4547a0f2 100644 --- a/examples/verbose/package-lock.json +++ b/examples/verbose/package-lock.json @@ -8,7 +8,7 @@ "name": "html-snapshots-example", "version": "0.1.0", "dependencies": { - "html-snapshots": "^2.16.0" + "html-snapshots": "^2.17.0" } }, "node_modules/@babel/code-frame": { @@ -991,16 +991,16 @@ } }, "node_modules/html-snapshots": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.16.0.tgz", - "integrity": "sha512-L4W1kIISCgTovf65EAfrz83iJ7rh+JAqHhIt5aWhjIgwZs4aPt8K5d4E1bdR6weETyc19rq4VSdb+Qbn/BJeAA==", + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.17.0.tgz", + "integrity": "sha512-A4jFM7f7q1Jbgv8N2Hh17kSmfUCXOUCdRf4feOOJ5Elu2urL6xsvVluhHGo0anCtnp+lMTYRp7vh28C6bt/xtA==", "dependencies": { "async": "3.2.5", "async-lock": "1.4.1", "combine-errors": "3.0.3", "got": "^13.0.0", "phantomjs-prebuilt": "2.1.16", - "puppeteer": "^21.10.0", + "puppeteer": "^21.11.0", "xml2js": "0.6.2" }, "engines": { @@ -3021,16 +3021,16 @@ } }, "html-snapshots": { - "version": "2.16.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.16.0.tgz", - "integrity": "sha512-L4W1kIISCgTovf65EAfrz83iJ7rh+JAqHhIt5aWhjIgwZs4aPt8K5d4E1bdR6weETyc19rq4VSdb+Qbn/BJeAA==", + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.17.0.tgz", + "integrity": "sha512-A4jFM7f7q1Jbgv8N2Hh17kSmfUCXOUCdRf4feOOJ5Elu2urL6xsvVluhHGo0anCtnp+lMTYRp7vh28C6bt/xtA==", "requires": { "async": "3.2.5", "async-lock": "1.4.1", "combine-errors": "3.0.3", "got": "^13.0.0", "phantomjs-prebuilt": "2.1.16", - "puppeteer": "^21.10.0", + "puppeteer": "^21.11.0", "xml2js": "0.6.2" } }, diff --git a/examples/verbose/package.json b/examples/verbose/package.json index 21a1aa0c..ab6df5ed 100644 --- a/examples/verbose/package.json +++ b/examples/verbose/package.json @@ -7,6 +7,6 @@ "start": "node ./snapshot.js" }, "dependencies": { - "html-snapshots": "^2.16.0" + "html-snapshots": "^2.17.0" } }