From 02e869aa72501337d87afe833411f9aff0040a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 00:25:02 +0000 Subject: [PATCH] chore(deps-dev): bump tw-animate-css from 1.3.3 to 1.4.0 Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.3.3 to 1.4.0. - [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases) - [Commits](https://github.com/Wombosvideo/tw-animate-css/compare/v1.3.3...v1.4.0) --- updated-dependencies: - dependency-name: tw-animate-css dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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..33454cb 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": { @@ -36,7 +36,7 @@ "postcss": "^8.5", "tailwindcss": "^4", "ts-jest": "^29.4.1", - "tw-animate-css": "^1.3.3", + "tw-animate-css": "^1.4.0", "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", @@ -22007,9 +22067,9 @@ "license": "0BSD" }, "node_modules/tw-animate-css": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.3.3.tgz", - "integrity": "sha512-tXE2TRWrskc4TU3RDd7T8n8Np/wCfoeH9gz22c7PzYqNPQ9FBGFbWWzwL0JyHcFp+jHozmF76tbHfPAx22ua2Q==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.4.0.tgz", + "integrity": "sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==", "dev": true, "license": "MIT", "funding": { diff --git a/package.json b/package.json index 28b270c..5af881c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "postcss": "^8.5", "tailwindcss": "^4", "ts-jest": "^29.4.1", - "tw-animate-css": "^1.3.3", + "tw-animate-css": "^1.4.0", "typescript": "^5", "wrangler": "^4.28.1" }