@contrast/agent-bundle 5.39.0 → 5.39.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node_modules/@contrast/agent/package.json +10 -10
- package/node_modules/@contrast/agentify/package.json +14 -14
- package/node_modules/@contrast/architecture-components/package.json +5 -5
- package/node_modules/@contrast/assess/lib/crypto-analysis/install/math.js +1 -0
- package/node_modules/@contrast/assess/package.json +11 -11
- package/node_modules/@contrast/common/lib/constants.d.ts +10 -0
- package/node_modules/@contrast/common/lib/constants.js +15 -1
- package/node_modules/@contrast/common/lib/index.d.ts +1 -0
- package/node_modules/@contrast/common/lib/index.js +12 -2
- package/node_modules/@contrast/common/package.json +1 -1
- package/node_modules/@contrast/config/package.json +3 -3
- package/node_modules/@contrast/core/package.json +5 -5
- package/node_modules/@contrast/deadzones/package.json +5 -5
- package/node_modules/@contrast/dep-hooks/package.json +3 -3
- package/node_modules/@contrast/esm-hooks/package.json +6 -6
- package/node_modules/@contrast/instrumentation/package.json +5 -5
- package/node_modules/@contrast/library-analysis/lib/install/library-reporting/dep.json +152 -145
- package/node_modules/@contrast/library-analysis/package.json +4 -4
- package/node_modules/@contrast/logger/package.json +3 -3
- package/node_modules/@contrast/metrics/package.json +6 -6
- package/node_modules/@contrast/patcher/package.json +2 -2
- package/node_modules/@contrast/protect/package.json +11 -11
- package/node_modules/@contrast/reporter/package.json +6 -6
- package/node_modules/@contrast/rewriter/package.json +5 -5
- package/node_modules/@contrast/route-coverage/package.json +7 -7
- package/node_modules/@contrast/scopes/package.json +5 -5
- package/node_modules/@contrast/telemetry/package.json +5 -5
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/test.d.ts +1905 -2009
- package/package.json +3 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/agent",
|
|
3
|
-
"version": "5.39.
|
|
3
|
+
"version": "5.39.1",
|
|
4
4
|
"description": "Assess and Protect agents for Node.js",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"test": "bash ../scripts/test.sh"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contrast/agentify": "1.52.
|
|
31
|
-
"@contrast/architecture-components": "1.42.
|
|
32
|
-
"@contrast/assess": "1.58.
|
|
33
|
-
"@contrast/common": "1.34.
|
|
34
|
-
"@contrast/core": "1.54.
|
|
35
|
-
"@contrast/library-analysis": "1.44.
|
|
36
|
-
"@contrast/protect": "1.64.
|
|
37
|
-
"@contrast/route-coverage": "1.45.
|
|
30
|
+
"@contrast/agentify": "1.52.1",
|
|
31
|
+
"@contrast/architecture-components": "1.42.1",
|
|
32
|
+
"@contrast/assess": "1.58.1",
|
|
33
|
+
"@contrast/common": "1.34.1",
|
|
34
|
+
"@contrast/core": "1.54.1",
|
|
35
|
+
"@contrast/library-analysis": "1.44.1",
|
|
36
|
+
"@contrast/protect": "1.64.1",
|
|
37
|
+
"@contrast/route-coverage": "1.45.1",
|
|
38
38
|
"@contrast/sec-obs": "1.0.0-alpha.8",
|
|
39
|
-
"@contrast/telemetry": "1.29.
|
|
39
|
+
"@contrast/telemetry": "1.29.1"
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/agentify",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.1",
|
|
4
4
|
"description": "Configures Contrast agent services and instrumentation within an application",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,21 +20,21 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/common": "1.34.
|
|
24
|
-
"@contrast/config": "1.49.
|
|
25
|
-
"@contrast/core": "1.54.
|
|
26
|
-
"@contrast/deadzones": "1.26.
|
|
27
|
-
"@contrast/dep-hooks": "1.23.
|
|
28
|
-
"@contrast/esm-hooks": "2.28.
|
|
23
|
+
"@contrast/common": "1.34.1",
|
|
24
|
+
"@contrast/config": "1.49.1",
|
|
25
|
+
"@contrast/core": "1.54.1",
|
|
26
|
+
"@contrast/deadzones": "1.26.1",
|
|
27
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
28
|
+
"@contrast/esm-hooks": "2.28.1",
|
|
29
29
|
"@contrast/find-package-json": "^1.1.0",
|
|
30
|
-
"@contrast/instrumentation": "1.33.
|
|
31
|
-
"@contrast/logger": "1.27.
|
|
32
|
-
"@contrast/metrics": "1.31.
|
|
33
|
-
"@contrast/patcher": "1.26.
|
|
30
|
+
"@contrast/instrumentation": "1.33.1",
|
|
31
|
+
"@contrast/logger": "1.27.1",
|
|
32
|
+
"@contrast/metrics": "1.31.1",
|
|
33
|
+
"@contrast/patcher": "1.26.1",
|
|
34
34
|
"@contrast/perf": "1.3.1",
|
|
35
|
-
"@contrast/reporter": "1.51.
|
|
36
|
-
"@contrast/rewriter": "1.30.
|
|
37
|
-
"@contrast/scopes": "1.24.
|
|
35
|
+
"@contrast/reporter": "1.51.1",
|
|
36
|
+
"@contrast/rewriter": "1.30.1",
|
|
37
|
+
"@contrast/scopes": "1.24.1",
|
|
38
38
|
"on-finished": "^2.4.1",
|
|
39
39
|
"semver": "^7.6.0"
|
|
40
40
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/architecture-components",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.1",
|
|
4
4
|
"description": "Detects external systems being connected to by applications.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/common": "1.34.
|
|
24
|
-
"@contrast/dep-hooks": "1.23.
|
|
25
|
-
"@contrast/logger": "1.27.
|
|
26
|
-
"@contrast/patcher": "1.26.
|
|
23
|
+
"@contrast/common": "1.34.1",
|
|
24
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
25
|
+
"@contrast/logger": "1.27.1",
|
|
26
|
+
"@contrast/patcher": "1.26.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/assess",
|
|
3
|
-
"version": "1.58.
|
|
3
|
+
"version": "1.58.1",
|
|
4
4
|
"description": "Contrast service providing framework-agnostic Assess support",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/common": "1.34.
|
|
24
|
-
"@contrast/config": "1.49.
|
|
25
|
-
"@contrast/core": "1.54.
|
|
26
|
-
"@contrast/dep-hooks": "1.23.
|
|
23
|
+
"@contrast/common": "1.34.1",
|
|
24
|
+
"@contrast/config": "1.49.1",
|
|
25
|
+
"@contrast/core": "1.54.1",
|
|
26
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
27
27
|
"@contrast/distringuish": "^5.1.0",
|
|
28
|
-
"@contrast/instrumentation": "1.33.
|
|
29
|
-
"@contrast/logger": "1.27.
|
|
30
|
-
"@contrast/patcher": "1.26.
|
|
31
|
-
"@contrast/rewriter": "1.30.
|
|
32
|
-
"@contrast/route-coverage": "1.45.
|
|
33
|
-
"@contrast/scopes": "1.24.
|
|
28
|
+
"@contrast/instrumentation": "1.33.1",
|
|
29
|
+
"@contrast/logger": "1.27.1",
|
|
30
|
+
"@contrast/patcher": "1.26.1",
|
|
31
|
+
"@contrast/rewriter": "1.30.1",
|
|
32
|
+
"@contrast/route-coverage": "1.45.1",
|
|
33
|
+
"@contrast/scopes": "1.24.1",
|
|
34
34
|
"semver": "^7.6.0"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -382,4 +382,14 @@ export declare enum agentLibIDListTypes {
|
|
|
382
382
|
export declare const symbols: {
|
|
383
383
|
readonly kMetrics: symbol;
|
|
384
384
|
};
|
|
385
|
+
export declare const URI_REGEXES: readonly [{
|
|
386
|
+
readonly rx: RegExp;
|
|
387
|
+
readonly rp: "{uuid}";
|
|
388
|
+
}, {
|
|
389
|
+
readonly rx: RegExp;
|
|
390
|
+
readonly rp: "{hash}";
|
|
391
|
+
}, {
|
|
392
|
+
readonly rx: RegExp;
|
|
393
|
+
readonly rp: "{n}";
|
|
394
|
+
}];
|
|
385
395
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* way not consistent with the End User License Agreement.
|
|
15
15
|
*/
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.symbols = exports.agentLibIDListTypes = exports.FS_METHODS = exports.BLOCKING_MODES = exports.DataflowTag = exports.ExclusionType = exports.InputType = exports.SessionConfigurationRule = exports.ResponseScanningRule = exports.Rule = exports.ProtectRuleMode = exports.Event = void 0;
|
|
17
|
+
exports.URI_REGEXES = exports.symbols = exports.agentLibIDListTypes = exports.FS_METHODS = exports.BLOCKING_MODES = exports.DataflowTag = exports.ExclusionType = exports.InputType = exports.SessionConfigurationRule = exports.ResponseScanningRule = exports.Rule = exports.ProtectRuleMode = exports.Event = void 0;
|
|
18
18
|
var Event;
|
|
19
19
|
(function (Event) {
|
|
20
20
|
// lifecycle
|
|
@@ -267,4 +267,18 @@ var agentLibIDListTypes;
|
|
|
267
267
|
exports.symbols = {
|
|
268
268
|
kMetrics: Symbol('contrast.metrics'),
|
|
269
269
|
};
|
|
270
|
+
exports.URI_REGEXES = [
|
|
271
|
+
{
|
|
272
|
+
rx: /[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}/g,
|
|
273
|
+
rp: '{uuid}'
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
rx: /([a-fA-F0-9]{2}){16,}/g,
|
|
277
|
+
rp: '{hash}'
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
rx: /(\d+)/g,
|
|
281
|
+
rp: '{n}'
|
|
282
|
+
},
|
|
283
|
+
];
|
|
270
284
|
//# sourceMappingURL=constants.js.map
|
|
@@ -37,4 +37,5 @@ export declare function set(obj: Record<string, any>, name: string, value: any):
|
|
|
37
37
|
export declare function safeConsoleError(...args: Parameters<typeof console.error>): void;
|
|
38
38
|
/** Suppresses output to stderr when installed by the universal agent */
|
|
39
39
|
export declare function safeConsoleWarn(...args: Parameters<typeof console.warn>): void;
|
|
40
|
+
export declare function normalizeURI(uri: string): string;
|
|
40
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -28,14 +28,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
28
28
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
29
29
|
};
|
|
30
30
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
31
|
-
exports.safeConsoleWarn = exports.safeConsoleError = exports.set = exports.get = exports.groupResultsMap = exports.callChildComponentMethods = exports.callChildComponentMethodsSync = exports.traverseKeys = exports.traverseValues = exports.traverseKeysAndValues = exports.encodeString = exports.isNonEmptyObject = exports.isString = exports.empties = void 0;
|
|
31
|
+
exports.normalizeURI = exports.safeConsoleWarn = exports.safeConsoleError = exports.set = exports.get = exports.groupResultsMap = exports.callChildComponentMethods = exports.callChildComponentMethodsSync = exports.traverseKeys = exports.traverseValues = exports.traverseKeysAndValues = exports.encodeString = exports.isNonEmptyObject = exports.isString = exports.empties = void 0;
|
|
32
32
|
const constants_1 = require("./constants");
|
|
33
33
|
const primordials_1 = require("./primordials");
|
|
34
34
|
__exportStar(require("./constants"), exports);
|
|
35
35
|
__exportStar(require("./types"), exports);
|
|
36
36
|
__exportStar(require("./primordials"), exports);
|
|
37
37
|
const { CONTRAST_INSTALLATION_TOOL = 'NONE' } = process.env;
|
|
38
|
-
const { StringPrototypeSplit, BufferFrom, BufferPrototypeToString } = primordials_1.primordials;
|
|
38
|
+
const { StringPrototypeReplaceAll, StringPrototypeSplit, BufferFrom, BufferPrototypeToString } = primordials_1.primordials;
|
|
39
39
|
exports.empties = {
|
|
40
40
|
OBJECT: Object.freeze({}),
|
|
41
41
|
ARRAY: Object.freeze([]),
|
|
@@ -225,4 +225,14 @@ function safeConsoleWarn(...args) {
|
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
227
|
exports.safeConsoleWarn = safeConsoleWarn;
|
|
228
|
+
function normalizeURI(uri) {
|
|
229
|
+
let normalizedUri = uri;
|
|
230
|
+
constants_1.URI_REGEXES.forEach(({ rx, rp }) => {
|
|
231
|
+
//@ts-ignore
|
|
232
|
+
normalizedUri = StringPrototypeReplaceAll.call(normalizedUri, rx, rp);
|
|
233
|
+
});
|
|
234
|
+
return normalizedUri;
|
|
235
|
+
}
|
|
236
|
+
exports.normalizeURI = normalizeURI;
|
|
237
|
+
;
|
|
228
238
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/common",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.1",
|
|
4
4
|
"description": "Shared constants and utilities for all Contrast Agent modules",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/config",
|
|
3
|
-
"version": "1.49.
|
|
3
|
+
"version": "1.49.1",
|
|
4
4
|
"description": "An API for discovering Contrast agent configuration data",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/common": "1.34.
|
|
24
|
-
"@contrast/core": "1.54.
|
|
23
|
+
"@contrast/common": "1.34.1",
|
|
24
|
+
"@contrast/core": "1.54.1",
|
|
25
25
|
"yaml": "^2.2.2"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/core",
|
|
3
|
-
"version": "1.54.
|
|
3
|
+
"version": "1.54.1",
|
|
4
4
|
"description": "Preconfigured Contrast agent core services and models",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"test": "bash ../scripts/test.sh"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@contrast/common": "1.34.
|
|
23
|
-
"@contrast/config": "1.49.
|
|
22
|
+
"@contrast/common": "1.34.1",
|
|
23
|
+
"@contrast/config": "1.49.1",
|
|
24
24
|
"@contrast/find-package-json": "^1.1.0",
|
|
25
25
|
"@contrast/fn-inspect": "^4.3.0",
|
|
26
|
-
"@contrast/logger": "1.27.
|
|
27
|
-
"@contrast/patcher": "1.26.
|
|
26
|
+
"@contrast/logger": "1.27.1",
|
|
27
|
+
"@contrast/patcher": "1.26.1",
|
|
28
28
|
"@contrast/perf": "1.3.1",
|
|
29
29
|
"@tsxper/crc32": "^2.1.3",
|
|
30
30
|
"axios": "^1.7.4",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/deadzones",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.1",
|
|
4
4
|
"description": "Configures Contrast agent services and instrumentation within an application",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/common": "1.34.
|
|
24
|
-
"@contrast/dep-hooks": "1.23.
|
|
25
|
-
"@contrast/patcher": "1.26.
|
|
26
|
-
"@contrast/scopes": "1.24.
|
|
23
|
+
"@contrast/common": "1.34.1",
|
|
24
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
25
|
+
"@contrast/patcher": "1.26.1",
|
|
26
|
+
"@contrast/scopes": "1.24.1"
|
|
27
27
|
}
|
|
28
28
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/dep-hooks",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.1",
|
|
4
4
|
"description": "Post hooks for Module.prototype.require",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"test": "bash ../scripts/test.sh"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@contrast/common": "1.34.
|
|
24
|
+
"@contrast/common": "1.34.1",
|
|
25
25
|
"@contrast/find-package-json": "^1.1.0",
|
|
26
|
-
"@contrast/logger": "1.27.
|
|
26
|
+
"@contrast/logger": "1.27.1",
|
|
27
27
|
"semver": "^7.6.3"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/esm-hooks",
|
|
3
|
-
"version": "2.28.
|
|
3
|
+
"version": "2.28.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Support for loading and instrumenting ECMAScript modules",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"test": "bash ../scripts/test.sh"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contrast/common": "1.34.
|
|
26
|
-
"@contrast/config": "1.49.
|
|
27
|
-
"@contrast/core": "1.54.
|
|
25
|
+
"@contrast/common": "1.34.1",
|
|
26
|
+
"@contrast/config": "1.49.1",
|
|
27
|
+
"@contrast/core": "1.54.1",
|
|
28
28
|
"@contrast/find-package-json": "^1.1.0",
|
|
29
|
-
"@contrast/logger": "1.27.
|
|
30
|
-
"@contrast/rewriter": "1.30.
|
|
29
|
+
"@contrast/logger": "1.27.1",
|
|
30
|
+
"@contrast/rewriter": "1.30.1"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contrast/instrumentation",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.1",
|
|
4
4
|
"description": "Shared hooks and patches between Protect and Assess components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "Contrast Security <nodejs@contrastsecurity.com> (https://www.contrastsecurity.com)",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"test": "bash ../scripts/test.sh"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@contrast/common": "1.34.
|
|
24
|
-
"@contrast/dep-hooks": "1.23.
|
|
25
|
-
"@contrast/logger": "1.27.
|
|
26
|
-
"@contrast/patcher": "1.26.
|
|
23
|
+
"@contrast/common": "1.34.1",
|
|
24
|
+
"@contrast/dep-hooks": "1.23.1",
|
|
25
|
+
"@contrast/logger": "1.27.1",
|
|
26
|
+
"@contrast/patcher": "1.26.1"
|
|
27
27
|
}
|
|
28
28
|
}
|