diff --git a/.github/config/package-lock.json b/.github/config/package-lock.json index db4aaa5..6b1cdf5 100644 --- a/.github/config/package-lock.json +++ b/.github/config/package-lock.json @@ -9,15 +9,15 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@actions/core": "1.6.0", + "@actions/core": "1.7.0", "conventional-changelog-conventionalcommits": "^4.6.3", "semver": "^7.3.5" } }, "node_modules/@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.7.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.7.0.tgz", + "integrity": "sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ==", "dependencies": { "@actions/http-client": "^1.0.11" } @@ -131,9 +131,9 @@ }, "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.7.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.7.0.tgz", + "integrity": "sha512-7fPSS7yKOhTpgLMbw7lBLc1QJWvJBBAgyTX2PEhagWcKK8t0H8AKCoPMfnrHqIm5cRYH4QFPqD1/ruhuUE7YcQ==", "requires": { "@actions/http-client": "^1.0.11" } diff --git a/.github/config/package.json b/.github/config/package.json index 7240f7b..8cb52c6 100644 --- a/.github/config/package.json +++ b/.github/config/package.json @@ -9,7 +9,7 @@ "email": "devsoumyamahunt@gmail.com" }, "dependencies": { - "@actions/core": "1.6.0", + "@actions/core": "1.7.0", "conventional-changelog-conventionalcommits": "^4.6.3", "semver": "^7.3.5" }