From b3556ea7330674331b948ed028bc50aa923b2e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 02:32:12 +0000 Subject: [PATCH] build(deps-dev): bump backstopjs from 6.3.22 to 6.3.23 Bumps [backstopjs](https://github.com/garris/backstopjs) from 6.3.22 to 6.3.23. - [Release notes](https://github.com/garris/backstopjs/releases) - [Changelog](https://github.com/garris/BackstopJS/blob/master/changelog.md) - [Commits](https://github.com/garris/backstopjs/commits) --- updated-dependencies: - dependency-name: backstopjs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 627b06860a..0b78c24f6a 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.18", - "backstopjs": "^6.3.22", + "backstopjs": "^6.3.23", "cpr": "^3.0.1", "cssnano": "^6.0.5", "details-element-polyfill": "^2.4.0", @@ -4878,9 +4878,9 @@ } }, "node_modules/backstopjs": { - "version": "6.3.22", - "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.22.tgz", - "integrity": "sha512-T2SqhXwMOsowH8mREdRiHjiOy/10wQHSR/vJC6SvUqlc4OpBFhKK/NfizBGbuBw8hbIessQoFFGU3REBzzGJsA==", + "version": "6.3.23", + "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.23.tgz", + "integrity": "sha512-GRSth3jEWI0goJ5ETA+D6QsK7ZZi0+qvZ0AAroGoLODCb20Y7NG3gc0Egnf4Qdrqg4D+seJHVjfZwqm3nuYqZg==", "dev": true, "dependencies": { "@mirzazeyrek/node-resemble-js": "^1.2.1", @@ -23281,9 +23281,9 @@ } }, "backstopjs": { - "version": "6.3.22", - "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.22.tgz", - "integrity": "sha512-T2SqhXwMOsowH8mREdRiHjiOy/10wQHSR/vJC6SvUqlc4OpBFhKK/NfizBGbuBw8hbIessQoFFGU3REBzzGJsA==", + "version": "6.3.23", + "resolved": "https://registry.npmjs.org/backstopjs/-/backstopjs-6.3.23.tgz", + "integrity": "sha512-GRSth3jEWI0goJ5ETA+D6QsK7ZZi0+qvZ0AAroGoLODCb20Y7NG3gc0Egnf4Qdrqg4D+seJHVjfZwqm3nuYqZg==", "dev": true, "requires": { "@mirzazeyrek/node-resemble-js": "^1.2.1", diff --git a/package.json b/package.json index c68dce604a..eefb7ae83e 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.18", - "backstopjs": "^6.3.22", + "backstopjs": "^6.3.23", "cpr": "^3.0.1", "cssnano": "^6.0.5", "details-element-polyfill": "^2.4.0",