Skip to content

Commit fb903af

Browse files
committed
Fix Gatsby dependency overrides
1 parent 23717a3 commit fb903af

3 files changed

Lines changed: 23 additions & 31 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"overrides": {
3939
"axios": ">=1.15.0",
40-
"brace-expansion": ">=1.1.13",
40+
"brace-expansion": "^1.1.12",
4141
"braces": "^3.0.3",
4242
"cookie": "^0.7.0",
4343
"flatted": ">=3.4.2",

src/data/videos.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,5 @@
8686
"repository": "decision-assistant-hub",
8787
"repositoryUrl": "https://github.com/DecisionsDev/decision-assistant-hub",
8888
"source": "videos-folder"
89-
},
90-
{
91-
"type": "youtube",
92-
"id": "GEgelNg4uaM",
93-
"url": "https://www.youtube.com/watch?v=GEgelNg4uaM",
94-
"embedUrl": "https://www.youtube.com/embed/GEgelNg4uaM",
95-
"thumbnail": "https://img.youtube.com/vi/GEgelNg4uaM/maxresdefault.jpg",
96-
"repository": "ibm-decision-intelligence-mcp-server",
97-
"repositoryUrl": "https://github.com/DecisionsDev/ibm-decision-intelligence-mcp-server"
9889
}
9990
]

0 commit comments

Comments
 (0)