From ec6115751665f7b2732171e0b90b689a1bf138ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 02:26:11 +0000 Subject: [PATCH] build(deps-dev): bump backstopjs from 6.3.2 to 6.3.3 Bumps [backstopjs](https://github.com/garris/backstopjs) from 6.3.2 to 6.3.3. - [Release notes](https://github.com/garris/backstopjs/releases) - [Changelog](https://github.com/garris/BackstopJS/blob/master/changelog.md) - [Commits](https://github.com/garris/backstopjs/compare/v6.3.2...v6.3.3) --- updated-dependencies: - dependency-name: backstopjs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7e769c857..71eca558bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@pattern-lab/starterkit-handlebars-demo": "^6.1.0", "@pattern-lab/uikit-workshop": "^6.1.0", "autoprefixer": "^10.4.16", - "backstopjs": "^6.3.2", + "backstopjs": "^6.3.3", "cpr": "^3.0.1", "cssnano": "^6.0.2", "details-element-polyfill": "^2.4.0", @@ -4617,9 +4617,9 @@ } }, "node_modules/backstopjs": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.2.tgz", - "integrity": "sha512-dFbh9GjhuXNZXTtY78w/5mtjznfHoiDT7OZHetc30YKfPflMJB8mZON+aoJPxk/2olInAyhPJUA4jCgIJgt2Gg==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.3.tgz", + "integrity": "sha512-cpqLnGoF3FeOT1N7InPqa4zQONAkw/BbhXY9j0kZwdGzg4oP6SLMlpUU1vFXJeCdIrIDn3JeeppzHnW8qY1GuA==", "dev": true, "dependencies": { "@mirzazeyrek/node-resemble-js": "^1.2.1", @@ -4637,7 +4637,7 @@ "path": "^0.12.7", "playwright": "^1.40.1", "portfinder": "^1.0.32", - "puppeteer": "^21.6.1", + "puppeteer": "^21.6.0", "super-simple-web-server": "^1.1.4", "temp": "^0.9.4" }, @@ -22745,9 +22745,9 @@ } }, "backstopjs": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.2.tgz", - "integrity": "sha512-dFbh9GjhuXNZXTtY78w/5mtjznfHoiDT7OZHetc30YKfPflMJB8mZON+aoJPxk/2olInAyhPJUA4jCgIJgt2Gg==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.3.tgz", + "integrity": "sha512-cpqLnGoF3FeOT1N7InPqa4zQONAkw/BbhXY9j0kZwdGzg4oP6SLMlpUU1vFXJeCdIrIDn3JeeppzHnW8qY1GuA==", "dev": true, "requires": { "@mirzazeyrek/node-resemble-js": "^1.2.1", @@ -22765,7 +22765,7 @@ "path": "^0.12.7", "playwright": "^1.40.1", "portfinder": "^1.0.32", - "puppeteer": "^21.6.1", + "puppeteer": "^21.6.0", "super-simple-web-server": "^1.1.4", "temp": "^0.9.4" }, diff --git a/package.json b/package.json index cb1ace13cc..09acd3a511 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@pattern-lab/starterkit-handlebars-demo": "^6.1.0", "@pattern-lab/uikit-workshop": "^6.1.0", "autoprefixer": "^10.4.16", - "backstopjs": "^6.3.2", + "backstopjs": "^6.3.3", "cpr": "^3.0.1", "cssnano": "^6.0.2", "details-element-polyfill": "^2.4.0",