diff --git a/src/website/package-lock.json b/src/website/package-lock.json index ffd92a6..23c110d 100644 --- a/src/website/package-lock.json +++ b/src/website/package-lock.json @@ -9,18 +9,18 @@ "version": "1.0.0", "license": "GPL-3.0", "dependencies": { - "gatsby": "^5.13.0", - "gatsby-plugin-image": "^3.13.0", - "gatsby-plugin-manifest": "^5.13.0", - "gatsby-plugin-sharp": "^5.13.0", - "gatsby-source-filesystem": "^5.13.0", - "gatsby-transformer-remark": "^6.13.0", - "gatsby-transformer-sharp": "^5.13.0", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "gatsby": "^5.15.0", + "gatsby-plugin-image": "^3.15.0", + "gatsby-plugin-manifest": "^5.15.0", + "gatsby-plugin-sharp": "^5.15.0", + "gatsby-source-filesystem": "^5.15.0", + "gatsby-transformer-remark": "^6.15.0", + "gatsby-transformer-sharp": "^5.15.0", + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { - "prettier": "^3.1.0" + "prettier": "^3.4.2" }, "engines": { "node": ">=18.0.0" @@ -12532,9 +12532,9 @@ "license": "MIT" }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash.clonedeep": {