Lock low level dep to fix Vercel docs build (#20573)

@baskaryan @efriis 

TODO: Figure out why our lockfile isn't being respected here
pull/20451/head
Jacob Lee 4 weeks ago committed by GitHub
parent a22da4315b
commit 8b09e81496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -56,6 +56,9 @@
"typedoc-plugin-markdown": "next",
"yaml-loader": "^0.8.0"
},
"resolutions": {
"cytoscape": "3.28.1"
},
"browserslist": {
"production": [
">0.5%",

@ -5322,7 +5322,7 @@ __metadata:
languageName: node
linkType: hard
"cytoscape@npm:^3.23.0":
"cytoscape@npm:3.28.1":
version: 3.28.1
resolution: "cytoscape@npm:3.28.1"
dependencies:

Loading…
Cancel
Save