summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexander Neben <alexander.neben@mongodb.com>2023-01-12 19:17:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-12 20:08:40 +0000
commit9397403ae4c72e551da11766b7e10700d78207e6 (patch)
tree40e9999230c19b87f03906ba45bd4c52c835656e /package.json
parent41c3c56600afa40635a8d9703ed3833fd990e19b (diff)
downloadmongo-9397403ae4c72e551da11766b7e10700d78207e6.tar.gz
SERVER-68594 Moved location of code-workspace file
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ba88e9ddd9e..63a7e6b6332 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
"dependencies": {
- "eslint": "^8.28.0"
+ "eslint": "8.28.0"
}
}