Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump semver from 7.6.0 to 7.6.3 in /typescript/base #86

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion typescript/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"dependencies": {
"@renovatebot/pep440": "^3.0.20",
"axios": "^1.4.0",
"semver": "^7.6.0"
"semver": "^7.6.3"
}
}
11 changes: 10 additions & 1 deletion typescript/base/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ __metadata:
"@typescript-eslint/parser": ^8.8.0
axios: ^1.4.0
eslint: ^8.45.0
semver: ^7.6.0
semver: ^7.6.3
typescript: ^5.6.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1269,6 +1269,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^7.6.3":
version: 7.6.3
resolution: "semver@npm:7.6.3"
bin:
semver: bin/semver.js
checksum: 4110ec5d015c9438f322257b1c51fe30276e5f766a3f64c09edd1d7ea7118ecbc3f379f3b69032bacf13116dc7abc4ad8ce0d7e2bd642e26b0d271b56b61a7d8
languageName: node
linkType: hard

"shebang-command@npm:^2.0.0":
version: 2.0.0
resolution: "shebang-command@npm:2.0.0"
Expand Down
Loading