From fe98e59982d1247a4bbdebb22036d97a50525ea4 Mon Sep 17 00:00:00 2001 From: admin-token-bot <36773031+admin-token-bot@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:22:51 +0000 Subject: [PATCH] [Snyk] Upgrade ts-jest from 29.0.3 to 29.0.4 (#2547) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit

Snyk has created this PR to upgrade ts-jest from 29.0.3 to 29.0.4.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is **1 version** ahead of your current version. - The recommended version was released **21 days ago**, on 2023-01-11.
Release notes
Package name: ts-jest from ts-jest GitHub release notes
Commit messages
Package name: ts-jest Compare

**Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: 🧐 [View latest project report](https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55?utm_source=github&utm_medium=referral&page=upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/sandbox-2ba/project/852e6e4f-be96-45c8-b370-1060f5ebee55/settings/integration?pkg=ts-jest&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) --------- Co-authored-by: snyk-bot --- examples/node/package-lock.json | 18 +++++++++--------- examples/node/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/node/package-lock.json b/examples/node/package-lock.json index d9d7ff6fe2..5ccefc605e 100644 --- a/examples/node/package-lock.json +++ b/examples/node/package-lock.json @@ -22,7 +22,7 @@ "prettier": "^2.8.2", "random-email": "^1.0.3", "realm": "^11.3.1", - "ts-jest": "^29.0.3", + "ts-jest": "^29.0.4", "typescript": "^4.9.4" }, "devDependencies": { @@ -8768,14 +8768,14 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/ts-jest": { - "version": "29.0.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz", - "integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==", + "version": "29.0.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.4.tgz", + "integrity": "sha512-YdNofkoyzeinwjIqLSYQeAM+GTmFQ7xFNtWcR5OyitY5VLzzNINrNmfhP5H3daA/V+RGQR7O3g1K6ysRgu5xIQ==", "dependencies": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", "jest-util": "^29.0.0", - "json5": "^2.2.1", + "json5": "^2.2.3", "lodash.memoize": "4.x", "make-error": "1.x", "semver": "7.x", @@ -15580,14 +15580,14 @@ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "ts-jest": { - "version": "29.0.3", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.3.tgz", - "integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==", + "version": "29.0.4", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.4.tgz", + "integrity": "sha512-YdNofkoyzeinwjIqLSYQeAM+GTmFQ7xFNtWcR5OyitY5VLzzNINrNmfhP5H3daA/V+RGQR7O3g1K6ysRgu5xIQ==", "requires": { "bs-logger": "0.x", "fast-json-stable-stringify": "2.x", "jest-util": "^29.0.0", - "json5": "^2.2.1", + "json5": "^2.2.3", "lodash.memoize": "4.x", "make-error": "1.x", "semver": "7.x", diff --git a/examples/node/package.json b/examples/node/package.json index 38b44bc975..62c14b45dc 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -26,7 +26,7 @@ "prettier": "^2.8.2", "random-email": "^1.0.3", "realm": "^11.3.1", - "ts-jest": "^29.0.3", + "ts-jest": "^29.0.4", "typescript": "^4.9.4" }, "devDependencies": {