Skip to content

Commit 2f3d68d

Browse files
Merge pull request #281 from contentstack/fix/snyk-2026-08
fix(deps): override hono, js-yaml and socket.io-parser to patched versions
2 parents 6fa7a49 + 26af2dd commit 2f3d68d

2 files changed

Lines changed: 15 additions & 13 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-source-contentstack",
3-
"version": "5.4.9",
3+
"version": "5.4.10",
44
"description": "Gatsby source plugin for building websites using Contentstack as a data source",
55
"scripts": {
66
"prepublish": "npm run build",
@@ -97,7 +97,9 @@
9797
"gatsby": {
9898
"eslint": "9.26.0"
9999
},
100-
"js-yaml": "^4.2.0",
100+
"js-yaml": "^4.3.1",
101+
"hono": "^4.12.34",
102+
"socket.io-parser": "^4.2.7",
101103
"@eslint/plugin-kit": "^0.3.4",
102104
"@semantic-release/npm": "^13.1.5"
103105
},

0 commit comments

Comments
 (0)