build(deps): bump @types/semver from 7.3.10 to 7.3.12

Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 7.3.10 to 7.3.12.
- [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] 2022-08-15 09:02:23 +00:00 committed by GitHub
parent 2856371066
commit 6acf3bd867
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

@ -15,7 +15,7 @@
"@actions/github": "^5.0.3", "@actions/github": "^5.0.3",
"@actions/http-client": "^2.0.1", "@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/semver": "^7.3.10", "@types/semver": "^7.3.12",
"@types/tmp": "^0.2.3", "@types/tmp": "^0.2.3",
"tmp": "^0.2.1" "tmp": "^0.2.1"
}, },
@ -564,9 +564,9 @@
} }
}, },
"node_modules/@types/semver": { "node_modules/@types/semver": {
"version": "7.3.10", "version": "7.3.12",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.10.tgz", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz",
"integrity": "sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==" "integrity": "sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A=="
}, },
"node_modules/@types/tmp": { "node_modules/@types/tmp": {
"version": "0.2.3", "version": "0.2.3",
@ -3673,9 +3673,9 @@
} }
}, },
"@types/semver": { "@types/semver": {
"version": "7.3.10", "version": "7.3.12",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.10.tgz", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz",
"integrity": "sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==" "integrity": "sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A=="
}, },
"@types/tmp": { "@types/tmp": {
"version": "0.2.3", "version": "0.2.3",

View file

@ -30,7 +30,7 @@
"@actions/github": "^5.0.3", "@actions/github": "^5.0.3",
"@actions/http-client": "^2.0.1", "@actions/http-client": "^2.0.1",
"@actions/tool-cache": "^2.0.1", "@actions/tool-cache": "^2.0.1",
"@types/semver": "^7.3.10", "@types/semver": "^7.3.12",
"@types/tmp": "^0.2.3", "@types/tmp": "^0.2.3",
"tmp": "^0.2.1" "tmp": "^0.2.1"
}, },