|
1 | 1 | { |
2 | 2 | "name": "@socketsecurity/lib", |
3 | 3 | "version": "5.15.0", |
4 | | - "packageManager": "pnpm@10.33.0", |
| 4 | + "packageManager": "pnpm@11.0.0-rc.0", |
5 | 5 | "license": "MIT", |
6 | 6 | "description": "Core utilities and infrastructure for Socket.dev security tools", |
7 | 7 | "keywords": [ |
|
695 | 695 | "CHANGELOG.md" |
696 | 696 | ], |
697 | 697 | "engines": { |
698 | | - "node": ">=24", |
699 | | - "pnpm": ">=10.33.0" |
| 698 | + "node": ">=22", |
| 699 | + "pnpm": ">=11.0.0-rc.0" |
700 | 700 | }, |
701 | 701 | "sideEffects": false, |
702 | 702 | "scripts": { |
|
798 | 798 | "typescript": { |
799 | 799 | "optional": true |
800 | 800 | } |
801 | | - }, |
802 | | - "pnpm": { |
803 | | - "overrides": { |
804 | | - "@inquirer/ansi": "1.0.2", |
805 | | - "@inquirer/core": "10.3.1", |
806 | | - "@inquirer/figures": "1.0.15", |
807 | | - "@npmcli/arborist": "9.1.6", |
808 | | - "@npmcli/git": "6.0.3", |
809 | | - "@npmcli/run-script": "10.0.0", |
810 | | - "@sigstore/core": "3.1.0", |
811 | | - "@sigstore/sign": "4.1.0", |
812 | | - "ansi-regex": "6.2.2", |
813 | | - "brace-expansion": "5.0.5", |
814 | | - "chownr": "3.0.0", |
815 | | - "debug": "4.4.3", |
816 | | - "execa": "5.1.1", |
817 | | - "has-flag": "5.0.1", |
818 | | - "hosted-git-info": "8.1.0", |
819 | | - "isexe": "3.1.1", |
820 | | - "lru-cache": "11.2.2", |
821 | | - "minimatch": "9.0.6", |
822 | | - "minipass": "7.1.3", |
823 | | - "minipass-fetch": "4.0.1", |
824 | | - "minipass-sized": "1.0.3", |
825 | | - "minipass@7": "7.1.3", |
826 | | - "minizlib": "3.1.0", |
827 | | - "npm-package-arg": "12.0.2", |
828 | | - "npm-pick-manifest": "10.0.0", |
829 | | - "p-map": "7.0.4", |
830 | | - "picomatch": "4.0.4", |
831 | | - "proc-log": "6.1.0", |
832 | | - "semver": "7.7.2", |
833 | | - "signal-exit": "4.1.0", |
834 | | - "spdx-expression-parse": "4.0.0", |
835 | | - "ssri": "12.0.0", |
836 | | - "string-width": "8.1.0", |
837 | | - "strip-ansi": "7.1.2", |
838 | | - "supports-color": "10.2.2", |
839 | | - "tar": "7.5.11", |
840 | | - "which": "5.0.0", |
841 | | - "wrap-ansi": "9.0.2", |
842 | | - "yoctocolors-cjs": "2.1.3" |
843 | | - }, |
844 | | - "patchedDependencies": { |
845 | | - "@npmcli/run-script@10.0.0": "patches/@npmcli__run-script@10.0.0.patch", |
846 | | - "@sigstore/sign@4.1.0": "patches/@sigstore__sign@4.1.0.patch", |
847 | | - "execa@5.1.1": "patches/execa@5.1.1.patch", |
848 | | - "minipass-flush@1.0.5": "patches/minipass-flush@1.0.5.patch", |
849 | | - "minipass-pipeline@1.2.4": "patches/minipass-pipeline@1.2.4.patch", |
850 | | - "node-gyp@11.5.0": "patches/node-gyp@11.5.0.patch", |
851 | | - "minipass-sized@1.0.3": "patches/minipass-sized@1.0.3.patch" |
852 | | - } |
853 | 801 | } |
854 | 802 | } |
0 commit comments