From 09034b52f0036da77388bf408e9db1de81c64968 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Sep 2024 08:47:04 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @theme-ui/presets from 0.2.44 to 0.16.2. See this package in npm: https://www.npmjs.com/package/@theme-ui/presets - gatsby-plugin-theme-ui from 0.2.53 to 0.16.2. See this package in npm: https://www.npmjs.com/package/gatsby-plugin-theme-ui - theme-ui from 0.2.52 to 0.16.2. See this package in npm: https://www.npmjs.com/package/theme-ui See this project in Snyk: https://app.snyk.io/org/hacksterjs/project/045c878b-ce5d-4214-8e8f-258f31791355?utm_source=github&utm_medium=referral&page=upgrade-pr --- themes/gatsby-theme-emilia/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/gatsby-theme-emilia/package.json b/themes/gatsby-theme-emilia/package.json index 83eb773ec..784c10127 100644 --- a/themes/gatsby-theme-emilia/package.json +++ b/themes/gatsby-theme-emilia/package.json @@ -23,17 +23,17 @@ "@emotion/core": "^10.0.27", "@lekoarts/gatsby-theme-emilia-core": "^1.1.2", "@mdx-js/react": "^1.5.5", - "@theme-ui/presets": "^0.2.44", + "@theme-ui/presets": "^0.16.2", "colorthief": "^2.3.0", "gatsby-core-utils": "^1.0.28", "gatsby-image": "^2.2.40", "gatsby-plugin-emotion": "^4.1.22", "gatsby-plugin-react-helmet": "^3.1.22", - "gatsby-plugin-theme-ui": "^0.2.53", + "gatsby-plugin-theme-ui": "^0.16.2", "gatsby-plugin-typescript": "^2.1.27", "react-helmet": "^5.2.1", "react-spring": "^8.0.27", - "theme-ui": "^0.2.52" + "theme-ui": "^0.16.2" }, "keywords": [ "gatsby",