From 1e9c95fc86216009dbc19d97e5819212b0d967b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 15:08:41 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - hicat from 0.8.0 to 0.9.0. See this package in npm: https://www.npmjs.com/package/hicat - remark-mdx from 2.0.0-next.7 to 2.3.0. See this package in npm: https://www.npmjs.com/package/remark-mdx - style-to-object from 0.3.0 to 0.4.4. See this package in npm: https://www.npmjs.com/package/style-to-object See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/486627c0-44d9-4a6f-892e-61d26f1c6c9b?utm_source=github&utm_medium=referral&page=upgrade-pr --- deprecated-packages/gatsby-recipes/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deprecated-packages/gatsby-recipes/package.json b/deprecated-packages/gatsby-recipes/package.json index b158cd3e6faac..77476fc37aa97 100644 --- a/deprecated-packages/gatsby-recipes/package.json +++ b/deprecated-packages/gatsby-recipes/package.json @@ -38,7 +38,7 @@ "graphql-compose": "~7.25.0", "graphql-subscriptions": "^1.1.0", "graphql-type-json": "^0.3.2", - "hicat": "^0.8.0", + "hicat": "^0.9.0", "is-binary-path": "^2.1.0", "is-url": "^1.2.4", "jest-diff": "^27.2.0", @@ -50,7 +50,7 @@ "pkg-dir": "^4.2.0", "prettier": "^2.5.1", "prop-types": "^15.6.1", - "remark-mdx": "2.0.0-next.7", + "remark-mdx": "2.3.0", "remark-mdxjs": "^2.0.0-next.4", "remark-parse": "^6.0.3", "remark-stringify": "^8.1.0", @@ -58,7 +58,7 @@ "semver": "^7.3.5", "single-trailing-newline": "^1.0.0", "strip-ansi": "^6.0.1", - "style-to-object": "^0.3.0", + "style-to-object": "^0.4.4", "unified": "^8.4.2", "unist-util-remove": "^2.0.0", "unist-util-visit": "^2.0.2",