From 96f2863c516f89f8f563ca2eb1ee6089e294ac55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Nov 2022 06:52:04 +0000 Subject: [PATCH] build(deps): bump minimatch and @chakra-ui/gatsby-plugin in /frontend Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [@chakra-ui/gatsby-plugin](https://github.com/chakra-ui/chakra-ui). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) Updates `@chakra-ui/gatsby-plugin` from 2.0.1 to 2.0.4 - [Release notes](https://github.com/chakra-ui/chakra-ui/releases) - [Changelog](https://github.com/chakra-ui/chakra-ui/blob/@chakra-ui/gatsby-plugin@2.0.4/CHANGELOG.md) - [Commits](https://github.com/chakra-ui/chakra-ui/compare/@chakra-ui/gatsby-plugin@2.0.1...@chakra-ui/gatsby-plugin@2.0.4) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: "@chakra-ui/gatsby-plugin" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 37ba7a3..322a96d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@auth0/auth0-react": "^1.8.0", - "@chakra-ui/gatsby-plugin": "^2.0.1", + "@chakra-ui/gatsby-plugin": "^2.0.4", "@chakra-ui/icons": "^1.0.16", "@chakra-ui/react": "^1.6.10", "@emotion/react": "^11.5.0", @@ -2479,12 +2479,12 @@ } }, "node_modules/@chakra-ui/gatsby-plugin": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@chakra-ui/gatsby-plugin/-/gatsby-plugin-2.0.1.tgz", - "integrity": "sha512-+Gy72AcPGdM6TIoY2RZou+3q2pkGkOzSmohyLGfz6XzWoMKYO8lWk38jKGnB7wyVQ3MR1AM+0hQTab75B0cukg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@chakra-ui/gatsby-plugin/-/gatsby-plugin-2.0.4.tgz", + "integrity": "sha512-E8ik5V/nxQF3W/GzMJ3vkxYX+7/BtuWAjQykKr3GenbfZNeZvnp+WLkZxhi7Eplv2s+o1FUvKRIxG9XUuZirZQ==", "peerDependencies": { "@chakra-ui/react": ">=1.0.0", - "gatsby": "^2.29.3 || ^3.0.0" + "gatsby": "^2.29.3 || ^3.0.0 || ^4.0.0" } }, "node_modules/@chakra-ui/hooks": { @@ -26075,9 +26075,9 @@ } }, "@chakra-ui/gatsby-plugin": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@chakra-ui/gatsby-plugin/-/gatsby-plugin-2.0.1.tgz", - "integrity": "sha512-+Gy72AcPGdM6TIoY2RZou+3q2pkGkOzSmohyLGfz6XzWoMKYO8lWk38jKGnB7wyVQ3MR1AM+0hQTab75B0cukg==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@chakra-ui/gatsby-plugin/-/gatsby-plugin-2.0.4.tgz", + "integrity": "sha512-E8ik5V/nxQF3W/GzMJ3vkxYX+7/BtuWAjQykKr3GenbfZNeZvnp+WLkZxhi7Eplv2s+o1FUvKRIxG9XUuZirZQ==", "requires": {} }, "@chakra-ui/hooks": { diff --git a/frontend/package.json b/frontend/package.json index b53a891..a05683c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@auth0/auth0-react": "^1.8.0", - "@chakra-ui/gatsby-plugin": "^2.0.1", + "@chakra-ui/gatsby-plugin": "^2.0.4", "@chakra-ui/icons": "^1.0.16", "@chakra-ui/react": "^1.6.10", "@emotion/react": "^11.5.0",