Skip to content

Commit c05af93

Browse files
committed
fix(deps): update to client 0.131.0
1 parent 5d9a696 commit c05af93

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"homepage": "https://github.com/scribd/amazon-appmesh-virtual-gateway-route-action#readme",
2727
"dependencies": {
28-
"@actions/core": "^1.6.0",
29-
"@aws-sdk/client-app-mesh": "^3.50.0",
30-
"@aws-sdk/util-waiter": "^3.50.0",
28+
"@actions/core": "^1.9.0",
29+
"@aws-sdk/client-app-mesh": "^3.131.0",
30+
"@aws-sdk/util-waiter": "^3.127.0",
3131
"yaml": "^2.0.0"
3232
},
3333
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^1.6.0":
5+
"@actions/core@^1.9.0":
66
version "1.9.0"
77
resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.9.0.tgz#20c1baac5d4bd2508ba1fc3e5f3fc4b8a80d4082"
88
integrity sha512-5pbM693Ih59ZdUhgk+fts+bUWTnIdHV3kwOSr+QIoFHMLg7Gzhwm0cifDY/AG68ekEJAkHnQVpcy4f6GjmzBCA==
@@ -87,7 +87,7 @@
8787
"@aws-sdk/types" "3.127.0"
8888
tslib "^2.3.1"
8989

90-
"@aws-sdk/client-app-mesh@^3.50.0":
90+
"@aws-sdk/client-app-mesh@^3.131.0":
9191
version "3.131.0"
9292
resolved "https://registry.yarnpkg.com/@aws-sdk/client-app-mesh/-/client-app-mesh-3.131.0.tgz#a46f7a4ea5089b3357cc02be331969cd13b46c3a"
9393
integrity sha512-D2AAJ//fr8nauMxgc5BmcxOaMeCxiGkyZJ163Zy8+e4o0NCTJiSj53GIhR4ag1UZuySa4AkWKPZ2trbjIA8AbA==
@@ -655,7 +655,7 @@
655655
"@aws-sdk/util-buffer-from" "3.55.0"
656656
tslib "^2.3.1"
657657

658-
"@aws-sdk/util-waiter@^3.50.0":
658+
"@aws-sdk/util-waiter@^3.127.0":
659659
version "3.127.0"
660660
resolved "https://registry.yarnpkg.com/@aws-sdk/util-waiter/-/util-waiter-3.127.0.tgz#3485ebb614cc417fee397daf61ba4ca3aa5bbedb"
661661
integrity sha512-E5qrRpBJS8dmClqSDW1pWVMKzCG/mxabG6jVUtlW/WLHnl/znxGaOQc6tnnwKik0nEq/4DpT9fEfPUz9JiLrkw==

0 commit comments

Comments
 (0)