cdk-assets 4.3.2 → 4.3.3

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.
@@ -11089,7 +11089,7 @@ Apache License
11089
11089
 
11090
11090
  ----------------
11091
11091
 
11092
- ** @smithy/node-config-provider@4.3.6 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.6 | Apache-2.0
11092
+ ** @smithy/node-config-provider@4.3.8 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.8 | Apache-2.0
11093
11093
  Apache License
11094
11094
  Version 2.0, January 2004
11095
11095
  http://www.apache.org/licenses/
@@ -11499,7 +11499,7 @@ Apache License
11499
11499
 
11500
11500
  ----------------
11501
11501
 
11502
- ** @smithy/property-provider@4.2.6 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.6 | Apache-2.0
11502
+ ** @smithy/property-provider@4.2.8 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.8 | Apache-2.0
11503
11503
  Apache License
11504
11504
  Version 2.0, January 2004
11505
11505
  http://www.apache.org/licenses/
@@ -12528,7 +12528,7 @@ Apache License
12528
12528
 
12529
12529
  ----------------
12530
12530
 
12531
- ** @smithy/shared-ini-file-loader@4.4.1 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.1 | Apache-2.0
12531
+ ** @smithy/shared-ini-file-loader@4.4.3 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.3 | Apache-2.0
12532
12532
  Apache License
12533
12533
  Version 2.0, January 2004
12534
12534
  http://www.apache.org/licenses/
@@ -13144,7 +13144,7 @@ Apache License
13144
13144
 
13145
13145
  ----------------
13146
13146
 
13147
- ** @smithy/types@4.10.0 - https://www.npmjs.com/package/@smithy/types/v/4.10.0 | Apache-2.0
13147
+ ** @smithy/types@4.12.0 - https://www.npmjs.com/package/@smithy/types/v/4.12.0 | Apache-2.0
13148
13148
  Apache License
13149
13149
  Version 2.0, January 2004
13150
13150
  http://www.apache.org/licenses/
@@ -18226,7 +18226,7 @@ OTHER DEALINGS IN THE SOFTWARE.
18226
18226
 
18227
18227
  ----------------
18228
18228
 
18229
- ** lodash@4.17.21 - https://www.npmjs.com/package/lodash/v/4.17.21 | MIT
18229
+ ** lodash@4.17.23 - https://www.npmjs.com/package/lodash/v/4.17.23 | MIT
18230
18230
  Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
18231
18231
 
18232
18232
  Based on Underscore.js, copyright Jeremy Ashkenas,
package/bin/cdk-assets.js CHANGED
@@ -4008,7 +4008,7 @@ var require_semver2 = __commonJS({
4008
4008
  // ../@aws-cdk/cloud-assembly-schema/cli-version.json
4009
4009
  var require_cli_version = __commonJS({
4010
4010
  "../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
4011
- module2.exports = { version: "2.1102.0" };
4011
+ module2.exports = { version: "2.1103.0" };
4012
4012
  }
4013
4013
  });
4014
4014
 
@@ -8019,10 +8019,10 @@ var init_esm2 = __esm({
8019
8019
  }
8020
8020
  });
8021
8021
 
8022
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js
8022
+ // ../../node_modules/minimatch/dist/esm/assert-valid-pattern.js
8023
8023
  var MAX_PATTERN_LENGTH, assertValidPattern;
8024
8024
  var init_assert_valid_pattern = __esm({
8025
- "../../node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js"() {
8025
+ "../../node_modules/minimatch/dist/esm/assert-valid-pattern.js"() {
8026
8026
  MAX_PATTERN_LENGTH = 1024 * 64;
8027
8027
  assertValidPattern = /* @__PURE__ */ __name((pattern) => {
8028
8028
  if (typeof pattern !== "string") {
@@ -8035,10 +8035,10 @@ var init_assert_valid_pattern = __esm({
8035
8035
  }
8036
8036
  });
8037
8037
 
8038
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js
8038
+ // ../../node_modules/minimatch/dist/esm/brace-expressions.js
8039
8039
  var posixClasses, braceEscape, regexpEscape, rangesToString, parseClass;
8040
8040
  var init_brace_expressions = __esm({
8041
- "../../node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js"() {
8041
+ "../../node_modules/minimatch/dist/esm/brace-expressions.js"() {
8042
8042
  posixClasses = {
8043
8043
  "[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
8044
8044
  "[:alpha:]": ["\\p{L}\\p{Nl}", true],
@@ -8149,10 +8149,10 @@ var init_brace_expressions = __esm({
8149
8149
  }
8150
8150
  });
8151
8151
 
8152
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/unescape.js
8152
+ // ../../node_modules/minimatch/dist/esm/unescape.js
8153
8153
  var unescape;
8154
8154
  var init_unescape = __esm({
8155
- "../../node_modules/glob/node_modules/minimatch/dist/esm/unescape.js"() {
8155
+ "../../node_modules/minimatch/dist/esm/unescape.js"() {
8156
8156
  unescape = /* @__PURE__ */ __name((s4, { windowsPathsNoEscape = false, magicalBraces = true } = {}) => {
8157
8157
  if (magicalBraces) {
8158
8158
  return windowsPathsNoEscape ? s4.replace(/\[([^\/\\])\]/g, "$1") : s4.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
@@ -8162,10 +8162,10 @@ var init_unescape = __esm({
8162
8162
  }
8163
8163
  });
8164
8164
 
8165
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/ast.js
8165
+ // ../../node_modules/minimatch/dist/esm/ast.js
8166
8166
  var types, isExtglobType, startNoTraversal, startNoDot, addPatternStart, justDots, reSpecials, regExpEscape, qmark, star, starNoEmpty, AST;
8167
8167
  var init_ast = __esm({
8168
- "../../node_modules/glob/node_modules/minimatch/dist/esm/ast.js"() {
8168
+ "../../node_modules/minimatch/dist/esm/ast.js"() {
8169
8169
  init_brace_expressions();
8170
8170
  init_unescape();
8171
8171
  types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
@@ -8648,10 +8648,10 @@ var init_ast = __esm({
8648
8648
  }
8649
8649
  });
8650
8650
 
8651
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/escape.js
8651
+ // ../../node_modules/minimatch/dist/esm/escape.js
8652
8652
  var escape;
8653
8653
  var init_escape = __esm({
8654
- "../../node_modules/glob/node_modules/minimatch/dist/esm/escape.js"() {
8654
+ "../../node_modules/minimatch/dist/esm/escape.js"() {
8655
8655
  escape = /* @__PURE__ */ __name((s4, { windowsPathsNoEscape = false, magicalBraces = false } = {}) => {
8656
8656
  if (magicalBraces) {
8657
8657
  return windowsPathsNoEscape ? s4.replace(/[?*()[\]{}]/g, "[$&]") : s4.replace(/[?*()[\]\\{}]/g, "\\$&");
@@ -8661,10 +8661,10 @@ var init_escape = __esm({
8661
8661
  }
8662
8662
  });
8663
8663
 
8664
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/index.js
8664
+ // ../../node_modules/minimatch/dist/esm/index.js
8665
8665
  var minimatch, starDotExtRE, starDotExtTest, starDotExtTestDot, starDotExtTestNocase, starDotExtTestNocaseDot, starDotStarRE, starDotStarTest, starDotStarTestDot, dotStarRE, dotStarTest, starRE, starTest, starTestDot, qmarksRE, qmarksTestNocase, qmarksTestNocaseDot, qmarksTestDot, qmarksTest, qmarksTestNoExt, qmarksTestNoExtDot, defaultPlatform, path8, sep, GLOBSTAR, qmark2, star2, twoStarDot, twoStarNoDot, filter, ext, defaults, braceExpand, makeRe, match, globMagic, regExpEscape2, Minimatch;
8666
8666
  var init_esm3 = __esm({
8667
- "../../node_modules/glob/node_modules/minimatch/dist/esm/index.js"() {
8667
+ "../../node_modules/minimatch/dist/esm/index.js"() {
8668
8668
  init_esm2();
8669
8669
  init_assert_valid_pattern();
8670
8670
  init_ast();
@@ -9412,10 +9412,10 @@ var init_esm3 = __esm({
9412
9412
  }
9413
9413
  });
9414
9414
 
9415
- // ../../node_modules/glob/node_modules/lru-cache/dist/esm/index.js
9415
+ // ../../node_modules/lru-cache/dist/esm/index.js
9416
9416
  var defaultPerf, warned, PROCESS, emitWarning, AC, AS, shouldWarn, isPosInt, getUintArray, ZeroArray, Stack, LRUCache;
9417
9417
  var init_esm4 = __esm({
9418
- "../../node_modules/glob/node_modules/lru-cache/dist/esm/index.js"() {
9418
+ "../../node_modules/lru-cache/dist/esm/index.js"() {
9419
9419
  defaultPerf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
9420
9420
  warned = /* @__PURE__ */ new Set();
9421
9421
  PROCESS = typeof process === "object" && !!process ? process : {};
@@ -28988,9 +28988,9 @@ var require_isPlainObject = __commonJS({
28988
28988
  }
28989
28989
  });
28990
28990
 
28991
- // ../../node_modules/minimatch/dist/commonjs/assert-valid-pattern.js
28991
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js
28992
28992
  var require_assert_valid_pattern = __commonJS({
28993
- "../../node_modules/minimatch/dist/commonjs/assert-valid-pattern.js"(exports2) {
28993
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js"(exports2) {
28994
28994
  "use strict";
28995
28995
  Object.defineProperty(exports2, "__esModule", { value: true });
28996
28996
  exports2.assertValidPattern = void 0;
@@ -29007,9 +29007,9 @@ var require_assert_valid_pattern = __commonJS({
29007
29007
  }
29008
29008
  });
29009
29009
 
29010
- // ../../node_modules/minimatch/dist/commonjs/brace-expressions.js
29010
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.js
29011
29011
  var require_brace_expressions = __commonJS({
29012
- "../../node_modules/minimatch/dist/commonjs/brace-expressions.js"(exports2) {
29012
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.js"(exports2) {
29013
29013
  "use strict";
29014
29014
  Object.defineProperty(exports2, "__esModule", { value: true });
29015
29015
  exports2.parseClass = void 0;
@@ -29124,9 +29124,9 @@ var require_brace_expressions = __commonJS({
29124
29124
  }
29125
29125
  });
29126
29126
 
29127
- // ../../node_modules/minimatch/dist/commonjs/unescape.js
29127
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.js
29128
29128
  var require_unescape = __commonJS({
29129
- "../../node_modules/minimatch/dist/commonjs/unescape.js"(exports2) {
29129
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.js"(exports2) {
29130
29130
  "use strict";
29131
29131
  Object.defineProperty(exports2, "__esModule", { value: true });
29132
29132
  exports2.unescape = void 0;
@@ -29137,9 +29137,9 @@ var require_unescape = __commonJS({
29137
29137
  }
29138
29138
  });
29139
29139
 
29140
- // ../../node_modules/minimatch/dist/commonjs/ast.js
29140
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.js
29141
29141
  var require_ast = __commonJS({
29142
- "../../node_modules/minimatch/dist/commonjs/ast.js"(exports2) {
29142
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.js"(exports2) {
29143
29143
  "use strict";
29144
29144
  Object.defineProperty(exports2, "__esModule", { value: true });
29145
29145
  exports2.AST = void 0;
@@ -29629,9 +29629,9 @@ var require_ast = __commonJS({
29629
29629
  }
29630
29630
  });
29631
29631
 
29632
- // ../../node_modules/minimatch/dist/commonjs/escape.js
29632
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.js
29633
29633
  var require_escape = __commonJS({
29634
- "../../node_modules/minimatch/dist/commonjs/escape.js"(exports2) {
29634
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.js"(exports2) {
29635
29635
  "use strict";
29636
29636
  Object.defineProperty(exports2, "__esModule", { value: true });
29637
29637
  exports2.escape = void 0;
@@ -29642,9 +29642,9 @@ var require_escape = __commonJS({
29642
29642
  }
29643
29643
  });
29644
29644
 
29645
- // ../../node_modules/minimatch/dist/commonjs/index.js
29645
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.js
29646
29646
  var require_commonjs = __commonJS({
29647
- "../../node_modules/minimatch/dist/commonjs/index.js"(exports2) {
29647
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.js"(exports2) {
29648
29648
  "use strict";
29649
29649
  var __importDefault2 = exports2 && exports2.__importDefault || function(mod) {
29650
29650
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -30403,9 +30403,9 @@ var require_commonjs = __commonJS({
30403
30403
  }
30404
30404
  });
30405
30405
 
30406
- // ../../node_modules/lru-cache/dist/commonjs/index.js
30406
+ // ../../node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js
30407
30407
  var require_commonjs2 = __commonJS({
30408
- "../../node_modules/lru-cache/dist/commonjs/index.js"(exports2) {
30408
+ "../../node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js"(exports2) {
30409
30409
  "use strict";
30410
30410
  Object.defineProperty(exports2, "__esModule", { value: true });
30411
30411
  exports2.LRUCache = void 0;
@@ -4055,7 +4055,7 @@ var require_semver2 = __commonJS({
4055
4055
  // ../@aws-cdk/cloud-assembly-schema/cli-version.json
4056
4056
  var require_cli_version = __commonJS({
4057
4057
  "../@aws-cdk/cloud-assembly-schema/cli-version.json"(exports2, module2) {
4058
- module2.exports = { version: "2.1102.0" };
4058
+ module2.exports = { version: "2.1103.0" };
4059
4059
  }
4060
4060
  });
4061
4061
 
@@ -8066,10 +8066,10 @@ var init_esm2 = __esm({
8066
8066
  }
8067
8067
  });
8068
8068
 
8069
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js
8069
+ // ../../node_modules/minimatch/dist/esm/assert-valid-pattern.js
8070
8070
  var MAX_PATTERN_LENGTH, assertValidPattern;
8071
8071
  var init_assert_valid_pattern = __esm({
8072
- "../../node_modules/glob/node_modules/minimatch/dist/esm/assert-valid-pattern.js"() {
8072
+ "../../node_modules/minimatch/dist/esm/assert-valid-pattern.js"() {
8073
8073
  MAX_PATTERN_LENGTH = 1024 * 64;
8074
8074
  assertValidPattern = /* @__PURE__ */ __name((pattern) => {
8075
8075
  if (typeof pattern !== "string") {
@@ -8082,10 +8082,10 @@ var init_assert_valid_pattern = __esm({
8082
8082
  }
8083
8083
  });
8084
8084
 
8085
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js
8085
+ // ../../node_modules/minimatch/dist/esm/brace-expressions.js
8086
8086
  var posixClasses, braceEscape, regexpEscape, rangesToString, parseClass;
8087
8087
  var init_brace_expressions = __esm({
8088
- "../../node_modules/glob/node_modules/minimatch/dist/esm/brace-expressions.js"() {
8088
+ "../../node_modules/minimatch/dist/esm/brace-expressions.js"() {
8089
8089
  posixClasses = {
8090
8090
  "[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
8091
8091
  "[:alpha:]": ["\\p{L}\\p{Nl}", true],
@@ -8196,10 +8196,10 @@ var init_brace_expressions = __esm({
8196
8196
  }
8197
8197
  });
8198
8198
 
8199
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/unescape.js
8199
+ // ../../node_modules/minimatch/dist/esm/unescape.js
8200
8200
  var unescape;
8201
8201
  var init_unescape = __esm({
8202
- "../../node_modules/glob/node_modules/minimatch/dist/esm/unescape.js"() {
8202
+ "../../node_modules/minimatch/dist/esm/unescape.js"() {
8203
8203
  unescape = /* @__PURE__ */ __name((s4, { windowsPathsNoEscape = false, magicalBraces = true } = {}) => {
8204
8204
  if (magicalBraces) {
8205
8205
  return windowsPathsNoEscape ? s4.replace(/\[([^\/\\])\]/g, "$1") : s4.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
@@ -8209,10 +8209,10 @@ var init_unescape = __esm({
8209
8209
  }
8210
8210
  });
8211
8211
 
8212
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/ast.js
8212
+ // ../../node_modules/minimatch/dist/esm/ast.js
8213
8213
  var types, isExtglobType, startNoTraversal, startNoDot, addPatternStart, justDots, reSpecials, regExpEscape, qmark, star, starNoEmpty, AST;
8214
8214
  var init_ast = __esm({
8215
- "../../node_modules/glob/node_modules/minimatch/dist/esm/ast.js"() {
8215
+ "../../node_modules/minimatch/dist/esm/ast.js"() {
8216
8216
  init_brace_expressions();
8217
8217
  init_unescape();
8218
8218
  types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
@@ -8695,10 +8695,10 @@ var init_ast = __esm({
8695
8695
  }
8696
8696
  });
8697
8697
 
8698
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/escape.js
8698
+ // ../../node_modules/minimatch/dist/esm/escape.js
8699
8699
  var escape;
8700
8700
  var init_escape = __esm({
8701
- "../../node_modules/glob/node_modules/minimatch/dist/esm/escape.js"() {
8701
+ "../../node_modules/minimatch/dist/esm/escape.js"() {
8702
8702
  escape = /* @__PURE__ */ __name((s4, { windowsPathsNoEscape = false, magicalBraces = false } = {}) => {
8703
8703
  if (magicalBraces) {
8704
8704
  return windowsPathsNoEscape ? s4.replace(/[?*()[\]{}]/g, "[$&]") : s4.replace(/[?*()[\]\\{}]/g, "\\$&");
@@ -8708,10 +8708,10 @@ var init_escape = __esm({
8708
8708
  }
8709
8709
  });
8710
8710
 
8711
- // ../../node_modules/glob/node_modules/minimatch/dist/esm/index.js
8711
+ // ../../node_modules/minimatch/dist/esm/index.js
8712
8712
  var minimatch, starDotExtRE, starDotExtTest, starDotExtTestDot, starDotExtTestNocase, starDotExtTestNocaseDot, starDotStarRE, starDotStarTest, starDotStarTestDot, dotStarRE, dotStarTest, starRE, starTest, starTestDot, qmarksRE, qmarksTestNocase, qmarksTestNocaseDot, qmarksTestDot, qmarksTest, qmarksTestNoExt, qmarksTestNoExtDot, defaultPlatform, path8, sep, GLOBSTAR, qmark2, star2, twoStarDot, twoStarNoDot, filter, ext, defaults, braceExpand, makeRe, match, globMagic, regExpEscape2, Minimatch;
8713
8713
  var init_esm3 = __esm({
8714
- "../../node_modules/glob/node_modules/minimatch/dist/esm/index.js"() {
8714
+ "../../node_modules/minimatch/dist/esm/index.js"() {
8715
8715
  init_esm2();
8716
8716
  init_assert_valid_pattern();
8717
8717
  init_ast();
@@ -9459,10 +9459,10 @@ var init_esm3 = __esm({
9459
9459
  }
9460
9460
  });
9461
9461
 
9462
- // ../../node_modules/glob/node_modules/lru-cache/dist/esm/index.js
9462
+ // ../../node_modules/lru-cache/dist/esm/index.js
9463
9463
  var defaultPerf, warned, PROCESS, emitWarning, AC, AS, shouldWarn, isPosInt, getUintArray, ZeroArray, Stack, LRUCache;
9464
9464
  var init_esm4 = __esm({
9465
- "../../node_modules/glob/node_modules/lru-cache/dist/esm/index.js"() {
9465
+ "../../node_modules/lru-cache/dist/esm/index.js"() {
9466
9466
  defaultPerf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
9467
9467
  warned = /* @__PURE__ */ new Set();
9468
9468
  PROCESS = typeof process === "object" && !!process ? process : {};
@@ -29035,9 +29035,9 @@ var require_isPlainObject = __commonJS({
29035
29035
  }
29036
29036
  });
29037
29037
 
29038
- // ../../node_modules/minimatch/dist/commonjs/assert-valid-pattern.js
29038
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js
29039
29039
  var require_assert_valid_pattern = __commonJS({
29040
- "../../node_modules/minimatch/dist/commonjs/assert-valid-pattern.js"(exports2) {
29040
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js"(exports2) {
29041
29041
  "use strict";
29042
29042
  Object.defineProperty(exports2, "__esModule", { value: true });
29043
29043
  exports2.assertValidPattern = void 0;
@@ -29054,9 +29054,9 @@ var require_assert_valid_pattern = __commonJS({
29054
29054
  }
29055
29055
  });
29056
29056
 
29057
- // ../../node_modules/minimatch/dist/commonjs/brace-expressions.js
29057
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.js
29058
29058
  var require_brace_expressions = __commonJS({
29059
- "../../node_modules/minimatch/dist/commonjs/brace-expressions.js"(exports2) {
29059
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/brace-expressions.js"(exports2) {
29060
29060
  "use strict";
29061
29061
  Object.defineProperty(exports2, "__esModule", { value: true });
29062
29062
  exports2.parseClass = void 0;
@@ -29171,9 +29171,9 @@ var require_brace_expressions = __commonJS({
29171
29171
  }
29172
29172
  });
29173
29173
 
29174
- // ../../node_modules/minimatch/dist/commonjs/unescape.js
29174
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.js
29175
29175
  var require_unescape = __commonJS({
29176
- "../../node_modules/minimatch/dist/commonjs/unescape.js"(exports2) {
29176
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/unescape.js"(exports2) {
29177
29177
  "use strict";
29178
29178
  Object.defineProperty(exports2, "__esModule", { value: true });
29179
29179
  exports2.unescape = void 0;
@@ -29184,9 +29184,9 @@ var require_unescape = __commonJS({
29184
29184
  }
29185
29185
  });
29186
29186
 
29187
- // ../../node_modules/minimatch/dist/commonjs/ast.js
29187
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.js
29188
29188
  var require_ast = __commonJS({
29189
- "../../node_modules/minimatch/dist/commonjs/ast.js"(exports2) {
29189
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/ast.js"(exports2) {
29190
29190
  "use strict";
29191
29191
  Object.defineProperty(exports2, "__esModule", { value: true });
29192
29192
  exports2.AST = void 0;
@@ -29676,9 +29676,9 @@ var require_ast = __commonJS({
29676
29676
  }
29677
29677
  });
29678
29678
 
29679
- // ../../node_modules/minimatch/dist/commonjs/escape.js
29679
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.js
29680
29680
  var require_escape = __commonJS({
29681
- "../../node_modules/minimatch/dist/commonjs/escape.js"(exports2) {
29681
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/escape.js"(exports2) {
29682
29682
  "use strict";
29683
29683
  Object.defineProperty(exports2, "__esModule", { value: true });
29684
29684
  exports2.escape = void 0;
@@ -29689,9 +29689,9 @@ var require_escape = __commonJS({
29689
29689
  }
29690
29690
  });
29691
29691
 
29692
- // ../../node_modules/minimatch/dist/commonjs/index.js
29692
+ // ../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.js
29693
29693
  var require_commonjs = __commonJS({
29694
- "../../node_modules/minimatch/dist/commonjs/index.js"(exports2) {
29694
+ "../../node_modules/archiver-utils/node_modules/minimatch/dist/commonjs/index.js"(exports2) {
29695
29695
  "use strict";
29696
29696
  var __importDefault2 = exports2 && exports2.__importDefault || function(mod) {
29697
29697
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -30450,9 +30450,9 @@ var require_commonjs = __commonJS({
30450
30450
  }
30451
30451
  });
30452
30452
 
30453
- // ../../node_modules/lru-cache/dist/commonjs/index.js
30453
+ // ../../node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js
30454
30454
  var require_commonjs2 = __commonJS({
30455
- "../../node_modules/lru-cache/dist/commonjs/index.js"(exports2) {
30455
+ "../../node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js"(exports2) {
30456
30456
  "use strict";
30457
30457
  Object.defineProperty(exports2, "__esModule", { value: true });
30458
30458
  exports2.LRUCache = void 0;
package/package.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "organization": true
36
36
  },
37
37
  "devDependencies": {
38
- "@aws-cdk/cloud-assembly-schema": "50.1.0",
38
+ "@aws-cdk/cloud-assembly-schema": "50.2.0",
39
39
  "@aws-sdk/client-s3": "^3.953.0",
40
40
  "@cdklabs/eslint-plugin": "^1.3.5",
41
41
  "@stylistic/eslint-plugin": "^3",
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "4.3.2",
81
+ "version": "4.3.3",
82
82
  "types": "lib/index.d.ts",
83
83
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
84
84
  }