1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

Bump gatsby-plugin-sharp from 4.7.0 to 4.9.0 (#821)

Bumps [gatsby-plugin-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-sharp) from 4.7.0 to 4.9.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-sharp/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-sharp@4.9.0/packages/gatsby-plugin-sharp)

---
updated-dependencies:
- dependency-name: gatsby-plugin-sharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-11 19:11:05 +00:00 committed by GitHub
parent f36ee1612f
commit c4ce9c0884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 153 additions and 54 deletions

205
package-lock.json generated
View File

@ -20,7 +20,7 @@
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^4.7.0",
@ -10585,9 +10585,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/gatsby-core-utils": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz",
"integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.9.0.tgz",
"integrity": "sha512-SvPnr86oXTY3ldbQ4QAkEew3BQE9vlzUXcXVJqTOhMUeGEz2kibBFUmVp8ia9Y1eOD+K/0xXQ54jUqaResj69w==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"ci-info": "2.0.0",
@ -10596,9 +10596,12 @@
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
"import-from": "^4.0.0",
"lmdb": "^2.1.7",
"lock": "^1.1.0",
"node-object-hash": "^2.3.10",
"proper-lockfile": "^4.1.2",
"resolve-from": "^5.0.0",
"tmp": "^0.2.1",
"xdg-basedir": "^4.0.0"
},
@ -10606,6 +10609,17 @@
"node": ">=14.15.0"
}
},
"node_modules/gatsby-core-utils/node_modules/import-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz",
"integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==",
"engines": {
"node": ">=12.2"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/gatsby-graphiql-explorer": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-2.7.0.tgz",
@ -10840,9 +10854,9 @@
}
},
"node_modules/gatsby-plugin-sharp": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.7.0.tgz",
"integrity": "sha512-l1C+TB2D04yZq7f35aj4irkkSsm4HIQEQVWAED2zkoL3RrUxQ2uRT4kakulv00SdGd5/i+7btc9xOPB25DGvgA==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.9.0.tgz",
"integrity": "sha512-65JcqL11kyecTDYl3uZ/SvBI2FRJgSC7JTxzoV1ZOJkNQpn4nRLRUFL5UTijnnwU9+tba3i6gxKtZEAlE94pcA==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"async": "^3.2.3",
@ -10850,9 +10864,9 @@
"debug": "^4.3.3",
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-plugin-utils": "^3.1.0",
"gatsby-telemetry": "^3.7.0",
"gatsby-core-utils": "^3.9.0",
"gatsby-plugin-utils": "^3.3.0",
"gatsby-telemetry": "^3.9.0",
"got": "^11.8.3",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.3",
@ -10860,7 +10874,7 @@
"probe-image-size": "^6.0.0",
"progress": "^2.0.3",
"semver": "^7.3.5",
"sharp": "^0.29.3",
"sharp": "^0.30.1",
"svgo": "1.3.2",
"uuid": "3.4.0"
},
@ -10876,6 +10890,14 @@
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
},
"node_modules/gatsby-plugin-sharp/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-sharp/node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@ -10901,6 +10923,28 @@
"node": ">=10"
}
},
"node_modules/gatsby-plugin-sharp/node_modules/sharp": {
"version": "0.30.2",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.2.tgz",
"integrity": "sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==",
"hasInstallScript": true,
"dependencies": {
"color": "^4.2.1",
"detect-libc": "^2.0.1",
"node-addon-api": "^4.3.0",
"prebuild-install": "^7.0.1",
"semver": "^7.3.5",
"simple-get": "^4.0.1",
"tar-fs": "^2.1.1",
"tunnel-agent": "^0.6.0"
},
"engines": {
"node": ">=12.13.0"
},
"funding": {
"url": "https://opencollective.com/libvips"
}
},
"node_modules/gatsby-plugin-sharp/node_modules/uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
@ -10964,9 +11008,9 @@
}
},
"node_modules/gatsby-plugin-utils": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.3.0.tgz",
"integrity": "sha512-wmwSQ/IMVQ8lII015IRToeXzu4LsRayKhlrBpuCbzJJgzBEgTH5ezHkGnxAGKvMn7xP9Oekz6DX/XYwUnAe4ug==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"
@ -11156,9 +11200,9 @@
}
},
"node_modules/gatsby-telemetry": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.7.0.tgz",
"integrity": "sha512-jhtUGZynyHM3r9a7po/rKffj5AjacmU0rqqarsee9dxlDqsamqRtyFPTjn7JubRrc958M6qzNW+z/Zi0hoeFHg==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.9.0.tgz",
"integrity": "sha512-ifqJ4KS16mbpfZ5oVaU4WEbk6gccivVqjCbzfVGgqtl+C8B0u1CeShvr4NcJE1FdVFYIOB4uJeV9Wym03B075A==",
"hasInstallScript": true,
"dependencies": {
"@babel/code-frame": "^7.14.0",
@ -11169,7 +11213,7 @@
"boxen": "^4.2.0",
"configstore": "^5.0.1",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-core-utils": "^3.9.0",
"git-up": "^4.0.5",
"is-docker": "^2.2.1",
"lodash": "^4.17.21",
@ -15314,6 +15358,19 @@
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"node_modules/lmdb": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.4.tgz",
"integrity": "sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==",
"hasInstallScript": true,
"dependencies": {
"msgpackr": "^1.5.4",
"nan": "^2.14.2",
"node-gyp-build": "^4.2.3",
"ordered-binary": "^1.2.4",
"weak-lru-cache": "^1.2.2"
}
},
"node_modules/lmdb-store": {
"version": "1.6.14",
"resolved": "https://registry.npmjs.org/lmdb-store/-/lmdb-store-1.6.14.tgz",
@ -16123,9 +16180,9 @@
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"node_modules/msgpackr": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.1.tgz",
"integrity": "sha512-I1CXFG8BYYSeIhtDlHpUVMsdDiyvP9JAh1d9QoBnkPx3ETPeH/1lR14hweM9GETs09wCWlaOyhtXxIc9boxAAA==",
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.4.tgz",
"integrity": "sha512-Z7w5Jg+2Q9z9gJxeM68d7tSuWZZGnFIRhZnyqcZCa/1dKkhOCNvR1TUV3zzJ3+vj78vlwKRzUgVDlW4jiSOeDA==",
"optionalDependencies": {
"msgpackr-extract": "^1.0.14"
}
@ -16950,9 +17007,9 @@
}
},
"node_modules/ordered-binary": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.1.tgz",
"integrity": "sha512-Zl2RCcj/wRCakW9/yI83gutgNf7JFOPEHrCK72z+boIrU+PWAnIt6HADd1w+3keDQ90GCKbp1BduKZgkeNbz7A=="
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz",
"integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg=="
},
"node_modules/os-tmpdir": {
"version": "1.0.2",
@ -22924,9 +22981,9 @@
}
},
"node_modules/weak-lru-cache": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.1.3.tgz",
"integrity": "sha512-5LDIv+sr6uzT94Hhcq7Qv7gt3jxol4iMWUqOgJSLYbB5oO7bTSMqIBtKsytm8N2BufYOdJw86/qu+SDfbo/wKQ=="
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz",
"integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw=="
},
"node_modules/web-namespaces": {
"version": "1.1.4",
@ -32418,9 +32475,9 @@
}
},
"gatsby-core-utils": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz",
"integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.9.0.tgz",
"integrity": "sha512-SvPnr86oXTY3ldbQ4QAkEew3BQE9vlzUXcXVJqTOhMUeGEz2kibBFUmVp8ia9Y1eOD+K/0xXQ54jUqaResj69w==",
"requires": {
"@babel/runtime": "^7.15.4",
"ci-info": "2.0.0",
@ -32429,11 +32486,21 @@
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
"import-from": "^4.0.0",
"lmdb": "^2.1.7",
"lock": "^1.1.0",
"node-object-hash": "^2.3.10",
"proper-lockfile": "^4.1.2",
"resolve-from": "^5.0.0",
"tmp": "^0.2.1",
"xdg-basedir": "^4.0.0"
},
"dependencies": {
"import-from": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/import-from/-/import-from-4.0.0.tgz",
"integrity": "sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ=="
}
}
},
"gatsby-graphiql-explorer": {
@ -32604,9 +32671,9 @@
}
},
"gatsby-plugin-sharp": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.7.0.tgz",
"integrity": "sha512-l1C+TB2D04yZq7f35aj4irkkSsm4HIQEQVWAED2zkoL3RrUxQ2uRT4kakulv00SdGd5/i+7btc9xOPB25DGvgA==",
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-4.9.0.tgz",
"integrity": "sha512-65JcqL11kyecTDYl3uZ/SvBI2FRJgSC7JTxzoV1ZOJkNQpn4nRLRUFL5UTijnnwU9+tba3i6gxKtZEAlE94pcA==",
"requires": {
"@babel/runtime": "^7.15.4",
"async": "^3.2.3",
@ -32614,9 +32681,9 @@
"debug": "^4.3.3",
"filenamify": "^4.3.0",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-plugin-utils": "^3.1.0",
"gatsby-telemetry": "^3.7.0",
"gatsby-core-utils": "^3.9.0",
"gatsby-plugin-utils": "^3.3.0",
"gatsby-telemetry": "^3.9.0",
"got": "^11.8.3",
"lodash": "^4.17.21",
"mini-svg-data-uri": "^1.4.3",
@ -32624,7 +32691,7 @@
"probe-image-size": "^6.0.0",
"progress": "^2.0.3",
"semver": "^7.3.5",
"sharp": "^0.29.3",
"sharp": "^0.30.1",
"svgo": "1.3.2",
"uuid": "3.4.0"
},
@ -32634,6 +32701,11 @@
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
},
"detect-libc": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.1.tgz",
"integrity": "sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w=="
},
"lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@ -32650,6 +32722,21 @@
"lru-cache": "^6.0.0"
}
},
"sharp": {
"version": "0.30.2",
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.30.2.tgz",
"integrity": "sha512-mrMeKI5ECTdYhslPlA2TbBtU3nZXMEBcQwI6qYXjPlu1LpW4HBZLFm6xshMI1HpIdEEJ3UcYp5AKifLT/fEHZQ==",
"requires": {
"color": "^4.2.1",
"detect-libc": "^2.0.1",
"node-addon-api": "^4.3.0",
"prebuild-install": "^7.0.1",
"semver": "^7.3.5",
"simple-get": "^4.0.1",
"tar-fs": "^2.1.1",
"tunnel-agent": "^0.6.0"
}
},
"uuid": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
@ -32694,9 +32781,9 @@
}
},
"gatsby-plugin-utils": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.1.0.tgz",
"integrity": "sha512-OvRhIKzjaz3WOo/dxSI90ZlclsO2xaj1Dz7vigU2QGPAe8JtRJbNTpgfBZ+JOBeVnDONNbZulVn8S8F/Ra/BZA==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/gatsby-plugin-utils/-/gatsby-plugin-utils-3.3.0.tgz",
"integrity": "sha512-wmwSQ/IMVQ8lII015IRToeXzu4LsRayKhlrBpuCbzJJgzBEgTH5ezHkGnxAGKvMn7xP9Oekz6DX/XYwUnAe4ug==",
"requires": {
"@babel/runtime": "^7.15.4",
"joi": "^17.4.2"
@ -32834,9 +32921,9 @@
}
},
"gatsby-telemetry": {
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.7.0.tgz",
"integrity": "sha512-jhtUGZynyHM3r9a7po/rKffj5AjacmU0rqqarsee9dxlDqsamqRtyFPTjn7JubRrc958M6qzNW+z/Zi0hoeFHg==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-3.9.0.tgz",
"integrity": "sha512-ifqJ4KS16mbpfZ5oVaU4WEbk6gccivVqjCbzfVGgqtl+C8B0u1CeShvr4NcJE1FdVFYIOB4uJeV9Wym03B075A==",
"requires": {
"@babel/code-frame": "^7.14.0",
"@babel/runtime": "^7.15.4",
@ -32846,7 +32933,7 @@
"boxen": "^4.2.0",
"configstore": "^5.0.1",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-core-utils": "^3.9.0",
"git-up": "^4.0.5",
"is-docker": "^2.2.1",
"lodash": "^4.17.21",
@ -35249,6 +35336,18 @@
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
"integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA="
},
"lmdb": {
"version": "2.2.4",
"resolved": "https://registry.npmjs.org/lmdb/-/lmdb-2.2.4.tgz",
"integrity": "sha512-gto+BB2uEob8qRiTlOq+R3uX0YNHsX9mjxj9Sbdue/LIKqu6IlZjrsjKeGyOMquc/474GEqFyX2pdytpydp0rQ==",
"requires": {
"msgpackr": "^1.5.4",
"nan": "^2.14.2",
"node-gyp-build": "^4.2.3",
"ordered-binary": "^1.2.4",
"weak-lru-cache": "^1.2.2"
}
},
"lmdb-store": {
"version": "1.6.14",
"resolved": "https://registry.npmjs.org/lmdb-store/-/lmdb-store-1.6.14.tgz",
@ -35881,9 +35980,9 @@
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
},
"msgpackr": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.1.tgz",
"integrity": "sha512-I1CXFG8BYYSeIhtDlHpUVMsdDiyvP9JAh1d9QoBnkPx3ETPeH/1lR14hweM9GETs09wCWlaOyhtXxIc9boxAAA==",
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.5.4.tgz",
"integrity": "sha512-Z7w5Jg+2Q9z9gJxeM68d7tSuWZZGnFIRhZnyqcZCa/1dKkhOCNvR1TUV3zzJ3+vj78vlwKRzUgVDlW4jiSOeDA==",
"requires": {
"msgpackr-extract": "^1.0.14"
}
@ -36495,9 +36594,9 @@
}
},
"ordered-binary": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.1.tgz",
"integrity": "sha512-Zl2RCcj/wRCakW9/yI83gutgNf7JFOPEHrCK72z+boIrU+PWAnIt6HADd1w+3keDQ90GCKbp1BduKZgkeNbz7A=="
"version": "1.2.4",
"resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.2.4.tgz",
"integrity": "sha512-A/csN0d3n+igxBPfUrjbV5GC69LWj2pjZzAAeeHXLukQ4+fytfP4T1Lg0ju7MSPSwq7KtHkGaiwO8URZN5IpLg=="
},
"os-tmpdir": {
"version": "1.0.2",
@ -40978,9 +41077,9 @@
}
},
"weak-lru-cache": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.1.3.tgz",
"integrity": "sha512-5LDIv+sr6uzT94Hhcq7Qv7gt3jxol4iMWUqOgJSLYbB5oO7bTSMqIBtKsytm8N2BufYOdJw86/qu+SDfbo/wKQ=="
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz",
"integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw=="
},
"web-namespaces": {
"version": "1.1.4",

View File

@ -31,7 +31,7 @@
"gatsby-plugin-matomo": "^0.11.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^4.7.0",