Skip to content

Commit 8e8fabe

Browse files
Socket Optimized Override
Replace old deps with modern replacements. Regenerate lock.
1 parent e8e57fb commit 8e8fabe

File tree

6 files changed

+209
-228
lines changed

6 files changed

+209
-228
lines changed

src/dataGateway/TypeScript/package-lock.json

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

src/dataGateway/TypeScript/package.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shi-corp/sdk-data-gateway",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"type": "module",
55
"main": "bin/index.js",
66
"description": "SDK client used to interface with the SHI Data Gateway service.",
@@ -38,5 +38,25 @@
3838
"@microsoft/kiota-authentication-azure": "~1.0.0-preview.97",
3939
"@microsoft/kiota-bundle": "~1.0.0-preview.97",
4040
"typia": "~9.7.1"
41+
},
42+
"overrides": {
43+
"function-bind": "npm:@socketregistry/function-bind@^1",
44+
"hasown": "npm:@socketregistry/hasown@^1",
45+
"is-core-module": "npm:@socketregistry/is-core-module@^1",
46+
"is-interactive": "npm:@socketregistry/is-interactive@^1",
47+
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
48+
"path-parse": "npm:@socketregistry/path-parse@^1",
49+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
50+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1"
51+
},
52+
"resolutions": {
53+
"function-bind": "npm:@socketregistry/function-bind@^1",
54+
"hasown": "npm:@socketregistry/hasown@^1",
55+
"is-core-module": "npm:@socketregistry/is-core-module@^1",
56+
"is-interactive": "npm:@socketregistry/is-interactive@^1",
57+
"is-unicode-supported": "npm:@socketregistry/is-unicode-supported@^1",
58+
"path-parse": "npm:@socketregistry/path-parse@^1",
59+
"safe-buffer": "npm:@socketregistry/safe-buffer@^1",
60+
"safer-buffer": "npm:@socketregistry/safer-buffer@^1"
4161
}
4262
}

0 commit comments

Comments
 (0)