cdk-assets 2.151.7 → 2.151.9
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/npm-shrinkwrap.json +207 -156
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdk-assets",
|
|
3
|
-
"version": "2.151.
|
|
3
|
+
"version": "2.151.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "cdk-assets",
|
|
9
|
-
"version": "2.151.
|
|
9
|
+
"version": "2.151.9",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-cdk/cloud-assembly-schema": "^36.0.0",
|
|
13
|
-
"@aws-cdk/cx-api": "^2.151.
|
|
13
|
+
"@aws-cdk/cx-api": "^2.151.1",
|
|
14
14
|
"archiver": "^5.3.2",
|
|
15
|
-
"aws-sdk": "^2.
|
|
15
|
+
"aws-sdk": "^2.1675.0",
|
|
16
16
|
"glob": "^7.2.3",
|
|
17
17
|
"mime": "^2.6.0",
|
|
18
18
|
"yargs": "^16.2.0"
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@aws-cdk/cloud-assembly-schema": {
|
|
68
|
-
"version": "36.0.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-36.0.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "36.0.6",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-36.0.6.tgz",
|
|
70
|
+
"integrity": "sha512-ZF7d7D5+eM7IReYJXzSEYaaw7+JXM20NFGRRjUqmckKFF5GUds4ouExyihRgOE/HjwGgcAOPKMxzCmMJCqLVWQ==",
|
|
71
71
|
"bundleDependencies": [
|
|
72
72
|
"jsonschema",
|
|
73
73
|
"semver"
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"node_modules/@aws-cdk/cx-api": {
|
|
108
|
-
"version": "2.151.
|
|
109
|
-
"resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.151.
|
|
110
|
-
"integrity": "sha512-
|
|
108
|
+
"version": "2.151.1",
|
|
109
|
+
"resolved": "https://registry.npmjs.org/@aws-cdk/cx-api/-/cx-api-2.151.1.tgz",
|
|
110
|
+
"integrity": "sha512-pkDgjncFjtw/Y2kaW5Y5msU/TcUPyohx+FDNGw/lHrW74t7NKf+ydxRPAxN/FbAweX2aWlpEqpHU5iatZflBUg==",
|
|
111
111
|
"bundleDependencies": [
|
|
112
112
|
"semver"
|
|
113
113
|
],
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"node": ">= 14.15.0"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
|
-
"@aws-cdk/cloud-assembly-schema": "2.151.
|
|
122
|
+
"@aws-cdk/cloud-assembly-schema": "2.151.1"
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
"node_modules/@aws-cdk/cx-api/node_modules/semver": {
|
|
@@ -498,6 +498,38 @@
|
|
|
498
498
|
"@babel/core": "^7.0.0-0"
|
|
499
499
|
}
|
|
500
500
|
},
|
|
501
|
+
"node_modules/@babel/plugin-syntax-class-static-block": {
|
|
502
|
+
"version": "7.14.5",
|
|
503
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
|
|
504
|
+
"integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==",
|
|
505
|
+
"dev": true,
|
|
506
|
+
"license": "MIT",
|
|
507
|
+
"dependencies": {
|
|
508
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
|
509
|
+
},
|
|
510
|
+
"engines": {
|
|
511
|
+
"node": ">=6.9.0"
|
|
512
|
+
},
|
|
513
|
+
"peerDependencies": {
|
|
514
|
+
"@babel/core": "^7.0.0-0"
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
518
|
+
"version": "7.24.7",
|
|
519
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz",
|
|
520
|
+
"integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==",
|
|
521
|
+
"dev": true,
|
|
522
|
+
"license": "MIT",
|
|
523
|
+
"dependencies": {
|
|
524
|
+
"@babel/helper-plugin-utils": "^7.24.7"
|
|
525
|
+
},
|
|
526
|
+
"engines": {
|
|
527
|
+
"node": ">=6.9.0"
|
|
528
|
+
},
|
|
529
|
+
"peerDependencies": {
|
|
530
|
+
"@babel/core": "^7.0.0-0"
|
|
531
|
+
}
|
|
532
|
+
},
|
|
501
533
|
"node_modules/@babel/plugin-syntax-import-meta": {
|
|
502
534
|
"version": "7.10.4",
|
|
503
535
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
|
|
@@ -618,6 +650,22 @@
|
|
|
618
650
|
"@babel/core": "^7.0.0-0"
|
|
619
651
|
}
|
|
620
652
|
},
|
|
653
|
+
"node_modules/@babel/plugin-syntax-private-property-in-object": {
|
|
654
|
+
"version": "7.14.5",
|
|
655
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
|
|
656
|
+
"integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==",
|
|
657
|
+
"dev": true,
|
|
658
|
+
"license": "MIT",
|
|
659
|
+
"dependencies": {
|
|
660
|
+
"@babel/helper-plugin-utils": "^7.14.5"
|
|
661
|
+
},
|
|
662
|
+
"engines": {
|
|
663
|
+
"node": ">=6.9.0"
|
|
664
|
+
},
|
|
665
|
+
"peerDependencies": {
|
|
666
|
+
"@babel/core": "^7.0.0-0"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
621
669
|
"node_modules/@babel/plugin-syntax-top-level-await": {
|
|
622
670
|
"version": "7.14.5",
|
|
623
671
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
|
|
@@ -919,19 +967,19 @@
|
|
|
919
967
|
}
|
|
920
968
|
},
|
|
921
969
|
"node_modules/@jest/console/node_modules/@types/node": {
|
|
922
|
-
"version": "22.
|
|
923
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
924
|
-
"integrity": "sha512-
|
|
970
|
+
"version": "22.3.0",
|
|
971
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
972
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
925
973
|
"dev": true,
|
|
926
974
|
"license": "MIT",
|
|
927
975
|
"dependencies": {
|
|
928
|
-
"undici-types": "~6.
|
|
976
|
+
"undici-types": "~6.18.2"
|
|
929
977
|
}
|
|
930
978
|
},
|
|
931
979
|
"node_modules/@jest/console/node_modules/undici-types": {
|
|
932
|
-
"version": "6.
|
|
933
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
934
|
-
"integrity": "sha512-
|
|
980
|
+
"version": "6.18.2",
|
|
981
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
982
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
935
983
|
"dev": true,
|
|
936
984
|
"license": "MIT"
|
|
937
985
|
},
|
|
@@ -984,13 +1032,13 @@
|
|
|
984
1032
|
}
|
|
985
1033
|
},
|
|
986
1034
|
"node_modules/@jest/core/node_modules/@types/node": {
|
|
987
|
-
"version": "22.
|
|
988
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
989
|
-
"integrity": "sha512-
|
|
1035
|
+
"version": "22.3.0",
|
|
1036
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1037
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
990
1038
|
"dev": true,
|
|
991
1039
|
"license": "MIT",
|
|
992
1040
|
"dependencies": {
|
|
993
|
-
"undici-types": "~6.
|
|
1041
|
+
"undici-types": "~6.18.2"
|
|
994
1042
|
}
|
|
995
1043
|
},
|
|
996
1044
|
"node_modules/@jest/core/node_modules/jest-config": {
|
|
@@ -1040,9 +1088,9 @@
|
|
|
1040
1088
|
}
|
|
1041
1089
|
},
|
|
1042
1090
|
"node_modules/@jest/core/node_modules/undici-types": {
|
|
1043
|
-
"version": "6.
|
|
1044
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1045
|
-
"integrity": "sha512-
|
|
1091
|
+
"version": "6.18.2",
|
|
1092
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1093
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1046
1094
|
"dev": true,
|
|
1047
1095
|
"license": "MIT"
|
|
1048
1096
|
},
|
|
@@ -1063,19 +1111,19 @@
|
|
|
1063
1111
|
}
|
|
1064
1112
|
},
|
|
1065
1113
|
"node_modules/@jest/environment/node_modules/@types/node": {
|
|
1066
|
-
"version": "22.
|
|
1067
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
1068
|
-
"integrity": "sha512-
|
|
1114
|
+
"version": "22.3.0",
|
|
1115
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1116
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
1069
1117
|
"dev": true,
|
|
1070
1118
|
"license": "MIT",
|
|
1071
1119
|
"dependencies": {
|
|
1072
|
-
"undici-types": "~6.
|
|
1120
|
+
"undici-types": "~6.18.2"
|
|
1073
1121
|
}
|
|
1074
1122
|
},
|
|
1075
1123
|
"node_modules/@jest/environment/node_modules/undici-types": {
|
|
1076
|
-
"version": "6.
|
|
1077
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1078
|
-
"integrity": "sha512-
|
|
1124
|
+
"version": "6.18.2",
|
|
1125
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1126
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1079
1127
|
"dev": true,
|
|
1080
1128
|
"license": "MIT"
|
|
1081
1129
|
},
|
|
@@ -1125,19 +1173,19 @@
|
|
|
1125
1173
|
}
|
|
1126
1174
|
},
|
|
1127
1175
|
"node_modules/@jest/fake-timers/node_modules/@types/node": {
|
|
1128
|
-
"version": "22.
|
|
1129
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
1130
|
-
"integrity": "sha512-
|
|
1176
|
+
"version": "22.3.0",
|
|
1177
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1178
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
1131
1179
|
"dev": true,
|
|
1132
1180
|
"license": "MIT",
|
|
1133
1181
|
"dependencies": {
|
|
1134
|
-
"undici-types": "~6.
|
|
1182
|
+
"undici-types": "~6.18.2"
|
|
1135
1183
|
}
|
|
1136
1184
|
},
|
|
1137
1185
|
"node_modules/@jest/fake-timers/node_modules/undici-types": {
|
|
1138
|
-
"version": "6.
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1140
|
-
"integrity": "sha512-
|
|
1186
|
+
"version": "6.18.2",
|
|
1187
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1188
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1141
1189
|
"dev": true,
|
|
1142
1190
|
"license": "MIT"
|
|
1143
1191
|
},
|
|
@@ -1202,19 +1250,19 @@
|
|
|
1202
1250
|
}
|
|
1203
1251
|
},
|
|
1204
1252
|
"node_modules/@jest/reporters/node_modules/@types/node": {
|
|
1205
|
-
"version": "22.
|
|
1206
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
1207
|
-
"integrity": "sha512-
|
|
1253
|
+
"version": "22.3.0",
|
|
1254
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1255
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
1208
1256
|
"dev": true,
|
|
1209
1257
|
"license": "MIT",
|
|
1210
1258
|
"dependencies": {
|
|
1211
|
-
"undici-types": "~6.
|
|
1259
|
+
"undici-types": "~6.18.2"
|
|
1212
1260
|
}
|
|
1213
1261
|
},
|
|
1214
1262
|
"node_modules/@jest/reporters/node_modules/undici-types": {
|
|
1215
|
-
"version": "6.
|
|
1216
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1217
|
-
"integrity": "sha512-
|
|
1263
|
+
"version": "6.18.2",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1265
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1218
1266
|
"dev": true,
|
|
1219
1267
|
"license": "MIT"
|
|
1220
1268
|
},
|
|
@@ -1324,13 +1372,13 @@
|
|
|
1324
1372
|
}
|
|
1325
1373
|
},
|
|
1326
1374
|
"node_modules/@jest/types/node_modules/@types/node": {
|
|
1327
|
-
"version": "22.
|
|
1328
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
1329
|
-
"integrity": "sha512-
|
|
1375
|
+
"version": "22.3.0",
|
|
1376
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1377
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
1330
1378
|
"dev": true,
|
|
1331
1379
|
"license": "MIT",
|
|
1332
1380
|
"dependencies": {
|
|
1333
|
-
"undici-types": "~6.
|
|
1381
|
+
"undici-types": "~6.18.2"
|
|
1334
1382
|
}
|
|
1335
1383
|
},
|
|
1336
1384
|
"node_modules/@jest/types/node_modules/@types/yargs": {
|
|
@@ -1344,9 +1392,9 @@
|
|
|
1344
1392
|
}
|
|
1345
1393
|
},
|
|
1346
1394
|
"node_modules/@jest/types/node_modules/undici-types": {
|
|
1347
|
-
"version": "6.
|
|
1348
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1349
|
-
"integrity": "sha512-
|
|
1395
|
+
"version": "6.18.2",
|
|
1396
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1397
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1350
1398
|
"dev": true,
|
|
1351
1399
|
"license": "MIT"
|
|
1352
1400
|
},
|
|
@@ -1628,19 +1676,19 @@
|
|
|
1628
1676
|
}
|
|
1629
1677
|
},
|
|
1630
1678
|
"node_modules/@types/glob/node_modules/@types/node": {
|
|
1631
|
-
"version": "22.
|
|
1632
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
1633
|
-
"integrity": "sha512-
|
|
1679
|
+
"version": "22.3.0",
|
|
1680
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1681
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
1634
1682
|
"dev": true,
|
|
1635
1683
|
"license": "MIT",
|
|
1636
1684
|
"dependencies": {
|
|
1637
|
-
"undici-types": "~6.
|
|
1685
|
+
"undici-types": "~6.18.2"
|
|
1638
1686
|
}
|
|
1639
1687
|
},
|
|
1640
1688
|
"node_modules/@types/glob/node_modules/undici-types": {
|
|
1641
|
-
"version": "6.
|
|
1642
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1643
|
-
"integrity": "sha512-
|
|
1689
|
+
"version": "6.18.2",
|
|
1690
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1691
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1644
1692
|
"dev": true,
|
|
1645
1693
|
"license": "MIT"
|
|
1646
1694
|
},
|
|
@@ -1655,19 +1703,19 @@
|
|
|
1655
1703
|
}
|
|
1656
1704
|
},
|
|
1657
1705
|
"node_modules/@types/graceful-fs/node_modules/@types/node": {
|
|
1658
|
-
"version": "22.
|
|
1659
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
1660
|
-
"integrity": "sha512-
|
|
1706
|
+
"version": "22.3.0",
|
|
1707
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1708
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
1661
1709
|
"dev": true,
|
|
1662
1710
|
"license": "MIT",
|
|
1663
1711
|
"dependencies": {
|
|
1664
|
-
"undici-types": "~6.
|
|
1712
|
+
"undici-types": "~6.18.2"
|
|
1665
1713
|
}
|
|
1666
1714
|
},
|
|
1667
1715
|
"node_modules/@types/graceful-fs/node_modules/undici-types": {
|
|
1668
|
-
"version": "6.
|
|
1669
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1670
|
-
"integrity": "sha512-
|
|
1716
|
+
"version": "6.18.2",
|
|
1717
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1718
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1671
1719
|
"dev": true,
|
|
1672
1720
|
"license": "MIT"
|
|
1673
1721
|
},
|
|
@@ -1765,19 +1813,19 @@
|
|
|
1765
1813
|
}
|
|
1766
1814
|
},
|
|
1767
1815
|
"node_modules/@types/readdir-glob/node_modules/@types/node": {
|
|
1768
|
-
"version": "22.
|
|
1769
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
1770
|
-
"integrity": "sha512-
|
|
1816
|
+
"version": "22.3.0",
|
|
1817
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
1818
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
1771
1819
|
"dev": true,
|
|
1772
1820
|
"license": "MIT",
|
|
1773
1821
|
"dependencies": {
|
|
1774
|
-
"undici-types": "~6.
|
|
1822
|
+
"undici-types": "~6.18.2"
|
|
1775
1823
|
}
|
|
1776
1824
|
},
|
|
1777
1825
|
"node_modules/@types/readdir-glob/node_modules/undici-types": {
|
|
1778
|
-
"version": "6.
|
|
1779
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
1780
|
-
"integrity": "sha512-
|
|
1826
|
+
"version": "6.18.2",
|
|
1827
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
1828
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
1781
1829
|
"dev": true,
|
|
1782
1830
|
"license": "MIT"
|
|
1783
1831
|
},
|
|
@@ -2414,9 +2462,9 @@
|
|
|
2414
2462
|
}
|
|
2415
2463
|
},
|
|
2416
2464
|
"node_modules/aws-sdk": {
|
|
2417
|
-
"version": "2.
|
|
2418
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
2419
|
-
"integrity": "sha512-
|
|
2465
|
+
"version": "2.1675.0",
|
|
2466
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1675.0.tgz",
|
|
2467
|
+
"integrity": "sha512-gkqNAP0m3gDpnZCKL2OLdwAG+SjYT9MURGfTkixAWHIPDYD4OQf3sCcZNBTTTeOvOXus/tJIpgafKHD9DCIOCQ==",
|
|
2420
2468
|
"hasInstallScript": true,
|
|
2421
2469
|
"license": "Apache-2.0",
|
|
2422
2470
|
"dependencies": {
|
|
@@ -2524,24 +2572,27 @@
|
|
|
2524
2572
|
}
|
|
2525
2573
|
},
|
|
2526
2574
|
"node_modules/babel-preset-current-node-syntax": {
|
|
2527
|
-
"version": "1.0
|
|
2528
|
-
"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.
|
|
2529
|
-
"integrity": "sha512-
|
|
2575
|
+
"version": "1.1.0",
|
|
2576
|
+
"resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.1.0.tgz",
|
|
2577
|
+
"integrity": "sha512-ldYss8SbBlWva1bs28q78Ju5Zq1F+8BrqBZZ0VFhLBvhh6lCpC2o3gDJi/5DRLs9FgYZCnmPYIVFU4lRXCkyUw==",
|
|
2530
2578
|
"dev": true,
|
|
2531
2579
|
"license": "MIT",
|
|
2532
2580
|
"dependencies": {
|
|
2533
2581
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
2534
2582
|
"@babel/plugin-syntax-bigint": "^7.8.3",
|
|
2535
|
-
"@babel/plugin-syntax-class-properties": "^7.
|
|
2536
|
-
"@babel/plugin-syntax-
|
|
2583
|
+
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
2584
|
+
"@babel/plugin-syntax-class-static-block": "^7.14.5",
|
|
2585
|
+
"@babel/plugin-syntax-import-attributes": "^7.24.7",
|
|
2586
|
+
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
2537
2587
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
2538
|
-
"@babel/plugin-syntax-logical-assignment-operators": "^7.
|
|
2588
|
+
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
2539
2589
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
2540
|
-
"@babel/plugin-syntax-numeric-separator": "^7.
|
|
2590
|
+
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
2541
2591
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
2542
2592
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
2543
2593
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
2544
|
-
"@babel/plugin-syntax-
|
|
2594
|
+
"@babel/plugin-syntax-private-property-in-object": "^7.14.5",
|
|
2595
|
+
"@babel/plugin-syntax-top-level-await": "^7.14.5"
|
|
2545
2596
|
},
|
|
2546
2597
|
"peerDependencies": {
|
|
2547
2598
|
"@babel/core": "^7.0.0"
|
|
@@ -3742,9 +3793,9 @@
|
|
|
3742
3793
|
}
|
|
3743
3794
|
},
|
|
3744
3795
|
"node_modules/electron-to-chromium": {
|
|
3745
|
-
"version": "1.5.
|
|
3746
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
3747
|
-
"integrity": "sha512-
|
|
3796
|
+
"version": "1.5.7",
|
|
3797
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.7.tgz",
|
|
3798
|
+
"integrity": "sha512-6FTNWIWMxMy/ZY6799nBlPtF1DFDQ6VQJ7yyDP27SJNt5lwtQ5ufqVvHylb3fdQefvRcgA3fKcFMJi9OLwBRNw==",
|
|
3748
3799
|
"dev": true,
|
|
3749
3800
|
"license": "ISC"
|
|
3750
3801
|
},
|
|
@@ -5960,19 +6011,19 @@
|
|
|
5960
6011
|
}
|
|
5961
6012
|
},
|
|
5962
6013
|
"node_modules/jest-circus/node_modules/@types/node": {
|
|
5963
|
-
"version": "22.
|
|
5964
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
5965
|
-
"integrity": "sha512-
|
|
6014
|
+
"version": "22.3.0",
|
|
6015
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6016
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
5966
6017
|
"dev": true,
|
|
5967
6018
|
"license": "MIT",
|
|
5968
6019
|
"dependencies": {
|
|
5969
|
-
"undici-types": "~6.
|
|
6020
|
+
"undici-types": "~6.18.2"
|
|
5970
6021
|
}
|
|
5971
6022
|
},
|
|
5972
6023
|
"node_modules/jest-circus/node_modules/undici-types": {
|
|
5973
|
-
"version": "6.
|
|
5974
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
5975
|
-
"integrity": "sha512-
|
|
6024
|
+
"version": "6.18.2",
|
|
6025
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6026
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
5976
6027
|
"dev": true,
|
|
5977
6028
|
"license": "MIT"
|
|
5978
6029
|
},
|
|
@@ -6101,19 +6152,19 @@
|
|
|
6101
6152
|
}
|
|
6102
6153
|
},
|
|
6103
6154
|
"node_modules/jest-config/node_modules/@types/node": {
|
|
6104
|
-
"version": "22.
|
|
6155
|
+
"version": "22.3.0",
|
|
6105
6156
|
"dev": true,
|
|
6106
6157
|
"license": "MIT",
|
|
6107
6158
|
"optional": true,
|
|
6108
6159
|
"peer": true,
|
|
6109
6160
|
"dependencies": {
|
|
6110
|
-
"undici-types": "~6.
|
|
6161
|
+
"undici-types": "~6.18.2"
|
|
6111
6162
|
}
|
|
6112
6163
|
},
|
|
6113
6164
|
"node_modules/jest-config/node_modules/undici-types": {
|
|
6114
|
-
"version": "6.
|
|
6115
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6116
|
-
"integrity": "sha512-
|
|
6165
|
+
"version": "6.18.2",
|
|
6166
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6167
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6117
6168
|
"dev": true,
|
|
6118
6169
|
"license": "MIT",
|
|
6119
6170
|
"optional": true,
|
|
@@ -6184,19 +6235,19 @@
|
|
|
6184
6235
|
}
|
|
6185
6236
|
},
|
|
6186
6237
|
"node_modules/jest-environment-node/node_modules/@types/node": {
|
|
6187
|
-
"version": "22.
|
|
6188
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6189
|
-
"integrity": "sha512-
|
|
6238
|
+
"version": "22.3.0",
|
|
6239
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6240
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6190
6241
|
"dev": true,
|
|
6191
6242
|
"license": "MIT",
|
|
6192
6243
|
"dependencies": {
|
|
6193
|
-
"undici-types": "~6.
|
|
6244
|
+
"undici-types": "~6.18.2"
|
|
6194
6245
|
}
|
|
6195
6246
|
},
|
|
6196
6247
|
"node_modules/jest-environment-node/node_modules/undici-types": {
|
|
6197
|
-
"version": "6.
|
|
6198
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6199
|
-
"integrity": "sha512-
|
|
6248
|
+
"version": "6.18.2",
|
|
6249
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6250
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6200
6251
|
"dev": true,
|
|
6201
6252
|
"license": "MIT"
|
|
6202
6253
|
},
|
|
@@ -6237,19 +6288,19 @@
|
|
|
6237
6288
|
}
|
|
6238
6289
|
},
|
|
6239
6290
|
"node_modules/jest-haste-map/node_modules/@types/node": {
|
|
6240
|
-
"version": "22.
|
|
6241
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6242
|
-
"integrity": "sha512-
|
|
6291
|
+
"version": "22.3.0",
|
|
6292
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6293
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6243
6294
|
"dev": true,
|
|
6244
6295
|
"license": "MIT",
|
|
6245
6296
|
"dependencies": {
|
|
6246
|
-
"undici-types": "~6.
|
|
6297
|
+
"undici-types": "~6.18.2"
|
|
6247
6298
|
}
|
|
6248
6299
|
},
|
|
6249
6300
|
"node_modules/jest-haste-map/node_modules/undici-types": {
|
|
6250
|
-
"version": "6.
|
|
6251
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6252
|
-
"integrity": "sha512-
|
|
6301
|
+
"version": "6.18.2",
|
|
6302
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6303
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6253
6304
|
"dev": true,
|
|
6254
6305
|
"license": "MIT"
|
|
6255
6306
|
},
|
|
@@ -6346,19 +6397,19 @@
|
|
|
6346
6397
|
}
|
|
6347
6398
|
},
|
|
6348
6399
|
"node_modules/jest-mock/node_modules/@types/node": {
|
|
6349
|
-
"version": "22.
|
|
6350
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6351
|
-
"integrity": "sha512-
|
|
6400
|
+
"version": "22.3.0",
|
|
6401
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6402
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6352
6403
|
"dev": true,
|
|
6353
6404
|
"license": "MIT",
|
|
6354
6405
|
"dependencies": {
|
|
6355
|
-
"undici-types": "~6.
|
|
6406
|
+
"undici-types": "~6.18.2"
|
|
6356
6407
|
}
|
|
6357
6408
|
},
|
|
6358
6409
|
"node_modules/jest-mock/node_modules/undici-types": {
|
|
6359
|
-
"version": "6.
|
|
6360
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6361
|
-
"integrity": "sha512-
|
|
6410
|
+
"version": "6.18.2",
|
|
6411
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6412
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6362
6413
|
"dev": true,
|
|
6363
6414
|
"license": "MIT"
|
|
6364
6415
|
},
|
|
@@ -6459,19 +6510,19 @@
|
|
|
6459
6510
|
}
|
|
6460
6511
|
},
|
|
6461
6512
|
"node_modules/jest-runner/node_modules/@types/node": {
|
|
6462
|
-
"version": "22.
|
|
6463
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6464
|
-
"integrity": "sha512-
|
|
6513
|
+
"version": "22.3.0",
|
|
6514
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6515
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6465
6516
|
"dev": true,
|
|
6466
6517
|
"license": "MIT",
|
|
6467
6518
|
"dependencies": {
|
|
6468
|
-
"undici-types": "~6.
|
|
6519
|
+
"undici-types": "~6.18.2"
|
|
6469
6520
|
}
|
|
6470
6521
|
},
|
|
6471
6522
|
"node_modules/jest-runner/node_modules/undici-types": {
|
|
6472
|
-
"version": "6.
|
|
6473
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6474
|
-
"integrity": "sha512-
|
|
6523
|
+
"version": "6.18.2",
|
|
6524
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6525
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6475
6526
|
"dev": true,
|
|
6476
6527
|
"license": "MIT"
|
|
6477
6528
|
},
|
|
@@ -6510,13 +6561,13 @@
|
|
|
6510
6561
|
}
|
|
6511
6562
|
},
|
|
6512
6563
|
"node_modules/jest-runtime/node_modules/@types/node": {
|
|
6513
|
-
"version": "22.
|
|
6514
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6515
|
-
"integrity": "sha512-
|
|
6564
|
+
"version": "22.3.0",
|
|
6565
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6566
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6516
6567
|
"dev": true,
|
|
6517
6568
|
"license": "MIT",
|
|
6518
6569
|
"dependencies": {
|
|
6519
|
-
"undici-types": "~6.
|
|
6570
|
+
"undici-types": "~6.18.2"
|
|
6520
6571
|
}
|
|
6521
6572
|
},
|
|
6522
6573
|
"node_modules/jest-runtime/node_modules/strip-bom": {
|
|
@@ -6530,9 +6581,9 @@
|
|
|
6530
6581
|
}
|
|
6531
6582
|
},
|
|
6532
6583
|
"node_modules/jest-runtime/node_modules/undici-types": {
|
|
6533
|
-
"version": "6.
|
|
6534
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6535
|
-
"integrity": "sha512-
|
|
6584
|
+
"version": "6.18.2",
|
|
6585
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6586
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6536
6587
|
"dev": true,
|
|
6537
6588
|
"license": "MIT"
|
|
6538
6589
|
},
|
|
@@ -6587,19 +6638,19 @@
|
|
|
6587
6638
|
}
|
|
6588
6639
|
},
|
|
6589
6640
|
"node_modules/jest-util/node_modules/@types/node": {
|
|
6590
|
-
"version": "22.
|
|
6591
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6592
|
-
"integrity": "sha512-
|
|
6641
|
+
"version": "22.3.0",
|
|
6642
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6643
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6593
6644
|
"dev": true,
|
|
6594
6645
|
"license": "MIT",
|
|
6595
6646
|
"dependencies": {
|
|
6596
|
-
"undici-types": "~6.
|
|
6647
|
+
"undici-types": "~6.18.2"
|
|
6597
6648
|
}
|
|
6598
6649
|
},
|
|
6599
6650
|
"node_modules/jest-util/node_modules/undici-types": {
|
|
6600
|
-
"version": "6.
|
|
6601
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6602
|
-
"integrity": "sha512-
|
|
6651
|
+
"version": "6.18.2",
|
|
6652
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6653
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6603
6654
|
"dev": true,
|
|
6604
6655
|
"license": "MIT"
|
|
6605
6656
|
},
|
|
@@ -6655,19 +6706,19 @@
|
|
|
6655
6706
|
}
|
|
6656
6707
|
},
|
|
6657
6708
|
"node_modules/jest-watcher/node_modules/@types/node": {
|
|
6658
|
-
"version": "22.
|
|
6659
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6660
|
-
"integrity": "sha512-
|
|
6709
|
+
"version": "22.3.0",
|
|
6710
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6711
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6661
6712
|
"dev": true,
|
|
6662
6713
|
"license": "MIT",
|
|
6663
6714
|
"dependencies": {
|
|
6664
|
-
"undici-types": "~6.
|
|
6715
|
+
"undici-types": "~6.18.2"
|
|
6665
6716
|
}
|
|
6666
6717
|
},
|
|
6667
6718
|
"node_modules/jest-watcher/node_modules/undici-types": {
|
|
6668
|
-
"version": "6.
|
|
6669
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6670
|
-
"integrity": "sha512-
|
|
6719
|
+
"version": "6.18.2",
|
|
6720
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6721
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6671
6722
|
"dev": true,
|
|
6672
6723
|
"license": "MIT"
|
|
6673
6724
|
},
|
|
@@ -6688,13 +6739,13 @@
|
|
|
6688
6739
|
}
|
|
6689
6740
|
},
|
|
6690
6741
|
"node_modules/jest-worker/node_modules/@types/node": {
|
|
6691
|
-
"version": "22.
|
|
6692
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
6693
|
-
"integrity": "sha512-
|
|
6742
|
+
"version": "22.3.0",
|
|
6743
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.3.0.tgz",
|
|
6744
|
+
"integrity": "sha512-nrWpWVaDZuaVc5X84xJ0vNrLvomM205oQyLsRt7OHNZbSHslcWsvgFR7O7hire2ZonjLrWBbedmotmIlJDVd6g==",
|
|
6694
6745
|
"dev": true,
|
|
6695
6746
|
"license": "MIT",
|
|
6696
6747
|
"dependencies": {
|
|
6697
|
-
"undici-types": "~6.
|
|
6748
|
+
"undici-types": "~6.18.2"
|
|
6698
6749
|
}
|
|
6699
6750
|
},
|
|
6700
6751
|
"node_modules/jest-worker/node_modules/supports-color": {
|
|
@@ -6714,9 +6765,9 @@
|
|
|
6714
6765
|
}
|
|
6715
6766
|
},
|
|
6716
6767
|
"node_modules/jest-worker/node_modules/undici-types": {
|
|
6717
|
-
"version": "6.
|
|
6718
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
6719
|
-
"integrity": "sha512-
|
|
6768
|
+
"version": "6.18.2",
|
|
6769
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.18.2.tgz",
|
|
6770
|
+
"integrity": "sha512-5ruQbENj95yDYJNS3TvcaxPMshV7aizdv/hWYjGIKoANWKjhWNBsr2YEuYZKodQulB1b8l7ILOuDQep3afowQQ==",
|
|
6720
6771
|
"dev": true,
|
|
6721
6772
|
"license": "MIT"
|
|
6722
6773
|
},
|
package/package.json
CHANGED
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@aws-cdk/cloud-assembly-schema": "^36.0.0",
|
|
63
|
-
"@aws-cdk/cx-api": "^2.151.
|
|
63
|
+
"@aws-cdk/cx-api": "^2.151.1",
|
|
64
64
|
"archiver": "^5.3.2",
|
|
65
|
-
"aws-sdk": "^2.
|
|
65
|
+
"aws-sdk": "^2.1675.0",
|
|
66
66
|
"glob": "^7.2.3",
|
|
67
67
|
"mime": "^2.6.0",
|
|
68
68
|
"yargs": "^16.2.0"
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
},
|
|
80
|
-
"version": "2.151.
|
|
80
|
+
"version": "2.151.9",
|
|
81
81
|
"types": "lib/index.d.ts",
|
|
82
82
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
83
83
|
}
|