From c89ff0bdb329f5be4f6efa49feda723f8e7130f6 Mon Sep 17 00:00:00 2001 From: Test User Date: Mon, 6 Apr 2026 14:48:29 -0400 Subject: [PATCH] chore(deps): bump @anthropic-ai/claude-code to 2.1.92 (security) --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- pnpm-workspace.yaml | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 753cdac8..1d46fb86 100644 --- a/package.json +++ b/package.json @@ -717,7 +717,7 @@ "update": "node scripts/update.mjs" }, "devDependencies": { - "@anthropic-ai/claude-code": "2.1.89", + "@anthropic-ai/claude-code": "2.1.92", "@babel/core": "7.28.4", "@babel/parser": "7.28.4", "@babel/traverse": "7.28.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ef88103..fe01116f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -73,8 +73,8 @@ importers: .: devDependencies: '@anthropic-ai/claude-code': - specifier: 2.1.89 - version: 2.1.89 + specifier: 2.1.92 + version: 2.1.92 '@babel/core': specifier: 7.28.4 version: 7.28.4(supports-color@10.2.2) @@ -293,8 +293,8 @@ packages: engines: {node: '>=20'} hasBin: true - '@anthropic-ai/claude-code@2.1.89': - resolution: {integrity: sha512-etjihHqVxj1RjS5Zu/o+rv3ojn1N7AWzfgIOCSSSncfyb4qJn9J677scj0LHIxtwzjgU7j1qAedXlXKxgkFG2w==} + '@anthropic-ai/claude-code@2.1.92': + resolution: {integrity: sha512-mNGw/IK3+1yHsQBeKaNtdTPCrQDkUEuNTJtm3OBTXs4bBkUVdIgRme/34ZnbZkl2VMMYPoNaTvqX2qJZ9EdSxQ==} engines: {node: '>=18.0.0'} hasBin: true @@ -3412,7 +3412,7 @@ snapshots: tinyexec: 1.0.2 tinyglobby: 0.2.15 - '@anthropic-ai/claude-code@2.1.89': + '@anthropic-ai/claude-code@2.1.92': optionalDependencies: '@img/sharp-darwin-arm64': 0.34.5 '@img/sharp-darwin-x64': 0.34.5 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index e9ee8aee..9702668b 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -2,6 +2,7 @@ settings: # Wait 7 days (10080 minutes) before installing newly published packages. minimumReleaseAge: 10080 minimumReleaseAgeExclude: + - '@anthropic-ai/*' - '@socketaddon/*' - '@socketbin/*' - '@socketregistry/*'