Skip to content

Commit 1df63ab

Browse files
author
Dane Pilcher
authored
chore: use resolutions for aws-cdk-lib (#957)
1 parent bc32bce commit 1df63ab

File tree

3 files changed

+35
-35
lines changed

3 files changed

+35
-35
lines changed

dependency_licenses.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ Apache License
12531253

12541254
-----
12551255

1256-
The following software may be included in this product: @aws-cdk/asset-awscli-v1, @aws-cdk/asset-kubectl-v20, @aws-cdk/asset-node-proxy-agent-v6. A copy of the source code may be downloaded from https://github.com/cdklabs/awscdk-asset-awscli.git (@aws-cdk/asset-awscli-v1), https://github.com/cdklabs/awscdk-asset-kubectl.git (@aws-cdk/asset-kubectl-v20), https://github.com/cdklabs/awscdk-asset-node-proxy-agent.git (@aws-cdk/asset-node-proxy-agent-v6). This software contains the following license and notice below:
1256+
The following software may be included in this product: @aws-cdk/asset-awscli-v1, @aws-cdk/asset-node-proxy-agent-v6. A copy of the source code may be downloaded from https://github.com/cdklabs/awscdk-asset-awscli.git (@aws-cdk/asset-awscli-v1), https://github.com/cdklabs/awscdk-asset-node-proxy-agent.git (@aws-cdk/asset-node-proxy-agent-v6). This software contains the following license and notice below:
12571257

12581258
Apache License
12591259
Version 2.0, January 2004
@@ -1464,7 +1464,7 @@ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
14641464

14651465
-----
14661466

1467-
The following software may be included in this product: @aws-cdk/cloud-assembly-schema. A copy of the source code may be downloaded from https://github.com/cdklabs/cloud-assembly-schema.git. This software contains the following license and notice below:
1467+
The following software may be included in this product: @aws-cdk/cloud-assembly-schema. A copy of the source code may be downloaded from https://github.com/aws/aws-cdk-cli. This software contains the following license and notice below:
14681468

14691469
Apache License
14701470
Version 2.0, January 2004
@@ -5834,7 +5834,7 @@ The following software may be included in this product: ajv. A copy of the sourc
58345834

58355835
The MIT License (MIT)
58365836

5837-
Copyright (c) 2015-2017 Evgeny Poberezkin
5837+
Copyright (c) 2015-2021 Evgeny Poberezkin
58385838

58395839
Permission is hereby granted, free of charge, to any person obtaining a copy
58405840
of this software and associated documentation files (the "Software"), to deal
@@ -5860,7 +5860,7 @@ The following software may be included in this product: ajv. A copy of the sourc
58605860

58615861
The MIT License (MIT)
58625862

5863-
Copyright (c) 2015-2021 Evgeny Poberezkin
5863+
Copyright (c) 2015-2017 Evgeny Poberezkin
58645864

58655865
Permission is hereby granted, free of charge, to any person obtaining a copy
58665866
of this software and associated documentation files (the "Software"), to deal
@@ -14050,7 +14050,7 @@ The following software may be included in this product: fs-extra. A copy of the
1405014050

1405114051
(The MIT License)
1405214052

14053-
Copyright (c) 2011-2017 JP Richardson
14053+
Copyright (c) 2011-2024 JP Richardson
1405414054

1405514055
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
1405614056
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,
@@ -14070,7 +14070,7 @@ The following software may be included in this product: fs-extra. A copy of the
1407014070

1407114071
(The MIT License)
1407214072

14073-
Copyright (c) 2011-2024 JP Richardson
14073+
Copyright (c) 2011-2017 JP Richardson
1407414074

1407514075
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
1407614076
(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify,

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@
137137
"minimist": "^1.2.6",
138138
"node-fetch": "^2.6.7",
139139
"parse-url": "^8.1.0",
140-
"xml2js": "0.5.0"
140+
"xml2js": "0.5.0",
141+
"aws-cdk-lib": "^2.187.0"
141142
},
142143
"config": {
143144
"commitizen": {

yarn.lock

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -836,25 +836,20 @@
836836
fast-xml-parser "^4.2.5"
837837
tslib "^1.8.0"
838838

839-
"@aws-cdk/asset-awscli-v1@^2.2.208":
840-
version "2.2.225"
841-
resolved "https://registry.npmjs.org/@aws-cdk/asset-awscli-v1/-/asset-awscli-v1-2.2.225.tgz#948fc755c96f3f6bdd6684535d37cad0ccea41b6"
842-
integrity sha512-fMPfR7PwiwQZwAux9tQ5LRrFJJfl5Vp3kR8GMc+H/PA/wql9+w8mk5gs6SDpwBFpT7n3XkZ5H98Ns5+g7/WMIg==
843-
844-
"@aws-cdk/asset-kubectl-v20@^2.1.3":
845-
version "2.1.4"
846-
resolved "https://registry.npmjs.org/@aws-cdk/asset-kubectl-v20/-/asset-kubectl-v20-2.1.4.tgz#5b76656f651a192e8d28766a5bdf04c444905363"
847-
integrity sha512-Ps2MkmjYgMyflagqQ4dgTElc7Vwpqj8spw8dQVFiSeaaMPsuDSNsPax3/HjuDuwqsmLdaCZc6umlxYLpL0kYDA==
839+
"@aws-cdk/asset-awscli-v1@^2.2.229":
840+
version "2.2.230"
841+
resolved "https://registry.npmjs.org/@aws-cdk/asset-awscli-v1/-/asset-awscli-v1-2.2.230.tgz#6a39f8849ca99fddbad2fac96cbd8f81e33c8406"
842+
integrity sha512-kUnhKIYu42hqBa6a8x2/7o29ObpJgjYGQy28lZDq9awXyvpR62I2bRxrNKNR3uFUQz3ySuT9JXhGHhuZPdbnFw==
848843

849844
"@aws-cdk/asset-node-proxy-agent-v6@^2.1.0":
850845
version "2.1.0"
851846
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
852847
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==
853848

854-
"@aws-cdk/cloud-assembly-schema@^39.2.0":
855-
version "39.2.20"
856-
resolved "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-39.2.20.tgz#38aa92ba98c21b8e04f2d4c788969e567fd5921a"
857-
integrity sha512-RI7S8jphGA8mak154ElnEJQPNTTV4PZmA7jgqnBBHQGyOPJIXxtACubNQ5m4YgjpkK3UJHsWT+/cOAfM/Au/Wg==
849+
"@aws-cdk/cloud-assembly-schema@^41.0.0":
850+
version "41.2.0"
851+
resolved "https://registry.npmjs.org/@aws-cdk/cloud-assembly-schema/-/cloud-assembly-schema-41.2.0.tgz#c1ef513e1cc0528dbc05948ae39d5631306af423"
852+
integrity sha512-JaulVS6z9y5+u4jNmoWbHZRs9uGOnmn/ktXygNWKNu1k6lF3ad4so3s18eRu15XCbUIomxN9WPYT6Ehh7hzONw==
858853
dependencies:
859854
jsonschema "~1.4.1"
860855
semver "^7.7.1"
@@ -8640,25 +8635,24 @@ aws-appsync@^4.1.9:
86408635
url "^0.11.0"
86418636
uuid "3.x"
86428637

8643-
aws-cdk-lib@~2.177.0:
8644-
version "2.177.0"
8645-
resolved "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.177.0.tgz#dd161eb9b3fca56d0677c903ff758780a3eeb974"
8646-
integrity sha512-nTnHAwjZaPJ5gfJjtzE/MyK6q0a66nWthoJl7l8srucRb+I30dczhbbXor6QCdVpJaTRAEliMOMq23aglsAQbg==
8638+
aws-cdk-lib@^2.187.0, aws-cdk-lib@~2.177.0:
8639+
version "2.187.0"
8640+
resolved "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.187.0.tgz#7b76246abb77cd305cdf2cd00c4f32f9eb38cf67"
8641+
integrity sha512-OrAWin+LD5sZhRF5cWuEYEkmC/sxxlgcAasCpfzeRsj6yDImwmeQsaKhM7xqzZQBInog6ZbN6oFZYiWEGJMSIA==
86478642
dependencies:
8648-
"@aws-cdk/asset-awscli-v1" "^2.2.208"
8649-
"@aws-cdk/asset-kubectl-v20" "^2.1.3"
8643+
"@aws-cdk/asset-awscli-v1" "^2.2.229"
86508644
"@aws-cdk/asset-node-proxy-agent-v6" "^2.1.0"
8651-
"@aws-cdk/cloud-assembly-schema" "^39.2.0"
8645+
"@aws-cdk/cloud-assembly-schema" "^41.0.0"
86528646
"@balena/dockerignore" "^1.0.2"
86538647
case "1.6.3"
8654-
fs-extra "^11.2.0"
8648+
fs-extra "^11.3.0"
86558649
ignore "^5.3.2"
8656-
jsonschema "^1.4.1"
8650+
jsonschema "^1.5.0"
86578651
mime-types "^2.1.35"
86588652
minimatch "^3.1.2"
86598653
punycode "^2.3.1"
8660-
semver "^7.6.3"
8661-
table "^6.8.2"
8654+
semver "^7.7.1"
8655+
table "^6.9.0"
86628656
yaml "1.10.2"
86638657

86648658
@@ -10914,7 +10908,7 @@ fs-extra@^11.0.0, fs-extra@^11.1.0:
1091410908
jsonfile "^6.0.1"
1091510909
universalify "^2.0.0"
1091610910

10917-
fs-extra@^11.2.0:
10911+
fs-extra@^11.3.0:
1091810912
version "11.3.0"
1091910913
resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
1092010914
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
@@ -12877,7 +12871,12 @@ jsonparse@^1.2.0, jsonparse@^1.3.1:
1287712871
resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
1287812872
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
1287912873

12880-
jsonschema@^1.4.1, jsonschema@~1.4.1:
12874+
jsonschema@^1.5.0:
12875+
version "1.5.0"
12876+
resolved "https://registry.npmjs.org/jsonschema/-/jsonschema-1.5.0.tgz#f6aceb1ab9123563dd901d05f81f9d4883d3b7d8"
12877+
integrity sha512-K+A9hhqbn0f3pJX17Q/7H6yQfD/5OXgdrR5UE12gMXCiN9D5Xq2o5mddV2QEcX/bjla99ASsAAQUyMCCRWAEhw==
12878+
12879+
jsonschema@~1.4.1:
1288112880
version "1.4.1"
1288212881
resolved "https://registry.npmjs.org/jsonschema/-/jsonschema-1.4.1.tgz#cc4c3f0077fb4542982973d8a083b6b34f482dab"
1288312882
integrity sha512-S6cATIPVv1z0IlxdN+zUk5EPjkGCdnhN4wVSBlvoUO1tOLJootbo9CquNJmbIh4yikWHiUedhRYrNPn1arpEmQ==
@@ -15082,7 +15081,7 @@ semver@^7.2.1:
1508215081
resolved "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
1508315082
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
1508415083

15085-
semver@^7.6.3, semver@^7.7.1:
15084+
semver@^7.7.1:
1508615085
version "7.7.1"
1508715086
resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
1508815087
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
@@ -15571,7 +15570,7 @@ table@^6.0.9:
1557115570
string-width "^4.2.3"
1557215571
strip-ansi "^6.0.1"
1557315572

15574-
table@^6.8.2:
15573+
table@^6.9.0:
1557515574
version "6.9.0"
1557615575
resolved "https://registry.npmjs.org/table/-/table-6.9.0.tgz#50040afa6264141c7566b3b81d4d82c47a8668f5"
1557715576
integrity sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==

0 commit comments

Comments
 (0)