Skip to content

Commit

Permalink
chore(deps): update dependency @types/semver to v7.3.11 (#17244)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
3 people committed Aug 18, 2022
1 parent b8004fe commit 40bc170
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/modules/versioning/conan/common.ts
Expand Up @@ -3,7 +3,7 @@ import { regEx } from '../../../util/regex';

export function makeVersion(
version: string,
options: semver.Options
options: semver.RangeOptions
): string | boolean | null {
const splitVersion = version.split('.');
const prerelease = semver.prerelease(version, options);
Expand Down Expand Up @@ -57,7 +57,7 @@ export function containsOperators(input: string): boolean {
export function matchesWithOptions(
version: string,
cleanRange: string,
options: semver.Options
options: semver.RangeOptions
): boolean {
let cleanedVersion = version;
if (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -255,7 +255,7 @@
"@types/nock": "10.0.3",
"@types/node": "16.11.47",
"@types/parse-link-header": "2.0.0",
"@types/semver": "7.3.10",
"@types/semver": "7.3.11",
"@types/semver-stable": "3.0.0",
"@types/semver-utils": "1.1.1",
"@types/shelljs": "0.8.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2717,10 +2717,10 @@
resolved "https://registry.yarnpkg.com/@types/semver-utils/-/semver-utils-1.1.1.tgz#4260b9ce13344725069a1ff86bd2f4d6c70a443e"
integrity sha512-WLZZQdwo5P+H6R+bDDCFqFSlP5Jtk6gyXpE0R0KAVQbcMGmxpVsNX8dah640hY4+PpRG2+Ph3dcwDHzrOAOZ7A==

"@types/semver@7.3.10":
version "7.3.10"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.10.tgz#5f19ee40cbeff87d916eedc8c2bfe2305d957f73"
integrity sha512-zsv3fsC7S84NN6nPK06u79oWgrPVd0NvOyqgghV1haPaFcVxIrP4DLomRwGAXk0ui4HZA7mOcSFL98sMVW9viw==
"@types/semver@7.3.11":
version "7.3.11"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.11.tgz#7a84d3228f34e68d14955fc406f8e66fdbe9e65e"
integrity sha512-R9HhjC4aKx3jL0FLwU7x6qMTysTvLh7jesRslXmxgCOXZwyh5dsnmrPQQToMyess8D4U+8G9x9mBFZoC/1o/Tw==

"@types/semver@^7.1.0":
version "7.3.12"
Expand Down

0 comments on commit 40bc170

Please sign in to comment.