From 60fa9020da037f06c31c602572b167bf141a060a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:49:07 +0000 Subject: [PATCH] Bump braces and jest-cli Bumps [braces](https://github.com/micromatch/braces) and [jest-cli](https://github.com/facebook/jest/tree/HEAD/packages/jest-cli). These dependencies needed to be updated together. Updates `braces` from 1.8.5 to 2.3.2 - [Release notes](https://github.com/micromatch/braces/releases) - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/commits) Updates `jest-cli` from 23.1.0 to 23.3.0 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v23.3.0/packages/jest-cli) --- updated-dependencies: - dependency-name: braces dependency-type: indirect - dependency-name: jest-cli dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 88 +++++++++++++++++++++++------------------------ 1 file changed, 43 insertions(+), 45 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb83f24..5e6546f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3135,51 +3135,6 @@ "requires": { "import-local": "1.0.0", "jest-cli": "23.1.0" - }, - "dependencies": { - "jest-cli": { - "version": "23.1.0", - "resolved": "http://r.cnpmjs.org/jest-cli/download/jest-cli-23.1.0.tgz", - "integrity": "sha1-64vdTODRUlCJLjGtm2m8mdKo9r8=", - "dev": true, - "requires": { - "ansi-escapes": "3.1.0", - "chalk": "2.4.1", - "exit": "0.1.2", - "glob": "7.1.2", - "graceful-fs": "4.1.11", - "import-local": "1.0.0", - "is-ci": "1.1.0", - "istanbul-api": "1.3.1", - "istanbul-lib-coverage": "1.2.0", - "istanbul-lib-instrument": "1.10.1", - "istanbul-lib-source-maps": "1.2.5", - "jest-changed-files": "23.0.1", - "jest-config": "23.1.0", - "jest-environment-jsdom": "23.1.0", - "jest-get-type": "22.4.3", - "jest-haste-map": "23.1.0", - "jest-message-util": "23.1.0", - "jest-regex-util": "23.0.0", - "jest-resolve-dependencies": "23.0.1", - "jest-runner": "23.1.0", - "jest-runtime": "23.1.0", - "jest-snapshot": "23.0.1", - "jest-util": "23.1.0", - "jest-validate": "23.0.1", - "jest-watcher": "23.1.0", - "jest-worker": "23.0.1", - "micromatch": "2.3.11", - "node-notifier": "5.2.1", - "realpath-native": "1.0.0", - "rimraf": "2.6.2", - "slash": "1.0.0", - "string-length": "2.0.0", - "strip-ansi": "4.0.0", - "which": "1.3.1", - "yargs": "11.0.0" - } - } } }, "jest-changed-files": { @@ -3191,6 +3146,49 @@ "throat": "4.1.0" } }, + "jest-cli": { + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-23.1.0.tgz", + "integrity": "sha512-BYr2Dx9u2pS6itVUyo/C1Hc+L3xz72xmPEhNW86UC3cWtvlNo7XSPAL9bQHzjLVEtkCoUDbJ/Q5dOEdaS/PE+w==", + "dev": true, + "requires": { + "ansi-escapes": "^3.0.0", + "chalk": "^2.0.1", + "exit": "^0.1.2", + "glob": "^7.1.2", + "graceful-fs": "^4.1.11", + "import-local": "^1.0.0", + "is-ci": "^1.0.10", + "istanbul-api": "^1.3.1", + "istanbul-lib-coverage": "^1.2.0", + "istanbul-lib-instrument": "^1.10.1", + "istanbul-lib-source-maps": "^1.2.4", + "jest-changed-files": "^23.0.1", + "jest-config": "^23.1.0", + "jest-environment-jsdom": "^23.1.0", + "jest-get-type": "^22.1.0", + "jest-haste-map": "^23.1.0", + "jest-message-util": "^23.1.0", + "jest-regex-util": "^23.0.0", + "jest-resolve-dependencies": "^23.0.1", + "jest-runner": "^23.1.0", + "jest-runtime": "^23.1.0", + "jest-snapshot": "^23.0.1", + "jest-util": "^23.1.0", + "jest-validate": "^23.0.1", + "jest-watcher": "^23.1.0", + "jest-worker": "^23.0.1", + "micromatch": "^2.3.11", + "node-notifier": "^5.2.1", + "realpath-native": "^1.0.0", + "rimraf": "^2.5.4", + "slash": "^1.0.0", + "string-length": "^2.0.0", + "strip-ansi": "^4.0.0", + "which": "^1.2.12", + "yargs": "^11.0.0" + } + }, "jest-config": { "version": "23.1.0", "resolved": "http://r.cnpmjs.org/jest-config/download/jest-config-23.1.0.tgz",