From d48e5c4a73caf028572f7c27952bec19984dbc38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B6Rei?= <212411920+arcjet-rei@users.noreply.github.com> Date: Tue, 16 Jun 2026 17:42:59 -0700 Subject: [PATCH] deps: bump js-yaml to 4.2.0 to fix Dependabot alerts Bumps the transitive js-yaml dependency from 4.1.1 to 4.2.0 across the example lockfiles to resolve GHSA-h67p-54hq-rp68 (special characters in keys are not escaped/quoted when dumping, which can produce invalid or ambiguous YAML). Affects: nestjs, remix-express, and the nextjs-* examples. Lockfile re-lock only; the only incidental changes are the local workspace `file:` dependency references syncing from 1.4.0 to the current 1.5.0. Co-Authored-By: Claude Opus 4.8 (1M context) --- examples/nestjs/package-lock.json | 42 ++++++++------ .../package-lock.json | 42 ++++++++------ .../package-lock.json | 54 ++++++++++-------- .../nextjs-bot-categories/package-lock.json | 42 ++++++++------ examples/nextjs-decorate/package-lock.json | 56 +++++++++++-------- examples/nextjs-ip-details/package-lock.json | 52 ++++++++++------- examples/nextjs-pages-wrap/package-lock.json | 42 ++++++++------ .../nextjs-react-hook-form/package-lock.json | 42 ++++++++------ .../nextjs-server-actions/package-lock.json | 42 ++++++++------ examples/remix-express/package-lock.json | 16 +++++- 10 files changed, 265 insertions(+), 165 deletions(-) diff --git a/examples/nestjs/package-lock.json b/examples/nestjs/package-lock.json index 06b4d33026..37ab5e9326 100644 --- a/examples/nestjs/package-lock.json +++ b/examples/nestjs/package-lock.json @@ -34,24 +34,24 @@ }, "../../arcjet-nest": { "name": "@arcjet/nest", - "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", + "@arcjet/eslint-config": "1.5.0", + "@arcjet/rollup-config": "1.5.0", "@nestjs/common": "11.1.17", - "@rollup/wasm-node": "4.60.0", - "@types/node": "24.12.0", + "@rollup/wasm-node": "4.61.0", + "@types/node": "24.12.4", "eslint": "9.39.4", "reflect-metadata": "0.2.2", "rxjs": "7.8.2", @@ -3606,10 +3606,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" diff --git a/examples/nextjs-app-dir-rate-limit/package-lock.json b/examples/nextjs-app-dir-rate-limit/package-lock.json index 38cb55fddc..139a40c1d5 100644 --- a/examples/nextjs-app-dir-rate-limit/package-lock.json +++ b/examples/nextjs-app-dir-rate-limit/package-lock.json @@ -30,23 +30,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", @@ -4395,10 +4395,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" diff --git a/examples/nextjs-app-dir-validate-email/package-lock.json b/examples/nextjs-app-dir-validate-email/package-lock.json index b225dbba54..8d276e2027 100644 --- a/examples/nextjs-app-dir-validate-email/package-lock.json +++ b/examples/nextjs-app-dir-validate-email/package-lock.json @@ -30,23 +30,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", @@ -62,16 +62,16 @@ }, "../../nosecone-next": { "name": "@nosecone/next", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { - "nosecone": "1.4.0" + "nosecone": "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", "typescript": "5.9.3" @@ -4407,10 +4407,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" diff --git a/examples/nextjs-bot-categories/package-lock.json b/examples/nextjs-bot-categories/package-lock.json index a9d6ae1d48..8aca1423d5 100644 --- a/examples/nextjs-bot-categories/package-lock.json +++ b/examples/nextjs-bot-categories/package-lock.json @@ -29,23 +29,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", @@ -4379,10 +4379,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" diff --git a/examples/nextjs-decorate/package-lock.json b/examples/nextjs-decorate/package-lock.json index 98a531e748..120a917cac 100644 --- a/examples/nextjs-decorate/package-lock.json +++ b/examples/nextjs-decorate/package-lock.json @@ -30,23 +30,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", @@ -62,17 +62,17 @@ }, "../../decorate": { "name": "@arcjet/decorate", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.0", "dependencies": { - "@arcjet/protocol": "1.4.0", - "@arcjet/sprintf": "1.4.0" + "@arcjet/protocol": "1.5.0", + "@arcjet/sprintf": "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", "typescript": "5.9.3" }, @@ -4404,10 +4404,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" diff --git a/examples/nextjs-ip-details/package-lock.json b/examples/nextjs-ip-details/package-lock.json index 6147a8c327..841f6a067d 100644 --- a/examples/nextjs-ip-details/package-lock.json +++ b/examples/nextjs-ip-details/package-lock.json @@ -30,23 +30,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", @@ -62,13 +62,13 @@ }, "../../ip": { "name": "@arcjet/ip", - "version": "1.4.0", + "version": "1.5.0", "license": "Apache-2.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", "typescript": "5.9.3" }, @@ -4400,10 +4400,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" diff --git a/examples/nextjs-pages-wrap/package-lock.json b/examples/nextjs-pages-wrap/package-lock.json index bc66b4c0eb..9ead4e056f 100644 --- a/examples/nextjs-pages-wrap/package-lock.json +++ b/examples/nextjs-pages-wrap/package-lock.json @@ -29,23 +29,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", @@ -4379,10 +4379,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" 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" diff --git a/examples/nextjs-server-actions/package-lock.json b/examples/nextjs-server-actions/package-lock.json index d3a77f0474..17394c34f1 100644 --- a/examples/nextjs-server-actions/package-lock.json +++ b/examples/nextjs-server-actions/package-lock.json @@ -26,23 +26,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", @@ -3820,10 +3820,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" diff --git a/examples/remix-express/package-lock.json b/examples/remix-express/package-lock.json index d6ea36e8df..e00eefc59f 100644 --- a/examples/remix-express/package-lock.json +++ b/examples/remix-express/package-lock.json @@ -7273,10 +7273,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"