From d70f1f75b725be0614a2d0a2054d9c2aa65f40b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 00:32:20 +0000 Subject: [PATCH] fix: upgrade html-snapshots from 3.11.0 to 3.11.2 Snyk has created this PR to upgrade html-snapshots from 3.11.0 to 3.11.2. See this package in npm: 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 | 18 +++++++++--------- examples/debug-phantomjs/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/debug-phantomjs/package-lock.json b/examples/debug-phantomjs/package-lock.json index c9ce6a6..ba1fb0f 100644 --- a/examples/debug-phantomjs/package-lock.json +++ b/examples/debug-phantomjs/package-lock.json @@ -8,7 +8,7 @@ "name": "html-snapshots-example", "version": "0.1.0", "dependencies": { - "html-snapshots": "^3.11.0" + "html-snapshots": "^3.11.2" } }, "node_modules/@babel/code-frame": { @@ -1164,9 +1164,9 @@ } }, "node_modules/html-snapshots": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-3.11.0.tgz", - "integrity": "sha512-rWIXvfvfZ6KYxxpJwRt/VMFkAHGE52Nj49aaeL4umfjlgel4s0q2EYN9E6hacwwx3KBBnkTJY1xVLUyeuNpJgQ==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-3.11.2.tgz", + "integrity": "sha512-HmrFle7WQOyL8q8EbJ7WGyMczGZqaDqUMY53eMkZMCFnMgTU+kedHHtZqBTC/vXI5rYfr2sPC/+RH5+7GrZkRA==", "license": "MIT", "dependencies": { "async": "3.2.5", @@ -1174,7 +1174,7 @@ "combine-errors": "3.0.3", "got": "^13.0.0", "phantomjs-prebuilt": "2.1.16", - "puppeteer": "^22.11.0", + "puppeteer": "^22.11.2", "xml2js": "0.6.2" }, "engines": { @@ -3377,16 +3377,16 @@ } }, "html-snapshots": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-3.11.0.tgz", - "integrity": "sha512-rWIXvfvfZ6KYxxpJwRt/VMFkAHGE52Nj49aaeL4umfjlgel4s0q2EYN9E6hacwwx3KBBnkTJY1xVLUyeuNpJgQ==", + "version": "3.11.2", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-3.11.2.tgz", + "integrity": "sha512-HmrFle7WQOyL8q8EbJ7WGyMczGZqaDqUMY53eMkZMCFnMgTU+kedHHtZqBTC/vXI5rYfr2sPC/+RH5+7GrZkRA==", "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": "^22.11.0", + "puppeteer": "^22.11.2", "xml2js": "0.6.2" } }, diff --git a/examples/debug-phantomjs/package.json b/examples/debug-phantomjs/package.json index d463a5f..caaa8cb 100644 --- a/examples/debug-phantomjs/package.json +++ b/examples/debug-phantomjs/package.json @@ -7,7 +7,7 @@ "start": "node ./snapshot.js" }, "dependencies": { - "html-snapshots": "^3.11.0" + "html-snapshots": "^3.11.2" }, "overrides": { "request": "npm:@cypress/request@3.0.1"