diff --git a/package-lock.json b/package-lock.json index df079f92b8..3b163aabf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -460,9 +460,9 @@ } }, "@types/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-+nVsLKlcUCeMzD2ufHEYuJ9a2ovstb6Dp52A5VsoKxDXgvE051XgHI/33I1EymwkRGQkwnA0LkhnUzituGs4EQ==" + "version": "7.3.13", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", + "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==" }, "@types/tmp": { "version": "0.2.0", diff --git a/package.json b/package.json index d5b483ace6..6f75660f7c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/exec": "^1.0.1", "@actions/github": "^4.0.0", "@actions/tool-cache": "^1.6.1", - "@types/semver": "^7.3.4", + "@types/semver": "^7.3.13", "@types/tmp": "^0.2.0", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "tmp": "^0.2.1"