diff --git a/.github/actions/configure-aws-credentials-1.7.0/package-lock.json b/.github/actions/configure-aws-credentials-1.7.0/package-lock.json index bfac9d2..147280b 100644 --- a/.github/actions/configure-aws-credentials-1.7.0/package-lock.json +++ b/.github/actions/configure-aws-credentials-1.7.0/package-lock.json @@ -5,19 +5,27 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.6.0.tgz", - "integrity": "sha512-NB1UAZomZlCV/LmJqkLhNTqtKfFXJZAUPcfl/zqG7EfsQdeUJtaWO98SGbuQ3pydJ3fHl2CvI/51OKYlCYYcaw==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.9.1.tgz", + "integrity": "sha512-5ad+U2YGrmmiw6du20AQW5XuWo7UKN2052FjSV7MX+Wfjf8sCqcsZe62NfgHys4QI4/Y+vQvLKYL8jWtA1ZBTA==", "requires": { - "@actions/http-client": "^1.0.11" + "@actions/http-client": "^2.0.1", + "uuid": "^8.3.2" + }, + "dependencies": { + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + } } }, "@actions/http-client": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.11.tgz", - "integrity": "sha512-VRYHGQV1rqnROJqdMvGUbY/Kn8vriQe/F9HR2AlYHzmKuM/p3kjNuXhmdBfcVgsvRWTz5C5XW5xvndZrVBuAYg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-2.1.0.tgz", + "integrity": "sha512-BonhODnXr3amchh4qkmjPMUO8mFi/zLaaCeCAJZqch8iQqyDnVIkySjB38VHAC8IJ+bnlgfOqlhpyCUZHlQsqw==", "requires": { - "tunnel": "0.0.6" + "tunnel": "^0.0.6" } }, "@ampproject/remapping": { diff --git a/.github/actions/configure-aws-credentials-1.7.0/package.json b/.github/actions/configure-aws-credentials-1.7.0/package.json index 59609d6..15e4506 100644 --- a/.github/actions/configure-aws-credentials-1.7.0/package.json +++ b/.github/actions/configure-aws-credentials-1.7.0/package.json @@ -25,7 +25,7 @@ }, "homepage": "https://github.com/aws-actions/configure-aws-credentials#readme", "dependencies": { - "@actions/core": "^1.6.0", + "@actions/core": "^1.9.1", "aws-sdk": "^2.1112.0", "axios": "^0.26.1" },