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",