File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,13 @@ A "month" is defined as 30 consecutive days.
37
37
> As a consequence of providing long-term support for major releases, there are
38
38
> occasions where we need to release breaking changes as a _ minor_ version
39
39
> release. Such changes will _ always_ be noted in the [ release
40
- >
40
+ > notes] ( https://github.com/fastify/fastify/releases ) .
41
+ >
41
42
> To avoid automatically receiving breaking security updates it is possible to
42
43
> use the tilde (` ~ ` ) range qualifier. For example, to get patches for the 3.15
43
44
> release, and avoid automatically updating to the 3.16 release, specify the
45
+ > dependency as ` "fastify": "~3.15.x" ` . This will leave your application
46
+ > vulnerable, so please use it with caution.
44
47
45
48
### Security Support Beyond LTS
46
49
You can’t perform that action at this time.
0 commit comments