Skip to content

Commit e45d814

Browse files
authored
chore: Limit depenendencies
Express has released new majors as of 2024-09-09. This PR fixes an issue where the latest version of `body-parser` causes a test failure. It also pins `graphql-tag` to avoid any potential similar issue in the future. https://github.com/newrelic/node-newrelic/actions/runs/10791757204/job/29929879809?pr=2553
1 parent 4becfe1 commit e45d814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/versioned/apollo-server-express/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"dependencies": {
3636
"@apollo/server": ">=4.0.0",
3737
"graphql": "16.6.0",
38-
"body-parser": "latest",
39-
"graphql-tag": "latest"
38+
"body-parser": "1.20.3",
39+
"graphql-tag": "2.12.6"
4040
},
4141
"files": [
4242
"transaction-naming.test.js",

0 commit comments

Comments
 (0)