@socketsecurity/lib 3.3.5 → 3.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@socketsecurity/lib",
3
- "version": "3.3.5",
3
+ "version": "3.3.6",
4
4
  "packageManager": "pnpm@10.22.0",
5
5
  "license": "MIT",
6
6
  "description": "Core utilities and infrastructure for Socket.dev security tools",
@@ -686,7 +686,7 @@
686
686
  "@socketregistry/is-unicode-supported": "1.0.5",
687
687
  "@socketregistry/packageurl-js": "1.3.5",
688
688
  "@socketregistry/yocto-spinner": "1.0.25",
689
- "@socketsecurity/lib-stable": "npm:@socketsecurity/lib@3.3.3",
689
+ "@socketsecurity/lib-stable": "npm:@socketsecurity/lib@3.3.5",
690
690
  "@types/node": "24.9.2",
691
691
  "@typescript/native-preview": "7.0.0-dev.20250920.1",
692
692
  "@vitest/coverage-v8": "4.0.3",
@@ -744,8 +744,15 @@
744
744
  }
745
745
  },
746
746
  "pnpm": {
747
+ "overrides": {
748
+ "@npmcli/arborist": "9.1.6",
749
+ "@npmcli/run-script": "10.0.0",
750
+ "semver": "7.7.2",
751
+ "ansi-regex": "6.2.2",
752
+ "lru-cache": "11.2.2"
753
+ },
747
754
  "patchedDependencies": {
748
- "@npmcli/run-script@9.1.0": "patches/@npmcli__run-script@9.1.0.patch",
755
+ "@npmcli/run-script@10.0.0": "patches/@npmcli__run-script@10.0.0.patch",
749
756
  "node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch"
750
757
  }
751
758
  }