From 9a088567b961aa2d8625e8abae7abb3a42527c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:08:15 +0000 Subject: [PATCH] build(deps-dev): Bump jest from 29.6.0 to 29.6.1 (#1634) Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.6.0 to 29.6.1. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0896b833..8e7e98c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "express": "4.18.2", "form-data": "4.0.0", "glob": "10.3.1", - "jest": "29.6.0", + "jest": "29.6.1", "jest-cli": "29.6.1", "node-fetch": "2.6.9", "prettier": "2.8.8", @@ -9637,15 +9637,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" diff --git a/package.json b/package.json index 8dfe7088..a86e4591 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "express": "4.18.2", "form-data": "4.0.0", "glob": "10.3.1", - "jest": "29.6.0", + "jest": "29.6.1", "jest-cli": "29.6.1", "node-fetch": "2.6.9", "prettier": "2.8.8",