Skip to content

Commit 9ee7c9c

Browse files
authored
Force-update resolved versions for braces and ws transitive dependencies (#58)
1 parent dc0b3f4 commit 9ee7c9c

File tree

2 files changed

+30
-26
lines changed

2 files changed

+30
-26
lines changed

package-lock.json

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@actions/artifact": "^2.0.0",
3636
"@actions/core": "^1.10.0",
3737
"@actions/github": "^6.0.0",
38-
"@apollo/federation-subgraph-compatibility-tests": "^2.0.0",
38+
"@apollo/federation-subgraph-compatibility-tests": "^2.2.0",
3939
"debug": "^4.3.4"
4040
},
4141
"devDependencies": {
@@ -48,5 +48,9 @@
4848
"prettier": "3.2.5",
4949
"typescript": "5.3.3",
5050
"ts-node": "10.9.2"
51+
},
52+
"overrides": {
53+
"braces": "^3.0.3",
54+
"ws": "^7.5.10"
5155
}
5256
}

0 commit comments

Comments
 (0)