Skip to content

Commit b26c79d

Browse files
committed
chore: pin all dependencies to exact versions
Pin unpinned dependencies across the monorepo to exact versions for better reproducibility and security. Catalog entries and direct dependencies now use exact version specifications instead of caret or minimum ranges, except for security overrides which maintain minimum version constraints.
1 parent 9b8f59c commit b26c79d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@socketsecurity/registry": "catalog:",
8989
"@socketsecurity/sdk": "catalog:",
9090
"@types/adm-zip": "catalog:",
91-
"@types/react": "^19.2.14",
91+
"@types/react": "19.2.14",
9292
"adm-zip": "catalog:",
9393
"ajv-dist": "catalog:",
9494
"ansi-regex": "catalog:",
@@ -98,7 +98,7 @@
9898
"chalk-table": "catalog:",
9999
"cmd-shim": "catalog:",
100100
"compromise": "catalog:",
101-
"cross-env": "^10.1.0",
101+
"cross-env": "10.1.0",
102102
"del-cli": "catalog:",
103103
"emoji-regex": "catalog:",
104104
"fast-glob": "catalog:",
@@ -109,7 +109,7 @@
109109
"ink": "catalog:",
110110
"ink-table": "catalog:",
111111
"ink-text-input": "catalog:",
112-
"lru-cache": "^11.2.6",
112+
"lru-cache": "11.2.6",
113113
"micromatch": "catalog:",
114114
"nanotar": "catalog:",
115115
"npm-package-arg": "catalog:",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ catalog:
1818
'@babel/types': 7.28.5
1919
'@dotenvx/dotenvx': 1.49.0
2020
'@gitbeaker/rest': 43.7.0
21-
'@iarna/toml': ^2.2.5
21+
'@iarna/toml': 2.2.5
2222
'@npmcli/arborist': 9.1.4
2323
'@npmcli/config': 10.4.0
2424
'@octokit/graphql': 9.0.1
@@ -56,7 +56,7 @@ catalog:
5656
'@types/yargs-parser': 21.0.3
5757
'@vitest/coverage-v8': 4.0.3
5858
'@yao-pkg/pkg': 6.8.0
59-
'@yarnpkg/parsers': ^3.0.3
59+
'@yarnpkg/parsers': 3.0.3
6060
aggregate-error: npm:@socketregistry/aggregate-error@^1.0.15
6161
ajv-dist: 8.17.1
6262
ansi-regex: 6.2.2
@@ -72,7 +72,7 @@ catalog:
7272
es-set-tostringtag: npm:@socketregistry/es-set-tostringtag@^1.0.10
7373
esbuild: 0.25.11
7474
fast-glob: 3.3.3
75-
fast-xml-parser: ^5.5.1
75+
fast-xml-parser: 5.5.1
7676
function-bind: npm:@socketregistry/function-bind@^1.0.7
7777
globalthis: npm:@socketregistry/globalthis@^1.0.8
7878
gopd: npm:@socketregistry/gopd@^1.0.7

0 commit comments

Comments
 (0)