File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 153153 matchPackageNames : [ "npm" ] ,
154154 allowedVersions : "9.x" ,
155155 } ,
156+ // [email protected] adds a dependency on `type-fest` which drops support for node v14. 157+ // We can take this when we drop node v14 support.
158+ {
159+ matchPackageNames : [ "ts-jest" ] ,
160+ allowedVersions : "29.2.x" ,
161+ } ,
162+ // nock@14 drops support for node v14 and v16. We can take this when we drop
163+ // node v16 support.
164+ {
165+ matchPackageNames : [ "nock" ] ,
166+ allowedVersions : "13.x" ,
167+ } ,
156168 // We specifically provide a first-party integration (`expressMiddleware`
157169 // imported from `@apollo/server/express4`) for Express v4 because it is the
158170 // most common web framework. (Additionally, as an internal implementation
You can’t perform that action at this time.
0 commit comments