Skip to content

Commit 7b88fdd

Browse files
authored
overrides and deps updates (#1833)
qs couldn't be updated cause of pinned deps in express and gatsby. This fixes things for the current versions installed and allows for future updates to have their own versions come along, The overrides can be deleted once this happens. Also an update to `mdast-util-to-hast@13.2.1` was made in the package-lock, Dependabot was having trouble updating that.
1 parent 087bce5 commit 7b88fdd

2 files changed

Lines changed: 90 additions & 25 deletions

File tree

package-lock.json

Lines changed: 83 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,13 @@
113113
]
114114
},
115115
"overrides": {
116+
"gatsby@^5.14.6": {
117+
"body-parser": "~1.20.4",
118+
"express@4.21.2": {
119+
"body-parser": "~1.20.4",
120+
"qs": "~6.14.1"
121+
}
122+
},
116123
"external-editor@3.1.0": {
117124
"tmp": "^0.2.5"
118125
}

0 commit comments

Comments
 (0)