Skip to content

Commit 47e032f

Browse files
authored
fix: upgrade node.js 16/18 security versions to latest (#227)
1 parent 63061a2 commit 47e032f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
"version": "14.21.3",
7171
"reason": "https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/"
7272
},
73-
">= 16.0.0 < 16.19.1": {
74-
"version": "16.19.1",
73+
">= 16.0.0 < 16.20.0": {
74+
"version": "16.20.0",
7575
"reason": "https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/"
7676
},
77-
">= 18.0.0 < 18.14.1": {
78-
"version": "18.14.1",
77+
">= 18.0.0 < 18.15.0": {
78+
"version": "18.15.0",
7979
"reason": "https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/"
8080
}
8181
},

0 commit comments

Comments
 (0)