cdk-assets 2.151.6 → 2.151.8
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 +68 -17
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdk-assets",
|
|
3
|
-
"version": "2.151.
|
|
3
|
+
"version": "2.151.8",
|
|
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.8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-cdk/cloud-assembly-schema": "^36.0.0",
|
|
13
13
|
"@aws-cdk/cx-api": "^2.151.0",
|
|
14
14
|
"archiver": "^5.3.2",
|
|
15
|
-
"aws-sdk": "^2.
|
|
15
|
+
"aws-sdk": "^2.1674.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.5",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-36.0.5.tgz",
|
|
70
|
+
"integrity": "sha512-3BYOfDqB+xU/ZCjdQ1SDc6qodvg93DY7MPU9FuuIhvqLQBsuO6e//WNZlkToo/QXE9FFm7d/TQI9AyAD/Y/84w==",
|
|
71
71
|
"bundleDependencies": [
|
|
72
72
|
"jsonschema",
|
|
73
73
|
"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",
|
|
@@ -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.1674.0",
|
|
2466
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1674.0.tgz",
|
|
2467
|
+
"integrity": "sha512-VTijN8+pKrf4sfM2t+ISXjypJ+k3AiP6OMzyLoWJ7jfMBtBfWbQc1rN07OndNb0CZRBBukOHoBhYDPuyae+/1Q==",
|
|
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"
|
package/package.json
CHANGED
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@aws-cdk/cloud-assembly-schema": "^36.0.0",
|
|
63
63
|
"@aws-cdk/cx-api": "^2.151.0",
|
|
64
64
|
"archiver": "^5.3.2",
|
|
65
|
-
"aws-sdk": "^2.
|
|
65
|
+
"aws-sdk": "^2.1674.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.8",
|
|
81
81
|
"types": "lib/index.d.ts",
|
|
82
82
|
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
83
83
|
}
|