From 7d3f03ac3d3a245480f112047ba616b845d81f1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Sep 2024 09:15:01 +0000 Subject: [PATCH] fix: upgrade html-snapshots from 4.3.0 to 4.4.0 Snyk has created this PR to upgrade html-snapshots from 4.3.0 to 4.4.0. See this package in npm: 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 | 14 +++++++------- examples/simple-promise/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/simple-promise/package-lock.json b/examples/simple-promise/package-lock.json index 84ecefc5..8b0f23b2 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": "^4.3.0" + "html-snapshots": "^4.4.0" } }, "node_modules/@babel/code-frame": { @@ -1181,9 +1181,9 @@ } }, "node_modules/html-snapshots": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-4.3.0.tgz", - "integrity": "sha512-hJwRiZEqNL5gfRNMTIImY19Fm5LTi6c0WZq3WETRTes8ms7IiRwphUYFfFhqJ/arq65UKCZ2RPjFHHalz177/g==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-4.4.0.tgz", + "integrity": "sha512-ZVgBGyOzUbH9b6lt+o8E7W9hIa+XBeB8keGvneAxrSprQChnPSLSDKHKDU0bZcBXu4jsZ41WhBJRr57swlJZdA==", "license": "MIT", "dependencies": { "async": "3.2.6", @@ -3448,9 +3448,9 @@ } }, "html-snapshots": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-4.3.0.tgz", - "integrity": "sha512-hJwRiZEqNL5gfRNMTIImY19Fm5LTi6c0WZq3WETRTes8ms7IiRwphUYFfFhqJ/arq65UKCZ2RPjFHHalz177/g==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/html-snapshots/-/html-snapshots-4.4.0.tgz", + "integrity": "sha512-ZVgBGyOzUbH9b6lt+o8E7W9hIa+XBeB8keGvneAxrSprQChnPSLSDKHKDU0bZcBXu4jsZ41WhBJRr57swlJZdA==", "requires": { "async": "3.2.6", "async-lock": "1.4.1", diff --git a/examples/simple-promise/package.json b/examples/simple-promise/package.json index 7c2f4a3d..ad33e2b0 100644 --- a/examples/simple-promise/package.json +++ b/examples/simple-promise/package.json @@ -7,7 +7,7 @@ "start": "node ./snapshot.js" }, "dependencies": { - "html-snapshots": "^4.3.0" + "html-snapshots": "^4.4.0" }, "overrides": { "request": "npm:@cypress/request@3.0.1"