Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
118 changes: 53 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ managePackageManagerVersions: false
pmOnFail: warn

catalog:
'@anthropic-ai/claude-code': 2.1.216
'@anthropic-ai/claude-code': 2.1.220
'@babel/core': 7.29.7
'@babel/types': 7.29.7
'@biomejs/biome': 2.5.4
'@biomejs/biome': 2.5.5
'@dotenvx/dotenvx': 1.75.1
'@redwoodjs/agent-ci': 0.17.1
'@shadscan/cli': 0.2.0
'@sinclair/typebox': 0.34.52
'@socketregistry/packageurl-js': 1.5.0
'@socketregistry/packageurl-js-stable': npm:@socketregistry/packageurl-js@1.4.8
'@socketregistry/packageurl-js-stable': npm:@socketregistry/packageurl-js@1.5.0
'@socketsecurity/lib': 6.5.2
'@socketsecurity/lib-stable': npm:@socketsecurity/lib@6.5.2
'@socketsecurity/registry': 2.0.5
'@socketsecurity/registry-stable': npm:@socketsecurity/registry@2.0.5
'@socketsecurity/sdk': 4.1.3
'@socketsecurity/sdk-stable': npm:@socketsecurity/sdk@4.1.2
'@socketsecurity/sdk-stable': npm:@socketsecurity/sdk@4.1.3
'@types/adm-zip': 0.5.8
'@types/mdast': 4.0.4
'@types/node': 26.1.1
Expand Down Expand Up @@ -117,13 +117,13 @@ minimumReleaseAgeExclude:
# verkit — new dev-only transitive of taze 19.16.0 (same owner directive);
# exact-pinned so future versions re-soak.

# Refuse transitive dependencies declared via git/tarball/local-tarball
# specs — an npm package shouldn't be allowed to drag in a git URL we
# don't control (bypasses npm registry validation, no provenance, no
# soak window). Direct git deps are still allowed (the test suite at
# pnpm/pkg-manager/core/test/install/blockExoticSubdeps.ts confirms
# this). pnpm's current default is `false`; declared explicitly so a
# future flip can't silently change install behavior.
# Refuse transitive dependencies declared via git/tarball/local-tarball
# specs — an npm package shouldn't be allowed to drag in a git URL we
# don't control (bypasses npm registry validation, no provenance, no
# soak window). Direct git deps are still allowed (the test suite at
# pnpm/pkg-manager/core/test/install/blockExoticSubdeps.ts confirms
# this). pnpm's current default is `false`; declared explicitly so a
# future flip can't silently change install behavior.
blockExoticSubdeps: true
confirmModulesPurge: false

Expand Down Expand Up @@ -174,9 +174,9 @@ overrides:
'ast-v8-to-istanbul': '1.0.5'
# advisory #23 (medium) — got 11.8.5 fix; bump to latest 11.x patch
'got': '11.8.6'
'postcss': '8.5.20'
'postcss': '8.5.23'
'rolldown': 'catalog:'
'tar': '7.5.20'
'tar': '7.5.22'
'vite': 'catalog:'
'which@>=4': '7.0.0'

Expand Down
Loading