build(deps): bump @types/semver from 7.3.7 to 7.3.8

Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 7.3.7 to 7.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)

---
updated-dependencies:
- dependency-name: "@types/semver"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-26 09:01:10 +00:00 committed by GitHub
parent caa1fa532d
commit bee2fc8073
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@actions/exec": "^1.1.0", "@actions/exec": "^1.1.0",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@actions/tool-cache": "^1.7.1", "@actions/tool-cache": "^1.7.1",
"@types/semver": "^7.3.7", "@types/semver": "^7.3.8",
"@types/tmp": "^0.2.1", "@types/tmp": "^0.2.1",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3",
"tmp": "^0.2.1" "tmp": "^0.2.1"
@ -637,9 +637,9 @@
} }
}, },
"node_modules/@types/semver": { "node_modules/@types/semver": {
"version": "7.3.7", "version": "7.3.8",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.7.tgz", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-4g1jrL98mdOIwSOUh6LTlB0Cs9I0dQPwINUhBg7C6pN4HLr8GS8xsksJxilW6S6dQHVi2K/o+lQuQcg7LroCnw==" "integrity": "sha512-D/2EJvAlCEtYFEYmmlGwbGXuK886HzyCc3nZX/tkFTQdEU8jZDAgiv08P162yB17y4ZXZoq7yFAnW4GDBb9Now=="
}, },
"node_modules/@types/tmp": { "node_modules/@types/tmp": {
"version": "0.2.1", "version": "0.2.1",
@ -4045,9 +4045,9 @@
} }
}, },
"@types/semver": { "@types/semver": {
"version": "7.3.7", "version": "7.3.8",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.7.tgz", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-4g1jrL98mdOIwSOUh6LTlB0Cs9I0dQPwINUhBg7C6pN4HLr8GS8xsksJxilW6S6dQHVi2K/o+lQuQcg7LroCnw==" "integrity": "sha512-D/2EJvAlCEtYFEYmmlGwbGXuK886HzyCc3nZX/tkFTQdEU8jZDAgiv08P162yB17y4ZXZoq7yFAnW4GDBb9Now=="
}, },
"@types/tmp": { "@types/tmp": {
"version": "0.2.1", "version": "0.2.1",

View file

@ -31,7 +31,7 @@
"@actions/exec": "^1.1.0", "@actions/exec": "^1.1.0",
"@actions/github": "^4.0.0", "@actions/github": "^4.0.0",
"@actions/tool-cache": "^1.7.1", "@actions/tool-cache": "^1.7.1",
"@types/semver": "^7.3.7", "@types/semver": "^7.3.8",
"@types/tmp": "^0.2.1", "@types/tmp": "^0.2.1",
"setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3",
"tmp": "^0.2.1" "tmp": "^0.2.1"