From 9fa27fe998d5175a7cb5b8cf39a38ff839819237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:50:20 +0000 Subject: [PATCH] deps(example): bump tailwindcss Bumps the dependencies group with 1 update in the /examples/nextjs-14-app-dir-validate-email directory: [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `tailwindcss` from 3.4.4 to 3.4.6 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .../package-lock.json | 32 +++++++++---------- .../package.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/nextjs-14-app-dir-validate-email/package-lock.json b/examples/nextjs-14-app-dir-validate-email/package-lock.json index b259eae6a..e1a0fe564 100644 --- a/examples/nextjs-14-app-dir-validate-email/package-lock.json +++ b/examples/nextjs-14-app-dir-validate-email/package-lock.json @@ -21,32 +21,32 @@ "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "typescript": "^5" } }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.0.0-alpha.18", + "version": "1.0.0-alpha.19", "license": "Apache-2.0", "dependencies": { - "@arcjet/env": "1.0.0-alpha.18", - "@arcjet/headers": "1.0.0-alpha.18", - "@arcjet/ip": "1.0.0-alpha.18", - "@arcjet/logger": "1.0.0-alpha.18", - "@arcjet/protocol": "1.0.0-alpha.18", + "@arcjet/env": "1.0.0-alpha.19", + "@arcjet/headers": "1.0.0-alpha.19", + "@arcjet/ip": "1.0.0-alpha.19", + "@arcjet/logger": "1.0.0-alpha.19", + "@arcjet/protocol": "1.0.0-alpha.19", "@connectrpc/connect-web": "1.4.0", - "arcjet": "1.0.0-alpha.18" + "arcjet": "1.0.0-alpha.19" }, "devDependencies": { - "@arcjet/eslint-config": "1.0.0-alpha.18", - "@arcjet/rollup-config": "1.0.0-alpha.18", - "@arcjet/tsconfig": "1.0.0-alpha.18", + "@arcjet/eslint-config": "1.0.0-alpha.19", + "@arcjet/rollup-config": "1.0.0-alpha.19", + "@arcjet/tsconfig": "1.0.0-alpha.19", "@jest/globals": "29.7.0", - "@rollup/wasm-node": "4.18.0", + "@rollup/wasm-node": "4.19.0", "@types/node": "18.18.0", "jest": "29.7.0", - "typescript": "5.5.3" + "typescript": "5.5.4" }, "engines": { "node": ">=18" @@ -4259,9 +4259,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz", - "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", diff --git a/examples/nextjs-14-app-dir-validate-email/package.json b/examples/nextjs-14-app-dir-validate-email/package.json index 818d9efec..6b0ffa05f 100644 --- a/examples/nextjs-14-app-dir-validate-email/package.json +++ b/examples/nextjs-14-app-dir-validate-email/package.json @@ -22,7 +22,7 @@ "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", - "tailwindcss": "^3.4.4", + "tailwindcss": "^3.4.6", "typescript": "^5" } }