From 7d01a7f51bb59f2b6706550cf56e99fd6940b002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:32:03 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 29.4.1 to 29.4.2 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.4.1 to 29.4.2. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.1...v29.4.2) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 74 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 68 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8955738..d89219a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,18 +7,18 @@ "name": "justbecause-landing", "license": "MIT", "dependencies": { - "@eslint/eslintrc": "latest", + "@eslint/eslintrc": "*", "@opennextjs/cloudflare": "^1.6.5", "next": "^15.5.3", "next-themes": "^0.4.6", "nodemailer": "^7.0.5", - "prop-types": "latest", + "prop-types": "*", "react": "19.1.1", "react-dom": "19.1.1", "react-icons": "^5.5.0", "react-obfuscate": "^3.7.0", "react-turnstile": "^1.1.4", - "wrangler": "latest", + "wrangler": "*", "zod": "^4.0.17" }, "devDependencies": { @@ -35,7 +35,7 @@ "jest": "^30.0.5", "postcss": "^8.5", "tailwindcss": "^4", - "ts-jest": "^29.4.1", + "ts-jest": "^29.4.2", "tw-animate-css": "^1.3.3", "typescript": "^5", "wrangler": "^4.28.1" @@ -12606,6 +12606,66 @@ "node": ">=14.0.0" } }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/core": { + "version": "1.4.3", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.0.2", + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/runtime": { + "version": "1.4.3", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@emnapi/wasi-threads": { + "version": "1.0.2", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@napi-rs/wasm-runtime": { + "version": "0.2.11", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "^1.4.3", + "@emnapi/runtime": "^1.4.3", + "@tybys/wasm-util": "^0.9.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/@tybys/wasm-util": { + "version": "0.9.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@tailwindcss/oxide-wasm32-wasi/node_modules/tslib": { + "version": "2.8.0", + "dev": true, + "inBundle": true, + "license": "0BSD", + "optional": true + }, "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { "version": "4.1.11", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.1.11.tgz", @@ -21893,9 +21953,9 @@ } }, "node_modules/ts-jest": { - "version": "29.4.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.1.tgz", - "integrity": "sha512-SaeUtjfpg9Uqu8IbeDKtdaS0g8lS6FT6OzM3ezrDfErPJPHNDo/Ey+VFGP1bQIDfagYDLyRpd7O15XpG1Es2Uw==", + "version": "29.4.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.2.tgz", + "integrity": "sha512-pBNOkn4HtuLpNrXTMVRC9b642CBaDnKqWXny4OzuoULT9S7Kf8MMlaRe2veKax12rjf5WcpMBhVPbQurlWGNxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 28b270c..cc1559a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "jest": "^30.0.5", "postcss": "^8.5", "tailwindcss": "^4", - "ts-jest": "^29.4.1", + "ts-jest": "^29.4.2", "tw-animate-css": "^1.3.3", "typescript": "^5", "wrangler": "^4.28.1"