Bump semver from 7.3.8 to 7.5.2 (#978)

Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jinbo Wang <jinbwan@microsoft.com>
This commit is contained in:
dependabot[bot] 2023-07-21 10:56:21 +08:00 коммит произвёл GitHub
Родитель 0ab1d35fdd
Коммит 591b7a805d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

14
package-lock.json сгенерированный
Просмотреть файл

@ -20,7 +20,7 @@
"lru-cache": "^6.0.0",
"md5": "^2.2.1",
"minimatch": "^3.1.2",
"semver": "^7.3.8",
"semver": "^7.5.2",
"vscode-extension-telemetry-wrapper": "^0.13.2",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver-protocol": "^3.17.2",
@ -3077,9 +3077,9 @@
}
},
"node_modules/semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz",
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==",
"dependencies": {
"lru-cache": "^6.0.0"
},
@ -6073,9 +6073,9 @@
}
},
"semver": {
"version": "7.3.8",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
"integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz",
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==",
"requires": {
"lru-cache": "^6.0.0"
}

Просмотреть файл

@ -830,7 +830,7 @@
"lru-cache": "^6.0.0",
"md5": "^2.2.1",
"minimatch": "^3.1.2",
"semver": "^7.3.8",
"semver": "^7.5.2",
"vscode-extension-telemetry-wrapper": "^0.13.2",
"vscode-languageclient": "^7.0.0",
"vscode-languageserver-protocol": "^3.17.2",