Skip to content

Commit 1ad9976

Browse files
committed
chore(deps): bump @socketsecurity/lib to 5.13.0
1 parent b761811 commit 1ad9976

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@babel/parser": "7.29.0",
6666
"@dotenvx/dotenvx": "1.52.0",
6767
"@oxlint/migrate": "1.51.0",
68-
"@socketsecurity/lib": "5.12.0",
68+
"@socketsecurity/lib": "5.13.0",
6969
"@socketsecurity/registry": "2.0.2",
7070
"@types/node": "24.9.2",
7171
"@types/picomatch": "4.0.2",

pnpm-lock.yaml

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

test/registry-vscode-extension.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ describe('vscodeExtensionExists', () => {
325325
const result = await vscodeExtensionExists('test-extension', 'publisher')
326326

327327
expect(result.exists).toBe(false)
328-
expect(result.error).toContain('Network error')
328+
expect(result.error).toContain('request failed')
329329
})
330330

331331
it('should handle 500 errors', async () => {

0 commit comments

Comments
 (0)