Skip to content

Commit 4b548d6

Browse files
committed
Pin express - unsure if necessary though
1 parent d6288dc commit 4b548d6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/datadog-instrumentations/src/helpers/latests.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"pinned": [
3-
"fastify"
3+
"fastify",
4+
"express"
45
],
56
"onlyUseLatestTag": [],
67
"ignored": [
@@ -35,7 +36,7 @@
3536
"elasticsearch": "16.7.3",
3637
"express-mongo-sanitize": "2.2.0",
3738
"express-session": "1.18.1",
38-
"express": "5.1.0",
39+
"express": "4.21.2",
3940
"fastify": "4.28.1",
4041
"find-my-way": "9.3.0",
4142
"fs": "0.0.2",

scripts/outdated.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ const IGNORED_PACKAGES = [
3232
// Packages that should be pinned to specific versions
3333
const PINNED_PACKAGES = {
3434
// 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'
3637
}
3738

3839
// Packages that should only use the 'latest' tag (not 'next' or other dist-tags)

0 commit comments

Comments
 (0)