@abaplint/cli 2.100.2 → 2.100.4
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/build/cli.js +107 -101
- package/package.json +4 -4
package/build/cli.js
CHANGED
|
@@ -25458,6 +25458,7 @@ class Source {
|
|
|
25458
25458
|
{
|
|
25459
25459
|
const foundType = this.determineType(node, scope, filename, targetType);
|
|
25460
25460
|
new conv_body_1.ConvBody().runSyntax(node.findDirectExpression(Expressions.ConvBody), scope, filename);
|
|
25461
|
+
this.addIfInferred(node, scope, filename, foundType);
|
|
25461
25462
|
return foundType;
|
|
25462
25463
|
}
|
|
25463
25464
|
case "REF":
|
|
@@ -38264,7 +38265,7 @@ class DDIC {
|
|
|
38264
38265
|
case "SSTRING": // 1 <= len <= 1333
|
|
38265
38266
|
case "STRG": // 256 <= len
|
|
38266
38267
|
case "STRING": // 256 <= len
|
|
38267
|
-
return new Types.StringType({ qualifiedName: qualifiedName });
|
|
38268
|
+
return new Types.StringType({ qualifiedName: qualifiedName || "STRING" });
|
|
38268
38269
|
case "RSTR": // 256 <= len
|
|
38269
38270
|
case "RAWSTRING": // 256 <= len
|
|
38270
38271
|
case "GEOM_EWKB":
|
|
@@ -47756,7 +47757,7 @@ class Registry {
|
|
|
47756
47757
|
}
|
|
47757
47758
|
static abaplintVersion() {
|
|
47758
47759
|
// magic, see build script "version.sh"
|
|
47759
|
-
return "2.100.
|
|
47760
|
+
return "2.100.4";
|
|
47760
47761
|
}
|
|
47761
47762
|
getDDICReferences() {
|
|
47762
47763
|
return this.ddicReferences;
|
|
@@ -54398,11 +54399,12 @@ ${indentation} output = ${topTarget}.`;
|
|
|
54398
54399
|
body += indentation + structureName + "-" + b.concatTokens() + ".\n";
|
|
54399
54400
|
}
|
|
54400
54401
|
else if (b.get() instanceof Expressions.Source) {
|
|
54401
|
-
|
|
54402
|
+
// note: it wont work with APPEND for Hashed/Sorted Tables, so use INSERT,
|
|
54403
|
+
body += indentation + "INSERT " + b.concatTokens() + ` INTO TABLE ${uniqueName}.\n`;
|
|
54402
54404
|
skip = true;
|
|
54403
54405
|
}
|
|
54404
54406
|
else if (b.get() instanceof Expressions.ValueBodyLines) {
|
|
54405
|
-
body += indentation + "
|
|
54407
|
+
body += indentation + "INSERT " + b.concatTokens() + ` INTO TABLE ${uniqueName}.\n`;
|
|
54406
54408
|
skip = true;
|
|
54407
54409
|
}
|
|
54408
54410
|
else if (b.concatTokens() === ")") {
|
|
@@ -54411,7 +54413,7 @@ ${indentation} output = ${topTarget}.`;
|
|
|
54411
54413
|
added = true;
|
|
54412
54414
|
}
|
|
54413
54415
|
if (skip === false) {
|
|
54414
|
-
body += indentation + `
|
|
54416
|
+
body += indentation + `INSERT ${structureName} INTO TABLE ${uniqueName}.\n`;
|
|
54415
54417
|
}
|
|
54416
54418
|
}
|
|
54417
54419
|
previous = b;
|
|
@@ -55175,8 +55177,12 @@ class EmptyLineinStatement extends _abap_rule_1.ABAPRule {
|
|
|
55175
55177
|
key: "empty_line_in_statement",
|
|
55176
55178
|
title: "Find empty lines in statements",
|
|
55177
55179
|
shortDescription: `Checks that statements do not contain empty lines.`,
|
|
55178
|
-
extendedInformation: `https://
|
|
55179
|
-
|
|
55180
|
+
extendedInformation: `https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md#dont-obsess-with-separating-blank-lines
|
|
55181
|
+
|
|
55182
|
+
https://docs.abapopenchecks.org/checks/41/`,
|
|
55183
|
+
tags: [_irule_1.RuleTag.Quickfix, _irule_1.RuleTag.Whitespace, _irule_1.RuleTag.SingleFile, _irule_1.RuleTag.Styleguide],
|
|
55184
|
+
badExample: `WRITE\n\nhello.`,
|
|
55185
|
+
goodExample: `WRITE hello.`,
|
|
55180
55186
|
};
|
|
55181
55187
|
}
|
|
55182
55188
|
getMessage() {
|
|
@@ -76477,81 +76483,81 @@ module.exports = toNumber
|
|
|
76477
76483
|
"use strict";
|
|
76478
76484
|
__webpack_require__.r(__webpack_exports__);
|
|
76479
76485
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
76480
|
-
/* harmony export */
|
|
76481
|
-
/* harmony export */
|
|
76482
|
-
/* harmony export */
|
|
76483
|
-
/* harmony export */
|
|
76484
|
-
/* harmony export */
|
|
76485
|
-
/* harmony export */
|
|
76486
|
-
/* harmony export */
|
|
76487
|
-
/* harmony export */
|
|
76488
|
-
/* harmony export */
|
|
76489
|
-
/* harmony export */
|
|
76490
|
-
/* harmony export */
|
|
76491
|
-
/* harmony export */
|
|
76492
|
-
/* harmony export */
|
|
76493
|
-
/* harmony export */
|
|
76494
|
-
/* harmony export */
|
|
76495
|
-
/* harmony export */
|
|
76496
|
-
/* harmony export */
|
|
76497
|
-
/* harmony export */
|
|
76498
|
-
/* harmony export */
|
|
76499
|
-
/* harmony export */
|
|
76500
|
-
/* harmony export */
|
|
76501
|
-
/* harmony export */
|
|
76502
|
-
/* harmony export */
|
|
76503
|
-
/* harmony export */
|
|
76504
|
-
/* harmony export */
|
|
76505
|
-
/* harmony export */
|
|
76506
|
-
/* harmony export */
|
|
76507
|
-
/* harmony export */
|
|
76508
|
-
/* harmony export */
|
|
76509
|
-
/* harmony export */
|
|
76510
|
-
/* harmony export */
|
|
76511
|
-
/* harmony export */
|
|
76512
|
-
/* harmony export */
|
|
76513
|
-
/* harmony export */
|
|
76514
|
-
/* harmony export */
|
|
76515
|
-
/* harmony export */
|
|
76516
|
-
/* harmony export */
|
|
76517
|
-
/* harmony export */
|
|
76518
|
-
/* harmony export */
|
|
76519
|
-
/* harmony export */
|
|
76520
|
-
/* harmony export */
|
|
76521
|
-
/* harmony export */
|
|
76522
|
-
/* harmony export */
|
|
76523
|
-
/* harmony export */
|
|
76524
|
-
/* harmony export */
|
|
76525
|
-
/* harmony export */
|
|
76526
|
-
/* harmony export */
|
|
76527
|
-
/* harmony export */
|
|
76528
|
-
/* harmony export */
|
|
76529
|
-
/* harmony export */
|
|
76530
|
-
/* harmony export */
|
|
76531
|
-
/* harmony export */
|
|
76532
|
-
/* harmony export */
|
|
76533
|
-
/* harmony export */
|
|
76534
|
-
/* harmony export */
|
|
76535
|
-
/* harmony export */
|
|
76536
|
-
/* harmony export */
|
|
76537
|
-
/* harmony export */
|
|
76538
|
-
/* harmony export */
|
|
76539
|
-
/* harmony export */
|
|
76540
|
-
/* harmony export */
|
|
76541
|
-
/* harmony export */
|
|
76542
|
-
/* harmony export */
|
|
76543
|
-
/* harmony export */
|
|
76544
|
-
/* harmony export */
|
|
76545
|
-
/* harmony export */
|
|
76546
|
-
/* harmony export */
|
|
76547
|
-
/* harmony export */
|
|
76548
|
-
/* harmony export */
|
|
76549
|
-
/* harmony export */
|
|
76550
|
-
/* harmony export */
|
|
76551
|
-
/* harmony export */
|
|
76552
|
-
/* harmony export */
|
|
76553
|
-
/* harmony export */
|
|
76554
|
-
/* harmony export */
|
|
76486
|
+
/* harmony export */ AnnotatedTextEdit: () => (/* binding */ AnnotatedTextEdit),
|
|
76487
|
+
/* harmony export */ ChangeAnnotation: () => (/* binding */ ChangeAnnotation),
|
|
76488
|
+
/* harmony export */ ChangeAnnotationIdentifier: () => (/* binding */ ChangeAnnotationIdentifier),
|
|
76489
|
+
/* harmony export */ CodeAction: () => (/* binding */ CodeAction),
|
|
76490
|
+
/* harmony export */ CodeActionContext: () => (/* binding */ CodeActionContext),
|
|
76491
|
+
/* harmony export */ CodeActionKind: () => (/* binding */ CodeActionKind),
|
|
76492
|
+
/* harmony export */ CodeActionTriggerKind: () => (/* binding */ CodeActionTriggerKind),
|
|
76493
|
+
/* harmony export */ CodeDescription: () => (/* binding */ CodeDescription),
|
|
76494
|
+
/* harmony export */ CodeLens: () => (/* binding */ CodeLens),
|
|
76495
|
+
/* harmony export */ Color: () => (/* binding */ Color),
|
|
76496
|
+
/* harmony export */ ColorInformation: () => (/* binding */ ColorInformation),
|
|
76497
|
+
/* harmony export */ ColorPresentation: () => (/* binding */ ColorPresentation),
|
|
76498
|
+
/* harmony export */ Command: () => (/* binding */ Command),
|
|
76499
|
+
/* harmony export */ CompletionItem: () => (/* binding */ CompletionItem),
|
|
76500
|
+
/* harmony export */ CompletionItemKind: () => (/* binding */ CompletionItemKind),
|
|
76501
|
+
/* harmony export */ CompletionItemLabelDetails: () => (/* binding */ CompletionItemLabelDetails),
|
|
76502
|
+
/* harmony export */ CompletionItemTag: () => (/* binding */ CompletionItemTag),
|
|
76503
|
+
/* harmony export */ CompletionList: () => (/* binding */ CompletionList),
|
|
76504
|
+
/* harmony export */ CreateFile: () => (/* binding */ CreateFile),
|
|
76505
|
+
/* harmony export */ DeleteFile: () => (/* binding */ DeleteFile),
|
|
76506
|
+
/* harmony export */ Diagnostic: () => (/* binding */ Diagnostic),
|
|
76507
|
+
/* harmony export */ DiagnosticRelatedInformation: () => (/* binding */ DiagnosticRelatedInformation),
|
|
76508
|
+
/* harmony export */ DiagnosticSeverity: () => (/* binding */ DiagnosticSeverity),
|
|
76509
|
+
/* harmony export */ DiagnosticTag: () => (/* binding */ DiagnosticTag),
|
|
76510
|
+
/* harmony export */ DocumentHighlight: () => (/* binding */ DocumentHighlight),
|
|
76511
|
+
/* harmony export */ DocumentHighlightKind: () => (/* binding */ DocumentHighlightKind),
|
|
76512
|
+
/* harmony export */ DocumentLink: () => (/* binding */ DocumentLink),
|
|
76513
|
+
/* harmony export */ DocumentSymbol: () => (/* binding */ DocumentSymbol),
|
|
76514
|
+
/* harmony export */ DocumentUri: () => (/* binding */ DocumentUri),
|
|
76515
|
+
/* harmony export */ EOL: () => (/* binding */ EOL),
|
|
76516
|
+
/* harmony export */ FoldingRange: () => (/* binding */ FoldingRange),
|
|
76517
|
+
/* harmony export */ FoldingRangeKind: () => (/* binding */ FoldingRangeKind),
|
|
76518
|
+
/* harmony export */ FormattingOptions: () => (/* binding */ FormattingOptions),
|
|
76519
|
+
/* harmony export */ Hover: () => (/* binding */ Hover),
|
|
76520
|
+
/* harmony export */ InlayHint: () => (/* binding */ InlayHint),
|
|
76521
|
+
/* harmony export */ InlayHintKind: () => (/* binding */ InlayHintKind),
|
|
76522
|
+
/* harmony export */ InlayHintLabelPart: () => (/* binding */ InlayHintLabelPart),
|
|
76523
|
+
/* harmony export */ InlineValueContext: () => (/* binding */ InlineValueContext),
|
|
76524
|
+
/* harmony export */ InlineValueEvaluatableExpression: () => (/* binding */ InlineValueEvaluatableExpression),
|
|
76525
|
+
/* harmony export */ InlineValueText: () => (/* binding */ InlineValueText),
|
|
76526
|
+
/* harmony export */ InlineValueVariableLookup: () => (/* binding */ InlineValueVariableLookup),
|
|
76527
|
+
/* harmony export */ InsertReplaceEdit: () => (/* binding */ InsertReplaceEdit),
|
|
76528
|
+
/* harmony export */ InsertTextFormat: () => (/* binding */ InsertTextFormat),
|
|
76529
|
+
/* harmony export */ InsertTextMode: () => (/* binding */ InsertTextMode),
|
|
76530
|
+
/* harmony export */ Location: () => (/* binding */ Location),
|
|
76531
|
+
/* harmony export */ LocationLink: () => (/* binding */ LocationLink),
|
|
76532
|
+
/* harmony export */ MarkedString: () => (/* binding */ MarkedString),
|
|
76533
|
+
/* harmony export */ MarkupContent: () => (/* binding */ MarkupContent),
|
|
76534
|
+
/* harmony export */ MarkupKind: () => (/* binding */ MarkupKind),
|
|
76535
|
+
/* harmony export */ OptionalVersionedTextDocumentIdentifier: () => (/* binding */ OptionalVersionedTextDocumentIdentifier),
|
|
76536
|
+
/* harmony export */ ParameterInformation: () => (/* binding */ ParameterInformation),
|
|
76537
|
+
/* harmony export */ Position: () => (/* binding */ Position),
|
|
76538
|
+
/* harmony export */ Range: () => (/* binding */ Range),
|
|
76539
|
+
/* harmony export */ RenameFile: () => (/* binding */ RenameFile),
|
|
76540
|
+
/* harmony export */ SelectionRange: () => (/* binding */ SelectionRange),
|
|
76541
|
+
/* harmony export */ SemanticTokenModifiers: () => (/* binding */ SemanticTokenModifiers),
|
|
76542
|
+
/* harmony export */ SemanticTokenTypes: () => (/* binding */ SemanticTokenTypes),
|
|
76543
|
+
/* harmony export */ SemanticTokens: () => (/* binding */ SemanticTokens),
|
|
76544
|
+
/* harmony export */ SignatureInformation: () => (/* binding */ SignatureInformation),
|
|
76545
|
+
/* harmony export */ SymbolInformation: () => (/* binding */ SymbolInformation),
|
|
76546
|
+
/* harmony export */ SymbolKind: () => (/* binding */ SymbolKind),
|
|
76547
|
+
/* harmony export */ SymbolTag: () => (/* binding */ SymbolTag),
|
|
76548
|
+
/* harmony export */ TextDocument: () => (/* binding */ TextDocument),
|
|
76549
|
+
/* harmony export */ TextDocumentEdit: () => (/* binding */ TextDocumentEdit),
|
|
76550
|
+
/* harmony export */ TextDocumentIdentifier: () => (/* binding */ TextDocumentIdentifier),
|
|
76551
|
+
/* harmony export */ TextDocumentItem: () => (/* binding */ TextDocumentItem),
|
|
76552
|
+
/* harmony export */ TextEdit: () => (/* binding */ TextEdit),
|
|
76553
|
+
/* harmony export */ URI: () => (/* binding */ URI),
|
|
76554
|
+
/* harmony export */ VersionedTextDocumentIdentifier: () => (/* binding */ VersionedTextDocumentIdentifier),
|
|
76555
|
+
/* harmony export */ WorkspaceChange: () => (/* binding */ WorkspaceChange),
|
|
76556
|
+
/* harmony export */ WorkspaceEdit: () => (/* binding */ WorkspaceEdit),
|
|
76557
|
+
/* harmony export */ WorkspaceFolder: () => (/* binding */ WorkspaceFolder),
|
|
76558
|
+
/* harmony export */ WorkspaceSymbol: () => (/* binding */ WorkspaceSymbol),
|
|
76559
|
+
/* harmony export */ integer: () => (/* binding */ integer),
|
|
76560
|
+
/* harmony export */ uinteger: () => (/* binding */ uinteger)
|
|
76555
76561
|
/* harmony export */ });
|
|
76556
76562
|
/* --------------------------------------------------------------------------------------------
|
|
76557
76563
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -79819,19 +79825,19 @@ module.exports = require("zlib");
|
|
|
79819
79825
|
"use strict";
|
|
79820
79826
|
__webpack_require__.r(__webpack_exports__);
|
|
79821
79827
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
79822
|
-
/* harmony export */
|
|
79823
|
-
/* harmony export */
|
|
79824
|
-
/* harmony export */
|
|
79825
|
-
/* harmony export */
|
|
79826
|
-
/* harmony export */
|
|
79827
|
-
/* harmony export */
|
|
79828
|
+
/* harmony export */ Chalk: () => (/* binding */ Chalk),
|
|
79829
|
+
/* harmony export */ backgroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
79830
|
+
/* harmony export */ backgroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.backgroundColorNames),
|
|
79831
|
+
/* harmony export */ chalkStderr: () => (/* binding */ chalkStderr),
|
|
79832
|
+
/* harmony export */ colorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
79833
|
+
/* harmony export */ colors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.colorNames),
|
|
79828
79834
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
79829
|
-
/* harmony export */
|
|
79830
|
-
/* harmony export */
|
|
79831
|
-
/* harmony export */
|
|
79832
|
-
/* harmony export */
|
|
79833
|
-
/* harmony export */
|
|
79834
|
-
/* harmony export */
|
|
79835
|
+
/* harmony export */ foregroundColorNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
79836
|
+
/* harmony export */ foregroundColors: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.foregroundColorNames),
|
|
79837
|
+
/* harmony export */ modifierNames: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
79838
|
+
/* harmony export */ modifiers: () => (/* reexport safe */ _ansi_styles__WEBPACK_IMPORTED_MODULE_0__.modifierNames),
|
|
79839
|
+
/* harmony export */ supportsColor: () => (/* binding */ stdoutColor),
|
|
79840
|
+
/* harmony export */ supportsColorStderr: () => (/* binding */ stderrColor)
|
|
79835
79841
|
/* harmony export */ });
|
|
79836
79842
|
/* harmony import */ var _ansi_styles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./vendor/ansi-styles/index.js */ "./node_modules/chalk/source/vendor/ansi-styles/index.js");
|
|
79837
79843
|
/* harmony import */ var _supports_color__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! #supports-color */ "./node_modules/chalk/source/vendor/supports-color/index.js");
|
|
@@ -80057,8 +80063,8 @@ const chalkStderr = createChalk({level: stderrColor ? stderrColor.level : 0});
|
|
|
80057
80063
|
"use strict";
|
|
80058
80064
|
__webpack_require__.r(__webpack_exports__);
|
|
80059
80065
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
80060
|
-
/* harmony export */
|
|
80061
|
-
/* harmony export */
|
|
80066
|
+
/* harmony export */ stringEncaseCRLFWithFirstIndex: () => (/* binding */ stringEncaseCRLFWithFirstIndex),
|
|
80067
|
+
/* harmony export */ stringReplaceAll: () => (/* binding */ stringReplaceAll)
|
|
80062
80068
|
/* harmony export */ });
|
|
80063
80069
|
// TODO: When targeting Node.js 16, use `String.prototype.replaceAll`.
|
|
80064
80070
|
function stringReplaceAll(string, substring, replacer) {
|
|
@@ -80106,11 +80112,11 @@ function stringEncaseCRLFWithFirstIndex(string, prefix, postfix, index) {
|
|
|
80106
80112
|
"use strict";
|
|
80107
80113
|
__webpack_require__.r(__webpack_exports__);
|
|
80108
80114
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
80109
|
-
/* harmony export */
|
|
80110
|
-
/* harmony export */
|
|
80115
|
+
/* harmony export */ backgroundColorNames: () => (/* binding */ backgroundColorNames),
|
|
80116
|
+
/* harmony export */ colorNames: () => (/* binding */ colorNames),
|
|
80111
80117
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
80112
|
-
/* harmony export */
|
|
80113
|
-
/* harmony export */
|
|
80118
|
+
/* harmony export */ foregroundColorNames: () => (/* binding */ foregroundColorNames),
|
|
80119
|
+
/* harmony export */ modifierNames: () => (/* binding */ modifierNames)
|
|
80114
80120
|
/* harmony export */ });
|
|
80115
80121
|
const ANSI_BACKGROUND_OFFSET = 10;
|
|
80116
80122
|
|
|
@@ -80348,7 +80354,7 @@ const ansiStyles = assembleStyles();
|
|
|
80348
80354
|
"use strict";
|
|
80349
80355
|
__webpack_require__.r(__webpack_exports__);
|
|
80350
80356
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
80351
|
-
/* harmony export */
|
|
80357
|
+
/* harmony export */ createSupportsColor: () => (/* binding */ createSupportsColor),
|
|
80352
80358
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
80353
80359
|
/* harmony export */ });
|
|
80354
80360
|
/* harmony import */ var node_process__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! node:process */ "node:process");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.100.
|
|
3
|
+
"version": "2.100.4",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.100.
|
|
41
|
+
"@abaplint/core": "^2.100.4",
|
|
42
42
|
"@types/chai": "^4.3.5",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|
|
45
45
|
"@types/mocha": "^10.0.1",
|
|
46
|
-
"@types/node": "^20.
|
|
46
|
+
"@types/node": "^20.2.0",
|
|
47
47
|
"@types/progress": "^2.0.5",
|
|
48
48
|
"chai": "^4.3.7",
|
|
49
49
|
"chalk": "^5.2.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"mocha": "^10.2.0",
|
|
56
56
|
"progress": "^2.0.3",
|
|
57
57
|
"typescript": "^5.0.4",
|
|
58
|
-
"webpack": "^5.
|
|
58
|
+
"webpack": "^5.83.1",
|
|
59
59
|
"webpack-cli": "^5.1.1",
|
|
60
60
|
"xml-js": "^1.6.11"
|
|
61
61
|
},
|