cdk-assets 2.155.0 → 2.155.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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +120 -120
  2. package/package.json +1 -1
@@ -134,13 +134,13 @@
134
134
  }
135
135
  },
136
136
  "node_modules/@babel/code-frame": {
137
- "version": "7.24.7",
138
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
139
- "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
137
+ "version": "7.25.7",
138
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz",
139
+ "integrity": "sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==",
140
140
  "dev": true,
141
141
  "license": "MIT",
142
142
  "dependencies": {
143
- "@babel/highlight": "^7.24.7",
143
+ "@babel/highlight": "^7.25.7",
144
144
  "picocolors": "^1.0.0"
145
145
  },
146
146
  "engines": {
@@ -148,9 +148,9 @@
148
148
  }
149
149
  },
150
150
  "node_modules/@babel/compat-data": {
151
- "version": "7.25.4",
152
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz",
153
- "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==",
151
+ "version": "7.25.7",
152
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.7.tgz",
153
+ "integrity": "sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==",
154
154
  "dev": true,
155
155
  "license": "MIT",
156
156
  "engines": {
@@ -158,22 +158,22 @@
158
158
  }
159
159
  },
160
160
  "node_modules/@babel/core": {
161
- "version": "7.25.2",
162
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
163
- "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
161
+ "version": "7.25.7",
162
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.7.tgz",
163
+ "integrity": "sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==",
164
164
  "dev": true,
165
165
  "license": "MIT",
166
166
  "dependencies": {
167
167
  "@ampproject/remapping": "^2.2.0",
168
- "@babel/code-frame": "^7.24.7",
169
- "@babel/generator": "^7.25.0",
170
- "@babel/helper-compilation-targets": "^7.25.2",
171
- "@babel/helper-module-transforms": "^7.25.2",
172
- "@babel/helpers": "^7.25.0",
173
- "@babel/parser": "^7.25.0",
174
- "@babel/template": "^7.25.0",
175
- "@babel/traverse": "^7.25.2",
176
- "@babel/types": "^7.25.2",
168
+ "@babel/code-frame": "^7.25.7",
169
+ "@babel/generator": "^7.25.7",
170
+ "@babel/helper-compilation-targets": "^7.25.7",
171
+ "@babel/helper-module-transforms": "^7.25.7",
172
+ "@babel/helpers": "^7.25.7",
173
+ "@babel/parser": "^7.25.7",
174
+ "@babel/template": "^7.25.7",
175
+ "@babel/traverse": "^7.25.7",
176
+ "@babel/types": "^7.25.7",
177
177
  "convert-source-map": "^2.0.0",
178
178
  "debug": "^4.1.0",
179
179
  "gensync": "^1.0.0-beta.2",
@@ -199,31 +199,31 @@
199
199
  }
200
200
  },
201
201
  "node_modules/@babel/generator": {
202
- "version": "7.25.6",
203
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz",
204
- "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==",
202
+ "version": "7.25.7",
203
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.7.tgz",
204
+ "integrity": "sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==",
205
205
  "dev": true,
206
206
  "license": "MIT",
207
207
  "dependencies": {
208
- "@babel/types": "^7.25.6",
208
+ "@babel/types": "^7.25.7",
209
209
  "@jridgewell/gen-mapping": "^0.3.5",
210
210
  "@jridgewell/trace-mapping": "^0.3.25",
211
- "jsesc": "^2.5.1"
211
+ "jsesc": "^3.0.2"
212
212
  },
213
213
  "engines": {
214
214
  "node": ">=6.9.0"
215
215
  }
216
216
  },
217
217
  "node_modules/@babel/helper-compilation-targets": {
218
- "version": "7.25.2",
219
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
220
- "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
218
+ "version": "7.25.7",
219
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.7.tgz",
220
+ "integrity": "sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==",
221
221
  "dev": true,
222
222
  "license": "MIT",
223
223
  "dependencies": {
224
- "@babel/compat-data": "^7.25.2",
225
- "@babel/helper-validator-option": "^7.24.8",
226
- "browserslist": "^4.23.1",
224
+ "@babel/compat-data": "^7.25.7",
225
+ "@babel/helper-validator-option": "^7.25.7",
226
+ "browserslist": "^4.24.0",
227
227
  "lru-cache": "^5.1.1",
228
228
  "semver": "^6.3.1"
229
229
  },
@@ -259,30 +259,30 @@
259
259
  "license": "ISC"
260
260
  },
261
261
  "node_modules/@babel/helper-module-imports": {
262
- "version": "7.24.7",
263
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
264
- "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
262
+ "version": "7.25.7",
263
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz",
264
+ "integrity": "sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==",
265
265
  "dev": true,
266
266
  "license": "MIT",
267
267
  "dependencies": {
268
- "@babel/traverse": "^7.24.7",
269
- "@babel/types": "^7.24.7"
268
+ "@babel/traverse": "^7.25.7",
269
+ "@babel/types": "^7.25.7"
270
270
  },
271
271
  "engines": {
272
272
  "node": ">=6.9.0"
273
273
  }
274
274
  },
275
275
  "node_modules/@babel/helper-module-transforms": {
276
- "version": "7.25.2",
277
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
278
- "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
276
+ "version": "7.25.7",
277
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz",
278
+ "integrity": "sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==",
279
279
  "dev": true,
280
280
  "license": "MIT",
281
281
  "dependencies": {
282
- "@babel/helper-module-imports": "^7.24.7",
283
- "@babel/helper-simple-access": "^7.24.7",
284
- "@babel/helper-validator-identifier": "^7.24.7",
285
- "@babel/traverse": "^7.25.2"
282
+ "@babel/helper-module-imports": "^7.25.7",
283
+ "@babel/helper-simple-access": "^7.25.7",
284
+ "@babel/helper-validator-identifier": "^7.25.7",
285
+ "@babel/traverse": "^7.25.7"
286
286
  },
287
287
  "engines": {
288
288
  "node": ">=6.9.0"
@@ -292,9 +292,9 @@
292
292
  }
293
293
  },
294
294
  "node_modules/@babel/helper-plugin-utils": {
295
- "version": "7.24.8",
296
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz",
297
- "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==",
295
+ "version": "7.25.7",
296
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz",
297
+ "integrity": "sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==",
298
298
  "dev": true,
299
299
  "license": "MIT",
300
300
  "engines": {
@@ -302,23 +302,23 @@
302
302
  }
303
303
  },
304
304
  "node_modules/@babel/helper-simple-access": {
305
- "version": "7.24.7",
306
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
307
- "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
305
+ "version": "7.25.7",
306
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz",
307
+ "integrity": "sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==",
308
308
  "dev": true,
309
309
  "license": "MIT",
310
310
  "dependencies": {
311
- "@babel/traverse": "^7.24.7",
312
- "@babel/types": "^7.24.7"
311
+ "@babel/traverse": "^7.25.7",
312
+ "@babel/types": "^7.25.7"
313
313
  },
314
314
  "engines": {
315
315
  "node": ">=6.9.0"
316
316
  }
317
317
  },
318
318
  "node_modules/@babel/helper-string-parser": {
319
- "version": "7.24.8",
320
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
321
- "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
319
+ "version": "7.25.7",
320
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz",
321
+ "integrity": "sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==",
322
322
  "dev": true,
323
323
  "license": "MIT",
324
324
  "engines": {
@@ -326,9 +326,9 @@
326
326
  }
327
327
  },
328
328
  "node_modules/@babel/helper-validator-identifier": {
329
- "version": "7.24.7",
330
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
331
- "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
329
+ "version": "7.25.7",
330
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz",
331
+ "integrity": "sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==",
332
332
  "dev": true,
333
333
  "license": "MIT",
334
334
  "engines": {
@@ -336,9 +336,9 @@
336
336
  }
337
337
  },
338
338
  "node_modules/@babel/helper-validator-option": {
339
- "version": "7.24.8",
340
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
341
- "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
339
+ "version": "7.25.7",
340
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz",
341
+ "integrity": "sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==",
342
342
  "dev": true,
343
343
  "license": "MIT",
344
344
  "engines": {
@@ -346,27 +346,27 @@
346
346
  }
347
347
  },
348
348
  "node_modules/@babel/helpers": {
349
- "version": "7.25.6",
350
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz",
351
- "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==",
349
+ "version": "7.25.7",
350
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.7.tgz",
351
+ "integrity": "sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==",
352
352
  "dev": true,
353
353
  "license": "MIT",
354
354
  "dependencies": {
355
- "@babel/template": "^7.25.0",
356
- "@babel/types": "^7.25.6"
355
+ "@babel/template": "^7.25.7",
356
+ "@babel/types": "^7.25.7"
357
357
  },
358
358
  "engines": {
359
359
  "node": ">=6.9.0"
360
360
  }
361
361
  },
362
362
  "node_modules/@babel/highlight": {
363
- "version": "7.24.7",
364
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
365
- "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
363
+ "version": "7.25.7",
364
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.25.7.tgz",
365
+ "integrity": "sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==",
366
366
  "dev": true,
367
367
  "license": "MIT",
368
368
  "dependencies": {
369
- "@babel/helper-validator-identifier": "^7.24.7",
369
+ "@babel/helper-validator-identifier": "^7.25.7",
370
370
  "chalk": "^2.4.2",
371
371
  "js-tokens": "^4.0.0",
372
372
  "picocolors": "^1.0.0"
@@ -444,13 +444,13 @@
444
444
  }
445
445
  },
446
446
  "node_modules/@babel/parser": {
447
- "version": "7.25.6",
448
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz",
449
- "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==",
447
+ "version": "7.25.7",
448
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.7.tgz",
449
+ "integrity": "sha512-aZn7ETtQsjjGG5HruveUK06cU3Hljuhd9Iojm4M8WWv3wLE6OkE5PWbDUkItmMgegmccaITudyuW5RPYrYlgWw==",
450
450
  "dev": true,
451
451
  "license": "MIT",
452
452
  "dependencies": {
453
- "@babel/types": "^7.25.6"
453
+ "@babel/types": "^7.25.7"
454
454
  },
455
455
  "bin": {
456
456
  "parser": "bin/babel-parser.js"
@@ -515,13 +515,13 @@
515
515
  }
516
516
  },
517
517
  "node_modules/@babel/plugin-syntax-import-attributes": {
518
- "version": "7.25.6",
519
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz",
520
- "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==",
518
+ "version": "7.25.7",
519
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz",
520
+ "integrity": "sha512-AqVo+dguCgmpi/3mYBdu9lkngOBlQ2w2vnNpa6gfiCxQZLzV4ZbhsXitJ2Yblkoe1VQwtHSaNmIaGll/26YWRw==",
521
521
  "dev": true,
522
522
  "license": "MIT",
523
523
  "dependencies": {
524
- "@babel/helper-plugin-utils": "^7.24.8"
524
+ "@babel/helper-plugin-utils": "^7.25.7"
525
525
  },
526
526
  "engines": {
527
527
  "node": ">=6.9.0"
@@ -557,13 +557,13 @@
557
557
  }
558
558
  },
559
559
  "node_modules/@babel/plugin-syntax-jsx": {
560
- "version": "7.24.7",
561
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
562
- "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
560
+ "version": "7.25.7",
561
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.7.tgz",
562
+ "integrity": "sha512-ruZOnKO+ajVL/MVx+PwNBPOkrnXTXoWMtte1MBpegfCArhqOe3Bj52avVj1huLLxNKYKXYaSxZ2F+woK1ekXfw==",
563
563
  "dev": true,
564
564
  "license": "MIT",
565
565
  "dependencies": {
566
- "@babel/helper-plugin-utils": "^7.24.7"
566
+ "@babel/helper-plugin-utils": "^7.25.7"
567
567
  },
568
568
  "engines": {
569
569
  "node": ">=6.9.0"
@@ -683,13 +683,13 @@
683
683
  }
684
684
  },
685
685
  "node_modules/@babel/plugin-syntax-typescript": {
686
- "version": "7.25.4",
687
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.4.tgz",
688
- "integrity": "sha512-uMOCoHVU52BsSWxPOMVv5qKRdeSlPuImUCB2dlPuBSU+W2/ROE7/Zg8F2Kepbk+8yBa68LlRKxO+xgEVWorsDg==",
686
+ "version": "7.25.7",
687
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.7.tgz",
688
+ "integrity": "sha512-rR+5FDjpCHqqZN2bzZm18bVYGaejGq5ZkpVCJLXor/+zlSrSoc4KWcHI0URVWjl/68Dyr1uwZUz/1njycEAv9g==",
689
689
  "dev": true,
690
690
  "license": "MIT",
691
691
  "dependencies": {
692
- "@babel/helper-plugin-utils": "^7.24.8"
692
+ "@babel/helper-plugin-utils": "^7.25.7"
693
693
  },
694
694
  "engines": {
695
695
  "node": ">=6.9.0"
@@ -699,32 +699,32 @@
699
699
  }
700
700
  },
701
701
  "node_modules/@babel/template": {
702
- "version": "7.25.0",
703
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
704
- "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
702
+ "version": "7.25.7",
703
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.7.tgz",
704
+ "integrity": "sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==",
705
705
  "dev": true,
706
706
  "license": "MIT",
707
707
  "dependencies": {
708
- "@babel/code-frame": "^7.24.7",
709
- "@babel/parser": "^7.25.0",
710
- "@babel/types": "^7.25.0"
708
+ "@babel/code-frame": "^7.25.7",
709
+ "@babel/parser": "^7.25.7",
710
+ "@babel/types": "^7.25.7"
711
711
  },
712
712
  "engines": {
713
713
  "node": ">=6.9.0"
714
714
  }
715
715
  },
716
716
  "node_modules/@babel/traverse": {
717
- "version": "7.25.6",
718
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz",
719
- "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==",
717
+ "version": "7.25.7",
718
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.7.tgz",
719
+ "integrity": "sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==",
720
720
  "dev": true,
721
721
  "license": "MIT",
722
722
  "dependencies": {
723
- "@babel/code-frame": "^7.24.7",
724
- "@babel/generator": "^7.25.6",
725
- "@babel/parser": "^7.25.6",
726
- "@babel/template": "^7.25.0",
727
- "@babel/types": "^7.25.6",
723
+ "@babel/code-frame": "^7.25.7",
724
+ "@babel/generator": "^7.25.7",
725
+ "@babel/parser": "^7.25.7",
726
+ "@babel/template": "^7.25.7",
727
+ "@babel/types": "^7.25.7",
728
728
  "debug": "^4.3.1",
729
729
  "globals": "^11.1.0"
730
730
  },
@@ -743,14 +743,14 @@
743
743
  }
744
744
  },
745
745
  "node_modules/@babel/types": {
746
- "version": "7.25.6",
747
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz",
748
- "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==",
746
+ "version": "7.25.7",
747
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.7.tgz",
748
+ "integrity": "sha512-vwIVdXG+j+FOpkwqHRcBgHLYNL7XMkufrlaFvL9o6Ai9sJn9+PdyIL5qa0XzTZw084c+u9LOls53eoZWP/W5WQ==",
749
749
  "dev": true,
750
750
  "license": "MIT",
751
751
  "dependencies": {
752
- "@babel/helper-string-parser": "^7.24.8",
753
- "@babel/helper-validator-identifier": "^7.24.7",
752
+ "@babel/helper-string-parser": "^7.25.7",
753
+ "@babel/helper-validator-identifier": "^7.25.7",
754
754
  "to-fast-properties": "^2.0.0"
755
755
  },
756
756
  "engines": {
@@ -2916,9 +2916,9 @@
2916
2916
  }
2917
2917
  },
2918
2918
  "node_modules/caniuse-lite": {
2919
- "version": "1.0.30001664",
2920
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001664.tgz",
2921
- "integrity": "sha512-AmE7k4dXiNKQipgn7a2xg558IRqPN3jMQY/rOsbxDhrd0tyChwbITBfiwtnqz8bi2M5mIWbxAYBvk7W7QBUS2g==",
2919
+ "version": "1.0.30001666",
2920
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001666.tgz",
2921
+ "integrity": "sha512-gD14ICmoV5ZZM1OdzPWmpx+q4GyefaK06zi8hmfHV5xe4/2nOQX3+Dw5o+fSqOws2xVwL9j+anOPFwHzdEdV4g==",
2922
2922
  "dev": true,
2923
2923
  "funding": [
2924
2924
  {
@@ -4076,9 +4076,9 @@
4076
4076
  }
4077
4077
  },
4078
4078
  "node_modules/electron-to-chromium": {
4079
- "version": "1.5.30",
4080
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.30.tgz",
4081
- "integrity": "sha512-sXI35EBN4lYxzc/pIGorlymYNzDBOqkSlVRe6MkgBsW/hW1tpC/HDJ2fjG7XnjakzfLEuvdmux0Mjs6jHq4UOA==",
4079
+ "version": "1.5.31",
4080
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.31.tgz",
4081
+ "integrity": "sha512-QcDoBbQeYt0+3CWcK/rEbuHvwpbT/8SV9T3OSgs6cX1FlcUAkgrkqbg9zLnDrMM/rLamzQwal4LYFCiWk861Tg==",
4082
4082
  "dev": true,
4083
4083
  "license": "ISC"
4084
4084
  },
@@ -7166,16 +7166,16 @@
7166
7166
  }
7167
7167
  },
7168
7168
  "node_modules/jsesc": {
7169
- "version": "2.5.2",
7170
- "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
7171
- "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
7169
+ "version": "3.0.2",
7170
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
7171
+ "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
7172
7172
  "dev": true,
7173
7173
  "license": "MIT",
7174
7174
  "bin": {
7175
7175
  "jsesc": "bin/jsesc"
7176
7176
  },
7177
7177
  "engines": {
7178
- "node": ">=4"
7178
+ "node": ">=6"
7179
7179
  }
7180
7180
  },
7181
7181
  "node_modules/json-buffer": {
@@ -10344,22 +10344,22 @@
10344
10344
  }
10345
10345
  },
10346
10346
  "node_modules/tldts": {
10347
- "version": "6.1.48",
10348
- "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.48.tgz",
10349
- "integrity": "sha512-SPbnh1zaSzi/OsmHb1vrPNnYuwJbdWjwo5TbBYYMlTtH3/1DSb41t8bcSxkwDmmbG2q6VLPVvQc7Yf23T+1EEw==",
10347
+ "version": "6.1.49",
10348
+ "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.49.tgz",
10349
+ "integrity": "sha512-E5se9HuCyfwWvmc0JiXiocOw+Cm4tlJCKewdB5RKMH8MmtiTsQCc+yu5BBYB5ZN4lNbz8Xg65bqJ1odS9+RhIA==",
10350
10350
  "dev": true,
10351
10351
  "license": "MIT",
10352
10352
  "dependencies": {
10353
- "tldts-core": "^6.1.48"
10353
+ "tldts-core": "^6.1.49"
10354
10354
  },
10355
10355
  "bin": {
10356
10356
  "tldts": "bin/cli.js"
10357
10357
  }
10358
10358
  },
10359
10359
  "node_modules/tldts-core": {
10360
- "version": "6.1.48",
10361
- "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.48.tgz",
10362
- "integrity": "sha512-3gD9iKn/n2UuFH1uilBviK9gvTNT6iYwdqrj1Vr5mh8FuelvpRNaYVH4pNYqUgOGU4aAdL9X35eLuuj0gRsx+A==",
10360
+ "version": "6.1.49",
10361
+ "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.49.tgz",
10362
+ "integrity": "sha512-ctRO/wzBasOCxAStJG/60Qe8/QpGmaVPsE8djdk0vioxN4uCOgKoveH71Qc2EOmVMIjVf0BjigI5p9ZDuLOygg==",
10363
10363
  "dev": true,
10364
10364
  "license": "MIT"
10365
10365
  },
package/package.json CHANGED
@@ -78,7 +78,7 @@
78
78
  "publishConfig": {
79
79
  "access": "public"
80
80
  },
81
- "version": "2.155.0",
81
+ "version": "2.155.1",
82
82
  "types": "lib/index.d.ts",
83
83
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
84
84
  }