From 50ae2e96f6a5ba4974a02e51944f7694e992556b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 08:49:33 -0400 Subject: Bump gatsby from 5.9.0 to 5.9.1 (#161) Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.9.0 to 5.9.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@5.9.0...gatsby@5.9.1) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9444ddc..69c46aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BlueOak-1.0.0", "dependencies": { "babel-plugin-styled-components": "^2.1.1", - "gatsby": "5.9.0", + "gatsby": "5.9.1", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.9.0", "gatsby-plugin-manifest": "5.9.0", @@ -8683,9 +8683,9 @@ } }, "node_modules/gatsby": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.9.0.tgz", - "integrity": "sha512-XjKwjlscSgOZqqXCY1+Y3VX9+AyMBZMGer2xt6BxpXAz+uEHomdiVpToncka5BlrxgDYkDmx83yIBZKN9uAwiw==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.9.1.tgz", + "integrity": "sha512-TNMmFqRnEZBZsoecp11ZhSeYmgKV6QfPsl1f46I+DK7n3yNWMkMN4ZpKuCdH2gw98d2LgtU7nHWHCohr54eb6A==", "hasInstallScript": true, "dependencies": { "@babel/code-frame": "^7.18.6", @@ -8774,7 +8774,7 @@ "gatsby-legacy-polyfills": "^3.9.0", "gatsby-link": "^5.9.0", "gatsby-page-utils": "^3.9.0", - "gatsby-parcel-config": "^1.9.0", + "gatsby-parcel-config": "1.9.0", "gatsby-plugin-page-creator": "^5.9.0", "gatsby-plugin-typescript": "^5.9.0", "gatsby-plugin-utils": "^4.9.0", @@ -22967,9 +22967,9 @@ "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==" }, "gatsby": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.9.0.tgz", - "integrity": "sha512-XjKwjlscSgOZqqXCY1+Y3VX9+AyMBZMGer2xt6BxpXAz+uEHomdiVpToncka5BlrxgDYkDmx83yIBZKN9uAwiw==", + "version": "5.9.1", + "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.9.1.tgz", + "integrity": "sha512-TNMmFqRnEZBZsoecp11ZhSeYmgKV6QfPsl1f46I+DK7n3yNWMkMN4ZpKuCdH2gw98d2LgtU7nHWHCohr54eb6A==", "requires": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.20.12", @@ -23057,7 +23057,7 @@ "gatsby-legacy-polyfills": "^3.9.0", "gatsby-link": "^5.9.0", "gatsby-page-utils": "^3.9.0", - "gatsby-parcel-config": "^1.9.0", + "gatsby-parcel-config": "1.9.0", "gatsby-plugin-page-creator": "^5.9.0", "gatsby-plugin-typescript": "^5.9.0", "gatsby-plugin-utils": "^4.9.0", diff --git a/package.json b/package.json index 215bd01..3fd1401 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "babel-plugin-styled-components": "^2.1.1", - "gatsby": "5.9.0", + "gatsby": "5.9.1", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.9.0", "gatsby-plugin-manifest": "5.9.0", -- cgit