From d52b55fa87e99061abf66ba2874411fa0c767613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:31:07 +0000 Subject: [PATCH] Bump the npm-production group across 1 directory with 2 updates Bumps the npm-production group with 2 updates in the / directory: [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) and [console-table-printer](https://github.com/ayonious/console-table-printer). Updates `@types/jest` from 29.5.12 to 29.5.13 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `console-table-printer` from 2.12.0 to 2.12.1 - [Release notes](https://github.com/ayonious/console-table-printer/releases) - [Changelog](https://github.com/ayonious/console-table-printer/blob/master/CHANGELOG.md) - [Commits](https://github.com/ayonious/console-table-printer/compare/v2.12.0...v2.12.1) --- updated-dependencies: - dependency-name: "@types/jest" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production - dependency-name: console-table-printer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b3f76b..4683b5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,8 +12,8 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@types/eslint": "^8.56.10", - "@types/jest": "^29.5.12", - "console-table-printer": "^2.12.0", + "@types/jest": "^29.5.13", + "console-table-printer": "^2.12.1", "handlebars": "^4.7.8", "ts-jest": "^29.1.5", "typescript": "^5.5.2" @@ -1477,9 +1477,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.13", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", + "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" @@ -2142,9 +2142,9 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "node_modules/console-table-printer": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/console-table-printer/-/console-table-printer-2.12.0.tgz", - "integrity": "sha512-Q/Ax+UOpZw0oPZGmv8bH8/W5NpC2rAYy6cX20BVLGQ45v944oL+srmLTZAse/5a3vWDl0MXR/0GTEdsz2dDTbg==", + "version": "2.12.1", + "resolved": "https://registry.npmjs.org/console-table-printer/-/console-table-printer-2.12.1.tgz", + "integrity": "sha512-wKGOQRRvdnd89pCeH96e2Fn4wkbenSP6LMHfjfyNLMbGuHEFbMqQNuxXqd0oXG9caIOQ1FTvc5Uijp9/4jujnQ==", "dependencies": { "simple-wcswidth": "^1.0.1" } diff --git a/package.json b/package.json index faba66e..053bd69 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", "@types/eslint": "^8.56.10", - "@types/jest": "^29.5.12", - "console-table-printer": "^2.12.0", + "@types/jest": "^29.5.13", + "console-table-printer": "^2.12.1", "handlebars": "^4.7.8", "ts-jest": "^29.1.5", "typescript": "^5.5.2"