diff options
| -rw-r--r-- | package-lock.json | 38 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 20 insertions, 20 deletions
diff --git a/package-lock.json b/package-lock.json index 69c46aa..32caad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", - "gatsby-source-filesystem": "5.8.0", + "gatsby-source-filesystem": "5.9.0", "gatsby-transformer-sharp": "5.9.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -9301,19 +9301,19 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.8.0.tgz", - "integrity": "sha512-6sWG/bTSQ+Hy8RY20et64n8cE0/CgGMYK13db0a5NW1Q2SAZbPf2C7cvyklasPIqhrdutV49Qf+HsKxBNjyffA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.9.0.tgz", + "integrity": "sha512-1DANeWOzkmAcstduQIjk0rLlijDlvVKwUvMTt/Mwj/HdESh+mQXjM9dlDRF3eZwZ2HJ9jiq5eZvfm8Yj67m1+A==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.8.0", + "fs-extra": "^11.1.1", + "gatsby-core-utils": "^4.9.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.35.3" + "xstate": "^4.37.1" }, "engines": { "node": ">=18.0.0" @@ -16376,9 +16376,9 @@ } }, "node_modules/xstate": { - "version": "4.35.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.35.4.tgz", - "integrity": "sha512-mqRBYHhljP1xIItI4xnSQNHEv6CKslSM1cOGmvhmxeoDPAZgNbhSUYAL5N6DZIxRfpYY+M+bSm3mUFHD63iuvg==", + "version": "4.37.2", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.37.2.tgz", + "integrity": "sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==", "funding": { "type": "opencollective", "url": "https://opencollective.com/xstate" @@ -23730,19 +23730,19 @@ } }, "gatsby-source-filesystem": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.8.0.tgz", - "integrity": "sha512-6sWG/bTSQ+Hy8RY20et64n8cE0/CgGMYK13db0a5NW1Q2SAZbPf2C7cvyklasPIqhrdutV49Qf+HsKxBNjyffA==", + "version": "5.9.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.9.0.tgz", + "integrity": "sha512-1DANeWOzkmAcstduQIjk0rLlijDlvVKwUvMTt/Mwj/HdESh+mQXjM9dlDRF3eZwZ2HJ9jiq5eZvfm8Yj67m1+A==", "requires": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^11.1.0", - "gatsby-core-utils": "^4.8.0", + "fs-extra": "^11.1.1", + "gatsby-core-utils": "^4.9.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", - "xstate": "^4.35.3" + "xstate": "^4.37.1" }, "dependencies": { "mime": { @@ -28569,9 +28569,9 @@ "integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==" }, "xstate": { - "version": "4.35.4", - "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.35.4.tgz", - "integrity": "sha512-mqRBYHhljP1xIItI4xnSQNHEv6CKslSM1cOGmvhmxeoDPAZgNbhSUYAL5N6DZIxRfpYY+M+bSm3mUFHD63iuvg==" + "version": "4.37.2", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.37.2.tgz", + "integrity": "sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==" }, "xtend": { "version": "4.0.2", diff --git a/package.json b/package.json index 3fd1401..183ca24 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", - "gatsby-source-filesystem": "5.8.0", + "gatsby-source-filesystem": "5.9.0", "gatsby-transformer-sharp": "5.9.0", "react": "18.2.0", "react-dom": "18.2.0", |
