From 67031c3fd903cbd050b4fc5869ccf477f92a9d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:09:36 +0000 Subject: [PATCH] deps(example): Bump the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates (#496) Bumps the dependencies group in /examples/nextjs-14-app-dir-validate-email with 2 updates: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom). Updates `@types/react` from 18.2.73 to 18.2.74
Commits

Updates `@types/react-dom` from 18.2.23 to 18.2.24
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--- .../package-lock.json | 16 ++++++++-------- .../package.json | 2 +- 2 files changed, 9 insertions(+), 9 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 b1546864c..91406aecd 100644 --- a/examples/nextjs-14-app-dir-validate-email/package-lock.json +++ b/examples/nextjs-14-app-dir-validate-email/package-lock.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@types/node": "^20", - "@types/react": "18.2.73", + "@types/react": "18.2.74", "@types/react-dom": "^18", "autoprefixer": "^10.4.19", "eslint": "^8", @@ -39,7 +39,7 @@ "@arcjet/rollup-config": "1.0.0-alpha.10", "@arcjet/tsconfig": "1.0.0-alpha.10", "@jest/globals": "29.7.0", - "@rollup/wasm-node": "4.13.0", + "@rollup/wasm-node": "4.13.2", "@types/node": "18.18.0", "jest": "29.7.0", "typescript": "5.4.3" @@ -544,9 +544,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.73", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.73.tgz", - "integrity": "sha512-XcGdod0Jjv84HOC7N5ziY3x+qL0AfmubvKOZ9hJjJ2yd5EE+KYjWhdOjt387e9HPheHkdggF9atTifMRtyAaRA==", + "version": "18.2.74", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.74.tgz", + "integrity": "sha512-9AEqNZZyBx8OdZpxzQlaFEVCSFUM2YXJH46yPOiOpm078k6ZLOCcuAzGum/zK8YBwY+dbahVNbHrbgrAwIRlqw==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -554,9 +554,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.23", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.23.tgz", - "integrity": "sha512-ZQ71wgGOTmDYpnav2knkjr3qXdAFu0vsk8Ci5w3pGAIdj7/kKAyn+VsQDhXsmzzzepAiI9leWMmubXz690AI/A==", + "version": "18.2.24", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.24.tgz", + "integrity": "sha512-cN6upcKd8zkGy4HU9F1+/s98Hrp6D4MOcippK4PoE8OZRngohHZpbJn1GsaDLz87MqvHNoT13nHvNqM9ocRHZg==", "dev": true, "dependencies": { "@types/react": "*" diff --git a/examples/nextjs-14-app-dir-validate-email/package.json b/examples/nextjs-14-app-dir-validate-email/package.json index 9eac6e2b1..872b58247 100644 --- a/examples/nextjs-14-app-dir-validate-email/package.json +++ b/examples/nextjs-14-app-dir-validate-email/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/node": "^20", - "@types/react": "18.2.73", + "@types/react": "18.2.74", "@types/react-dom": "^18", "autoprefixer": "^10.4.19", "eslint": "^8",