Skip to content

Commit cad2deb

Browse files
Bump @types/semver from 6.2.7 to 7.5.8 (#192)
* Bump @types/semver from 6.2.7 to 7.5.8 Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 6.2.7 to 7.5.8. - [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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Add semver as a direct dependency, since we use it Signed-off-by: David Thompson <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: David Thompson <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Thompson <[email protected]>
1 parent 9bcbefc commit cad2deb

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

package-lock.json

+8-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"@types/fs-extra": "^7.0.0",
267267
"@types/mocha": "^5.2.6",
268268
"@types/node": "18.15",
269-
"@types/semver": "^6.2.0",
269+
"@types/semver": "^7.5.8",
270270
"@types/vscode": "^1.65.0",
271271
"@typescript-eslint/eslint-plugin": "^5.0.0",
272272
"@typescript-eslint/parser": "^5.0.0",
@@ -289,6 +289,7 @@
289289
"expand-home-dir": "0.0.3",
290290
"glob": "^7.1.4",
291291
"jdk-utils": "^0.4.3",
292+
"semver": "^7.6.0",
292293
"vscode-languageclient": "^9.0.1"
293294
}
294295
}

0 commit comments

Comments
 (0)