From b06dcf95a0fb8aeba70b9355543564a1b30552ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 09:37:52 +0000 Subject: [PATCH] chore(deps): bump semver from 5.7.1 to 7.3.5 Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 7.3.5. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v7.3.5) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/taro-cli/package.json | 2 +- yarn.lock | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/packages/taro-cli/package.json b/packages/taro-cli/package.json index c27e2efcd9da..8ef14d6cbb4b 100644 --- a/packages/taro-cli/package.json +++ b/packages/taro-cli/package.json @@ -109,7 +109,7 @@ "request": "^2.88.0", "resolve": "^1.6.0", "sax": "^1.2.4", - "semver": "^5.5.0", + "semver": "^7.3.5", "shelljs": "^0.8.1", "stylelint": "13.6.1", "tapable": "^1.1.3", diff --git a/yarn.lock b/yarn.lock index af6024f90c57..267f1d398635 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17639,15 +17639,6 @@ html-tags@^3.1.0: resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140" integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== -html-webpack-include-assets-plugin@1.0.5: - version "1.0.5" - resolved "https://registry.yarnpkg.com/html-webpack-include-assets-plugin/-/html-webpack-include-assets-plugin-1.0.5.tgz#12770c227290451633351b5ed72dda8ce8c0642e" - integrity sha512-YkkzE+QfYAuEq8/yEnfTcpCeSLyJ8XmB2LlQzY1GV7/ovDxavcCIKSMF4kIMRrWmFMPU8qog/zvBaQ1RJFFw/g== - dependencies: - glob "^7.1.3" - minimatch "^3.0.4" - slash "^2.0.0" - html-webpack-plugin@3.2.0, html-webpack-plugin@^3.0.6: version "3.2.0" resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-3.2.0.tgz#b01abbd723acaaa7b37b6af4492ebda03d9dd37b"