From 9a759fbc45573fc20ad6e97331c3faf7fee5b6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 17:08:29 +0800 Subject: [PATCH] build(deps): bump @types/semver from 7.3.6 to 7.3.7 (#288) Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 7.3.6 to 7.3.7. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 987d284..eea7e7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@actions/exec": "^1.1.0", "@actions/github": "^4.0.0", "@actions/tool-cache": "^1.7.1", - "@types/semver": "^7.3.6", + "@types/semver": "^7.3.7", "@types/tmp": "^0.2.1", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "tmp": "^0.2.1" @@ -637,9 +637,9 @@ } }, "node_modules/@types/semver": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.6.tgz", - "integrity": "sha512-0caWDWmpCp0uifxFh+FaqK3CuZ2SkRR/ZRxAV5+zNdC3QVUi6wyOJnefhPvtNt8NQWXB5OA93BUvZsXpWat2Xw==" + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-4g1jrL98mdOIwSOUh6LTlB0Cs9I0dQPwINUhBg7C6pN4HLr8GS8xsksJxilW6S6dQHVi2K/o+lQuQcg7LroCnw==" }, "node_modules/@types/tmp": { "version": "0.2.1", @@ -3998,9 +3998,9 @@ } }, "@types/semver": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.6.tgz", - "integrity": "sha512-0caWDWmpCp0uifxFh+FaqK3CuZ2SkRR/ZRxAV5+zNdC3QVUi6wyOJnefhPvtNt8NQWXB5OA93BUvZsXpWat2Xw==" + "version": "7.3.7", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.7.tgz", + "integrity": "sha512-4g1jrL98mdOIwSOUh6LTlB0Cs9I0dQPwINUhBg7C6pN4HLr8GS8xsksJxilW6S6dQHVi2K/o+lQuQcg7LroCnw==" }, "@types/tmp": { "version": "0.2.1", diff --git a/package.json b/package.json index e8a60fa..15a8281 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/exec": "^1.1.0", "@actions/github": "^4.0.0", "@actions/tool-cache": "^1.7.1", - "@types/semver": "^7.3.6", + "@types/semver": "^7.3.7", "@types/tmp": "^0.2.1", "setup-go": "git+https://github.com/actions/setup-go.git#v2.1.3", "tmp": "^0.2.1"