From 5247c693e39c2fe44d9510baa567d6bc53b7573a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Feb 2024 03:00:03 +0000 Subject: [PATCH] fix: upgrade html-snapshots from 2.15.0 to 2.16.0 Snyk has created this PR to upgrade html-snapshots from 2.15.0 to 2.16.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/76f0bfb6-9c99-4fe9-99ea-91479206c75b?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/custom/package-lock.json | 18 +++++++++--------- examples/custom/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/custom/package-lock.json b/examples/custom/package-lock.json index c92d51e3..adf8811f 100644 --- a/examples/custom/package-lock.json +++ b/examples/custom/package-lock.json @@ -8,7 +8,7 @@ "name": "html-snapshots-example", "version": "0.1.0", "dependencies": { - "html-snapshots": "^2.15.0" + "html-snapshots": "^2.16.0" } }, "node_modules/@babel/code-frame": { @@ -991,16 +991,16 @@ } }, "node_modules/html-snapshots": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.15.0.tgz", - "integrity": "sha512-9Tj9tI00Iy/hIgidVtfTCA9SfZh8wDzS0I23JNW3i05fIpfHsifbaDAnFvtGyrt9xm4odxvZixyC5Qjo6j1jzw==", + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.16.0.tgz", + "integrity": "sha512-L4W1kIISCgTovf65EAfrz83iJ7rh+JAqHhIt5aWhjIgwZs4aPt8K5d4E1bdR6weETyc19rq4VSdb+Qbn/BJeAA==", "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.9.0", + "puppeteer": "^21.10.0", "xml2js": "0.6.2" }, "engines": { @@ -3021,16 +3021,16 @@ } }, "html-snapshots": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.15.0.tgz", - "integrity": "sha512-9Tj9tI00Iy/hIgidVtfTCA9SfZh8wDzS0I23JNW3i05fIpfHsifbaDAnFvtGyrt9xm4odxvZixyC5Qjo6j1jzw==", + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-2.16.0.tgz", + "integrity": "sha512-L4W1kIISCgTovf65EAfrz83iJ7rh+JAqHhIt5aWhjIgwZs4aPt8K5d4E1bdR6weETyc19rq4VSdb+Qbn/BJeAA==", "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.9.0", + "puppeteer": "^21.10.0", "xml2js": "0.6.2" } }, diff --git a/examples/custom/package.json b/examples/custom/package.json index be9ba455..21a1aa0c 100644 --- a/examples/custom/package.json +++ b/examples/custom/package.json @@ -7,6 +7,6 @@ "start": "node ./snapshot.js" }, "dependencies": { - "html-snapshots": "^2.15.0" + "html-snapshots": "^2.16.0" } }