Skip to content

Commit 8087dd9

Browse files
authored
chore: bump semver dep (#205)
Updating semver to latest. The reason it was pinned to 7.5.0 was because 7.5.0 introduced require('util') without the node: prefix. This has been fixed in [7.5.1](https://github.com/npm/node-semver/releases/tag/v7.5.1) so we'll update to latest which is 7.5.4.
1 parent 85ca69b commit 8087dd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/shared/sdk-server/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@
2727
"lint:fix": "yarn run lint -- --fix"
2828
},
2929
"license": "Apache-2.0",
30-
"//": "Pinned semver because 7.5.0 introduced require('util') without the node: prefix",
3130
"dependencies": {
3231
"@launchdarkly/js-sdk-common": "1.0.2",
33-
"semver": "7.4.0"
32+
"semver": "7.5.4"
3433
},
3534
"devDependencies": {
3635
"@types/jest": "^29.4.0",

0 commit comments

Comments
 (0)