diff options
| -rw-r--r-- | package-lock.json | 92 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 78 insertions, 16 deletions
diff --git a/package-lock.json b/package-lock.json index e058bb2..29f6908 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "gatsby": "5.10.0", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.10.0", - "gatsby-plugin-manifest": "5.9.0", + "gatsby-plugin-manifest": "5.10.0", "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", @@ -8959,15 +8959,15 @@ } }, "node_modules/gatsby-plugin-manifest": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.9.0.tgz", - "integrity": "sha512-6BrS5WprI+MJM4JsoJ30Z5cuKzICFlohpXiUMO2Xc+p2bzl+hgeIb06nm4lP52gNAPOVyLQDZDqB0PKRNYVe/w==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.10.0.tgz", + "integrity": "sha512-y3TUARyNaK29oD/8ZJOVvLVRvSvfKNjLHmNc0D6KPJRQld7T+ZKCZh4ylwN+Hor8vHnXKHyVoBZd+BIEjTBVAg==", "dependencies": { "@babel/runtime": "^7.20.13", - "gatsby-core-utils": "^4.9.0", - "gatsby-plugin-utils": "^4.9.0", - "semver": "^7.3.8", - "sharp": "^0.31.3" + "gatsby-core-utils": "^4.10.0", + "gatsby-plugin-utils": "^4.10.0", + "semver": "^7.5.0", + "sharp": "^0.32.1" }, "engines": { "node": ">=18.0.0" @@ -8976,6 +8976,41 @@ "gatsby": "^5.0.0-next" } }, + "node_modules/gatsby-plugin-manifest/node_modules/detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==", + "engines": { + "node": ">=8" + } + }, + "node_modules/gatsby-plugin-manifest/node_modules/node-addon-api": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", + "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" + }, + "node_modules/gatsby-plugin-manifest/node_modules/sharp": { + "version": "0.32.1", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.1.tgz", + "integrity": "sha512-kQTFtj7ldpUqSe8kDxoGLZc1rnMFU0AO2pqbX6pLy3b7Oj8ivJIdoKNwxHVQG2HN6XpHPJqCSM2nsma2gOXvOg==", + "hasInstallScript": true, + "dependencies": { + "color": "^4.2.3", + "detect-libc": "^2.0.1", + "node-addon-api": "^6.1.0", + "prebuild-install": "^7.1.1", + "semver": "^7.5.0", + "simple-get": "^4.0.1", + "tar-fs": "^2.1.1", + "tunnel-agent": "^0.6.0" + }, + "engines": { + "node": ">=14.15.0" + }, + "funding": { + "url": "https://opencollective.com/libvips" + } + }, "node_modules/gatsby-plugin-offline": { "version": "6.9.0", "resolved": "https://registry.npmjs.org/gatsby-plugin-offline/-/gatsby-plugin-offline-6.9.0.tgz", @@ -23446,15 +23481,42 @@ } }, "gatsby-plugin-manifest": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.9.0.tgz", - "integrity": "sha512-6BrS5WprI+MJM4JsoJ30Z5cuKzICFlohpXiUMO2Xc+p2bzl+hgeIb06nm4lP52gNAPOVyLQDZDqB0PKRNYVe/w==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-5.10.0.tgz", + "integrity": "sha512-y3TUARyNaK29oD/8ZJOVvLVRvSvfKNjLHmNc0D6KPJRQld7T+ZKCZh4ylwN+Hor8vHnXKHyVoBZd+BIEjTBVAg==", "requires": { "@babel/runtime": "^7.20.13", - "gatsby-core-utils": "^4.9.0", - "gatsby-plugin-utils": "^4.9.0", - "semver": "^7.3.8", - "sharp": "^0.31.3" + "gatsby-core-utils": "^4.10.0", + "gatsby-plugin-utils": "^4.10.0", + "semver": "^7.5.0", + "sharp": "^0.32.1" + }, + "dependencies": { + "detect-libc": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz", + "integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==" + }, + "node-addon-api": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", + "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==" + }, + "sharp": { + "version": "0.32.1", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.32.1.tgz", + "integrity": "sha512-kQTFtj7ldpUqSe8kDxoGLZc1rnMFU0AO2pqbX6pLy3b7Oj8ivJIdoKNwxHVQG2HN6XpHPJqCSM2nsma2gOXvOg==", + "requires": { + "color": "^4.2.3", + "detect-libc": "^2.0.1", + "node-addon-api": "^6.1.0", + "prebuild-install": "^7.1.1", + "semver": "^7.5.0", + "simple-get": "^4.0.1", + "tar-fs": "^2.1.1", + "tunnel-agent": "^0.6.0" + } + } } }, "gatsby-plugin-offline": { diff --git a/package.json b/package.json index 1e805b9..3a77736 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "gatsby": "5.10.0", "gatsby-plugin-html-attributes": "^1.0.5", "gatsby-plugin-image": "3.10.0", - "gatsby-plugin-manifest": "5.9.0", + "gatsby-plugin-manifest": "5.10.0", "gatsby-plugin-offline": "^6.9.0", "gatsby-plugin-sharp": "5.9.0", "gatsby-plugin-styled-components": "6.9.0", |
