From c573e5316c68b25a14b269ee0a6ce2985ceded44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 00:47:42 +0000 Subject: [PATCH] build(deps-dev): bump js-yaml in /examples/nextjs-react-hook-form Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.2.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../nextjs-react-hook-form/package-lock.json | 42 ++++++++++++------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/examples/nextjs-react-hook-form/package-lock.json b/examples/nextjs-react-hook-form/package-lock.json index 390f5cd7c9..29c9afca07 100644 --- a/examples/nextjs-react-hook-form/package-lock.json +++ b/examples/nextjs-react-hook-form/package-lock.json @@ -41,23 +41,23 @@ }, "../../arcjet-next": { "name": "@arcjet/next", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { - "@arcjet/body": "1.4.0", - "@arcjet/env": "1.4.0", - "@arcjet/headers": "1.4.0", - "@arcjet/ip": "1.4.0", - "@arcjet/logger": "1.4.0", - "@arcjet/protocol": "1.4.0", - "@arcjet/transport": "1.4.0", - "arcjet": "1.4.0" + "@arcjet/body": "1.5.0", + "@arcjet/env": "1.5.0", + "@arcjet/headers": "1.5.0", + "@arcjet/ip": "1.5.0", + "@arcjet/logger": "1.5.0", + "@arcjet/protocol": "1.5.0", + "@arcjet/transport": "1.5.0", + "arcjet": "1.5.0" }, "devDependencies": { - "@arcjet/eslint-config": "1.4.0", - "@arcjet/rollup-config": "1.4.0", - "@rollup/wasm-node": "4.60.0", - "@types/node": "24.12.0", + "@arcjet/eslint-config": "1.5.0", + "@arcjet/rollup-config": "1.5.0", + "@rollup/wasm-node": "4.61.0", + "@types/node": "24.12.4", "eslint": "9.39.4", "next": "16.2.6", "react": "19.2.4", @@ -4285,10 +4285,20 @@ "license": "MIT" }, "node_modules/js-yaml": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", - "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", + "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/puzrin" + }, + { + "type": "github", + "url": "https://github.com/sponsors/nodeca" + } + ], "license": "MIT", "dependencies": { "argparse": "^2.0.1"