From c0822ce3b74a3dbfa28e2ceb608bab614e2c728b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 16:11:14 +0000 Subject: [PATCH] Update dependency jest to v29.6.1 Dependency update (patch) --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index f80e680..8a16b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "8.44.0", "eslint-config-athom": "3.1.1", "homey": "2.34.0", - "jest": "29.6.0", + "jest": "29.6.1", "standard": "17.0.0" }, "engines": { @@ -6696,15 +6696,15 @@ } }, "node_modules/jest": { - "version": "29.6.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.0.tgz", - "integrity": "sha512-do1J9gGrQ68E4UfMz/4OM71p9qCqQxu32N/9ZfeYFSSlx0uUOuxeyZxtJZNaUTW12ZA11ERhmBjBhy1Ho96R4g==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.1.tgz", + "integrity": "sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==", "dev": true, "dependencies": { - "@jest/core": "^29.6.0", - "@jest/types": "^29.6.0", + "@jest/core": "^29.6.1", + "@jest/types": "^29.6.1", "import-local": "^3.0.2", - "jest-cli": "^29.6.0" + "jest-cli": "^29.6.1" }, "bin": { "jest": "bin/jest.js" @@ -15959,15 +15959,15 @@ } }, "jest": { - "version": "29.6.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.0.tgz", - "integrity": "sha512-do1J9gGrQ68E4UfMz/4OM71p9qCqQxu32N/9ZfeYFSSlx0uUOuxeyZxtJZNaUTW12ZA11ERhmBjBhy1Ho96R4g==", + "version": "29.6.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.1.tgz", + "integrity": "sha512-Nirw5B4nn69rVUZtemCQhwxOBhm0nsp3hmtF4rzCeWD7BkjAXRIji7xWQfnTNbz9g0aVsBX6aZK3n+23LM6uDw==", "dev": true, "requires": { - "@jest/core": "^29.6.0", - "@jest/types": "^29.6.0", + "@jest/core": "^29.6.1", + "@jest/types": "^29.6.1", "import-local": "^3.0.2", - "jest-cli": "^29.6.0" + "jest-cli": "^29.6.1" } }, "jest-changed-files": { diff --git a/package.json b/package.json index da94158..eec6d5c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint": "8.44.0", "eslint-config-athom": "3.1.1", "homey": "2.34.0", - "jest": "29.6.0", + "jest": "29.6.1", "standard": "17.0.0" }, "dependencies": {