From 2198238d01380efe820bae55042ab0c5b6b66ea8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:35:41 +0000 Subject: [PATCH] chore(deps-dev): bump the jest group with 2 updates (#2983) --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 269407fe86..ae0f1c79ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@rollup/plugin-node-resolve": "~15.2.3", "@rollup/plugin-terser": "~0.4.4", "@types/debug": "~4.1.12", - "@types/jest-image-snapshot": "~6.2.3", + "@types/jest-image-snapshot": "~6.3.0", "@types/lodash-es": "~4.17.11", "@types/minimist": "~1.2.5", "@typescript-eslint/eslint-plugin": "~6.13.1", @@ -50,7 +50,7 @@ "jest-extended": "~4.0.2", "jest-html-reporter": "~3.10.2", "jest-html-reporters": "~3.1.5", - "jest-image-snapshot": "~6.2.0", + "jest-image-snapshot": "~6.3.0", "jest-playwright-preset": "~4.0.0", "jest-sonar": "~0.2.16", "lint-staged": "~15.1.0", @@ -2460,9 +2460,9 @@ } }, "node_modules/@types/jest-image-snapshot": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.2.3.tgz", - "integrity": "sha512-Lf6JNr3R+KzxfoGlxrxrbRBMBAsVADa1khItphouPOHqz6tyXoX6CeYeWMVETzV8lupc9r2Hho6hchhZH7ZdJA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.3.0.tgz", + "integrity": "sha512-YZuZ1asbK3pK6+wzlhvs3vQ/FkvaWJfX7tTiha6TB5EOqPUSzYxheoodiCvOgIcX89NSlbJ4mMCKoVx6XMRVUA==", "dev": true, "dependencies": { "@types/jest": "*", @@ -7699,9 +7699,9 @@ } }, "node_modules/jest-image-snapshot": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.2.0.tgz", - "integrity": "sha512-9mTHBKiiSIZ26csbLmjKyN+SrVypM93S5y+jULCvn6YItgepvcrJIKGNeSyt9d2EZiutOroLs/UjtrWiBzpHbA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.3.0.tgz", + "integrity": "sha512-Rdu5aZL0439yBPLCWVz/vmldrQKKvhCx8jpZP5p68Li4drgwsZaUaQpMmfcQWhqssjUtTAbBnaOsGJkOxGuAqw==", "dev": true, "dependencies": { "chalk": "^4.0.0", @@ -14924,9 +14924,9 @@ } }, "@types/jest-image-snapshot": { - "version": "6.2.3", - "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.2.3.tgz", - "integrity": "sha512-Lf6JNr3R+KzxfoGlxrxrbRBMBAsVADa1khItphouPOHqz6tyXoX6CeYeWMVETzV8lupc9r2Hho6hchhZH7ZdJA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/@types/jest-image-snapshot/-/jest-image-snapshot-6.3.0.tgz", + "integrity": "sha512-YZuZ1asbK3pK6+wzlhvs3vQ/FkvaWJfX7tTiha6TB5EOqPUSzYxheoodiCvOgIcX89NSlbJ4mMCKoVx6XMRVUA==", "dev": true, "requires": { "@types/jest": "*", @@ -18442,9 +18442,9 @@ } }, "jest-image-snapshot": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.2.0.tgz", - "integrity": "sha512-9mTHBKiiSIZ26csbLmjKyN+SrVypM93S5y+jULCvn6YItgepvcrJIKGNeSyt9d2EZiutOroLs/UjtrWiBzpHbA==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-6.3.0.tgz", + "integrity": "sha512-Rdu5aZL0439yBPLCWVz/vmldrQKKvhCx8jpZP5p68Li4drgwsZaUaQpMmfcQWhqssjUtTAbBnaOsGJkOxGuAqw==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index d2b0bd4ce5..cb176770c2 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "@rollup/plugin-node-resolve": "~15.2.3", "@rollup/plugin-terser": "~0.4.4", "@types/debug": "~4.1.12", - "@types/jest-image-snapshot": "~6.2.3", + "@types/jest-image-snapshot": "~6.3.0", "@types/lodash-es": "~4.17.11", "@types/minimist": "~1.2.5", "@typescript-eslint/eslint-plugin": "~6.13.1", @@ -145,7 +145,7 @@ "jest-extended": "~4.0.2", "jest-html-reporter": "~3.10.2", "jest-html-reporters": "~3.1.5", - "jest-image-snapshot": "~6.2.0", + "jest-image-snapshot": "~6.3.0", "jest-playwright-preset": "~4.0.0", "jest-sonar": "~0.2.16", "lint-staged": "~15.1.0",