Skip to content

Commit 11b358c

Browse files
committed
chore(deps): update @socketsecurity/lib to 2.10.2
Update all packages to use @socketsecurity/[email protected] which includes: - Fixed scoped package parsing for DLX - Improved npm-package-arg integration - Corrected inline lazy-loading require paths
1 parent 0613379 commit 11b358c

File tree

13 files changed

+40
-40
lines changed

13 files changed

+40
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@socketregistry/packageurl-js": "1.3.0",
4040
"@socketregistry/yocto-spinner": "1.0.24",
4141
"@socketsecurity/config": "3.0.1",
42-
"@socketsecurity/lib": "2.10.1",
42+
"@socketsecurity/lib": "2.10.2",
4343
"@socketsecurity/registry": "2.0.0",
4444
"@socketsecurity/sdk": "3.0.24",
4545
"@types/cmd-shim": "5.0.2",

packages/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/types": "^7.28.5",
2323
"@socketsecurity/build-infra": "workspace:*",
2424
"@socketsecurity/cli": "workspace:*",
25-
"@socketsecurity/lib": "2.10.0",
25+
"@socketsecurity/lib": "2.10.2",
2626
"del-cli": "catalog:",
2727
"esbuild": "catalog:",
2828
"magic-string": "catalog:",

packages/build-infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"dependencies": {
2525
"@babel/parser": "catalog:",
2626
"@babel/traverse": "catalog:",
27-
"@socketsecurity/lib": "2.10.0",
27+
"@socketsecurity/lib": "2.10.2",
2828
"magic-string": "catalog:"
2929
}
3030
}

packages/cli/test/e2e/dlx-spawn.e2e.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe('dlx e2e tests', () => {
140140

141141
describe('spawnCoanaDlx e2e tests', () => {
142142
it.skipIf(!ENV.RUN_E2E_TESTS || !hasAuth)(
143-
'executes coana-tech/cli via dlx with correct binary name',
143+
'executes @coana-tech/cli via dlx with correct binary name',
144144
async () => {
145145
const { spawnCoanaDlx } = await import('../../src/utils/dlx/spawn.mts')
146146
const result = await spawnCoanaDlx(['--help'])

packages/codet5-models-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@socketsecurity/build-infra": "workspace:*",
14-
"@socketsecurity/lib": "2.10.0"
14+
"@socketsecurity/lib": "2.10.2"
1515
}
1616
}

packages/minilm-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@socketsecurity/build-infra": "workspace:*",
14-
"@socketsecurity/lib": "2.10.0"
14+
"@socketsecurity/lib": "2.10.2"
1515
}
1616
}

packages/node-smol-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"@socketsecurity/bootstrap": "workspace:*",
44
"@socketsecurity/build-infra": "workspace:*",
5-
"@socketsecurity/lib": "2.10.0"
5+
"@socketsecurity/lib": "2.10.2"
66
},
77
"description": "Custom Node.js binary builder with Socket security patches",
88
"devDependencies": {

packages/onnxruntime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@socketsecurity/build-infra": "workspace:*",
18-
"@socketsecurity/lib": "2.10.0"
18+
"@socketsecurity/lib": "2.10.2"
1919
}
2020
}

packages/sbom-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@iarna/toml": "^2.2.5",
21-
"@socketsecurity/lib": "2.10.0",
21+
"@socketsecurity/lib": "2.10.2",
2222
"@yarnpkg/parsers": "^3.0.0",
2323
"fast-xml-parser": "^4.3.2",
2424
"yaml": "^2.3.4"

packages/socket/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"socket-yarn": "dist/bootstrap.js"
5050
},
5151
"devDependencies": {
52-
"@socketsecurity/lib": "2.10.0",
52+
"@socketsecurity/lib": "2.10.2",
5353
"esbuild": "^0.24.0"
5454
}
5555
}

0 commit comments

Comments
 (0)