File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
packages/datadog-instrumentations/src/helpers Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"pinned" : [
3
- " fastify"
3
+ " fastify" ,
4
+ " express"
4
5
],
5
6
"onlyUseLatestTag" : [],
6
7
"ignored" : [
35
36
"elasticsearch" : " 16.7.3" ,
36
37
"express-mongo-sanitize" : " 2.2.0" ,
37
38
"express-session" : " 1.18.1" ,
38
- "express" : " 5.1.0 " ,
39
+ "express" : " 4.21.2 " ,
39
40
"fastify" : " 4.28.1" ,
40
41
"find-my-way" : " 9.3.0" ,
41
42
"fs" : " 0.0.2" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ const IGNORED_PACKAGES = [
32
32
// Packages that should be pinned to specific versions
33
33
const PINNED_PACKAGES = {
34
34
// Example: 'express': '4.17.3'
35
- fastify : '4.28.1' // v5+ is not supported
35
+ fastify : '4.28.1' , // v5+ is not supported
36
+ express : '4.21.2'
36
37
}
37
38
38
39
// Packages that should only use the 'latest' tag (not 'next' or other dist-tags)
You can’t perform that action at this time.
0 commit comments