Skip to content

Commit 6bb8766

Browse files
committedJul 7, 2023
fix: semver vuln dep
BREAKING CHANGE: official support for node@8 dropped. However there's no function being used in semver that breaks node 8, so it's technically still possible to run with node 8, but it will no longer be supported (or tested in CI). Fixes: #2119 Thanks to @Primexz for pushing the change through. * Primexz-main: update simple-update-notifier bump simple-update-notifier & semver
2 parents 6787871 + 3681000 commit 6bb8766

File tree

2 files changed

+47
-141
lines changed

2 files changed

+47
-141
lines changed
 

‎package-lock.json

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

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nodemon": "./bin/nodemon.js"
1010
},
1111
"engines": {
12-
"node": ">=8.10.0"
12+
"node": ">=10"
1313
},
1414
"repository": {
1515
"type": "git",
@@ -60,8 +60,8 @@
6060
"ignore-by-default": "^1.0.1",
6161
"minimatch": "^3.1.2",
6262
"pstree.remy": "^1.1.8",
63-
"semver": "^5.7.1",
64-
"simple-update-notifier": "^1.0.7",
63+
"semver": "^7.5.3",
64+
"simple-update-notifier": "^2.0.0",
6565
"supports-color": "^5.5.0",
6666
"touch": "^3.1.0",
6767
"undefsafe": "^2.0.5"

0 commit comments

Comments
 (0)
Please sign in to comment.