From 73772b1c2492a2554e652082542f01e29b87cca9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 19:55:06 +0000 Subject: [PATCH] chore(integration-tests): update integration tests --- integration-tests/plugin-fastify/package.json | 32 +- .../markdown-docs/package.json | 2 +- .../recipes-with-multi-type/package.json | 2 +- .../recipes-with-photos/package.json | 2 +- .../testing-options/package.json | 2 +- integration-tests/source-s3/package.json | 12 +- yarn.lock | 1263 ++++++++++++++--- 7 files changed, 1073 insertions(+), 242 deletions(-) diff --git a/integration-tests/plugin-fastify/package.json b/integration-tests/plugin-fastify/package.json index 8402d297d..50ed6391f 100644 --- a/integration-tests/plugin-fastify/package.json +++ b/integration-tests/plugin-fastify/package.json @@ -18,26 +18,26 @@ "postinstall": "[[ x\"${GATSBY_CLOUD}\" == \"x\" ]] || yarn build:deps" }, "dependencies": { - "fastify": "^4.25.2", - "gatsby": "^5.13.1", + "fastify": "^4.27.0", + "gatsby": "^5.13.6", "gatsby-plugin-fastify": "*", - "gatsby-plugin-image": "^3.13.0", - "gatsby-plugin-manifest": "^5.13.0", - "gatsby-plugin-postcss": "^6.13.0", - "gatsby-plugin-sharp": "^5.13.0", - "gatsby-plugin-sitemap": "^6.13.0", - "gatsby-source-faker": "^5.13.0", - "gatsby-source-filesystem": "^5.13.0", - "gatsby-transformer-sharp": "^5.13.0", - "postcss": "^8.4.32", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "gatsby-plugin-image": "^3.13.1", + "gatsby-plugin-manifest": "^5.13.1", + "gatsby-plugin-postcss": "^6.13.1", + "gatsby-plugin-sharp": "^5.13.1", + "gatsby-plugin-sitemap": "^6.13.1", + "gatsby-source-faker": "^5.13.1", + "gatsby-source-filesystem": "^5.13.1", + "gatsby-transformer-sharp": "^5.13.1", + "postcss": "^8.4.38", + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { - "@babel/core": "^7.23.7", - "@babel/preset-typescript": "^7.23.3", + "@babel/core": "^7.24.6", + "@babel/preset-typescript": "^7.24.6", "babel-loader": "^9.1.3", - "babel-preset-gatsby": "^3.13.0", + "babel-preset-gatsby": "^3.13.2", "benchmark": "^2.1.4" } } diff --git a/integration-tests/source-airtable/markdown-docs/package.json b/integration-tests/source-airtable/markdown-docs/package.json index 1ada1e850..ea54ad5fc 100644 --- a/integration-tests/source-airtable/markdown-docs/package.json +++ b/integration-tests/source-airtable/markdown-docs/package.json @@ -22,7 +22,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { - "nock": "13.4.0", + "nock": "13.5.4", "prettier": "2.8.8" }, "volta": { diff --git a/integration-tests/source-airtable/recipes-with-multi-type/package.json b/integration-tests/source-airtable/recipes-with-multi-type/package.json index ac65a3c2e..74efe3124 100644 --- a/integration-tests/source-airtable/recipes-with-multi-type/package.json +++ b/integration-tests/source-airtable/recipes-with-multi-type/package.json @@ -36,7 +36,7 @@ "clean": "gatsby clean" }, "devDependencies": { - "nock": "13.4.0", + "nock": "13.5.4", "prettier": "2.8.8" }, "volta": { diff --git a/integration-tests/source-airtable/recipes-with-photos/package.json b/integration-tests/source-airtable/recipes-with-photos/package.json index 3632b3413..8216efb60 100644 --- a/integration-tests/source-airtable/recipes-with-photos/package.json +++ b/integration-tests/source-airtable/recipes-with-photos/package.json @@ -30,7 +30,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { - "nock": "13.4.0", + "nock": "13.5.4", "prettier": "2.8.8" }, "volta": { diff --git a/integration-tests/source-airtable/testing-options/package.json b/integration-tests/source-airtable/testing-options/package.json index b8cc6a7b2..9909548d1 100644 --- a/integration-tests/source-airtable/testing-options/package.json +++ b/integration-tests/source-airtable/testing-options/package.json @@ -23,7 +23,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { - "nock": "13.4.0", + "nock": "13.5.4", "prettier": "2.8.8" }, "volta": { diff --git a/integration-tests/source-s3/package.json b/integration-tests/source-s3/package.json index c90ac4ee6..fa38135df 100644 --- a/integration-tests/source-s3/package.json +++ b/integration-tests/source-s3/package.json @@ -6,13 +6,13 @@ "license": "MIT", "author": "Robin Métral ", "dependencies": { - "gatsby": "^5.13.1", - "gatsby-plugin-image": "^3.13.0", - "gatsby-plugin-sharp": "^5.13.0", + "gatsby": "^5.13.6", + "gatsby-plugin-image": "^3.13.1", + "gatsby-plugin-sharp": "^5.13.1", "gatsby-source-s3": "workspace:^", - "gatsby-transformer-sharp": "^5.13.0", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "gatsby-transformer-sharp": "^5.13.1", + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "scripts": { "develop": "gatsby develop", diff --git a/yarn.lock b/yarn.lock index a6fce925e..13e9802d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1745,6 +1745,16 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/code-frame@npm:7.24.6" + dependencies: + "@babel/highlight": "npm:^7.24.6" + picocolors: "npm:^1.0.0" + checksum: e9b70af2a9c7c734ac36c2e6e1da640a6e0a483bfba7cf620226a1226a2e6d64961324b02d786e06ce72f0aa329e190dfc49128367a2368b69e2219ffddcdcc5 + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.16.0": version: 7.16.0 resolution: "@babel/compat-data@npm:7.16.0" @@ -1794,6 +1804,13 @@ __metadata: languageName: node linkType: hard +"@babel/compat-data@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/compat-data@npm:7.24.6" + checksum: c355141e4649ef6efa413d71cfc1efb183be46b8fc945fc17e3c7f4313b4b566af575a4183450697916cd6b8c7f180e315986b5d7f07e7b7afd0786594754f7d + languageName: node + linkType: hard + "@babel/core@npm:7.23.7, @babel/core@npm:^7.23.7": version: 7.23.7 resolution: "@babel/core@npm:7.23.7" @@ -1909,6 +1926,29 @@ __metadata: languageName: node linkType: hard +"@babel/core@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/core@npm:7.24.6" + dependencies: + "@ampproject/remapping": "npm:^2.2.0" + "@babel/code-frame": "npm:^7.24.6" + "@babel/generator": "npm:^7.24.6" + "@babel/helper-compilation-targets": "npm:^7.24.6" + "@babel/helper-module-transforms": "npm:^7.24.6" + "@babel/helpers": "npm:^7.24.6" + "@babel/parser": "npm:^7.24.6" + "@babel/template": "npm:^7.24.6" + "@babel/traverse": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 49cd61b99984f0197f657690ec250fb68897de16180116ed0d4f66341eddd85757fd7ec20ba4fcf255990568515f3dd55248c30f1f831cbfaa1da4602a000e4e + languageName: node + linkType: hard + "@babel/eslint-parser@npm:^7.19.1": version: 7.19.1 resolution: "@babel/eslint-parser@npm:7.19.1" @@ -2027,6 +2067,18 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/generator@npm:7.24.6" + dependencies: + "@babel/types": "npm:^7.24.6" + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.25" + jsesc: "npm:^2.5.1" + checksum: 247002f1246c3cb825497dc7ce55dc1d10c5f0486f546d1c087aeed7e38df6eb7837758fdfa2ae1234c26c60f883756fd79b7b3f0443771bd79bdfbb0dde8cd4 + languageName: node + linkType: hard + "@babel/helper-annotate-as-pure@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-annotate-as-pure@npm:7.16.0" @@ -2063,6 +2115,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-annotate-as-pure@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-annotate-as-pure@npm:7.24.6" + dependencies: + "@babel/types": "npm:^7.24.6" + checksum: 1fc1790a67bb36419e272e79f087e32a6f3a9f3ed1f69400bd089a696523b4c92635a9cf1ce9af889cf095337553532a11bdf046ffe47a61cb7f435e77aeab4a + languageName: node + linkType: hard + "@babel/helper-builder-binary-assignment-operator-visitor@npm:^7.18.6": version: 7.18.9 resolution: "@babel/helper-builder-binary-assignment-operator-visitor@npm:7.18.9" @@ -2157,6 +2218,19 @@ __metadata: languageName: node linkType: hard +"@babel/helper-compilation-targets@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-compilation-targets@npm:7.24.6" + dependencies: + "@babel/compat-data": "npm:^7.24.6" + "@babel/helper-validator-option": "npm:^7.24.6" + browserslist: "npm:^4.22.2" + lru-cache: "npm:^5.1.1" + semver: "npm:^6.3.1" + checksum: 28f34f2c9e0ec047360c4dca8d4fb99009e868f9c1acad0ca125f2f9990790897216155d44935209c6e4c4e0318f5a9a46304771d75823add7400e3079945314 + languageName: node + linkType: hard + "@babel/helper-create-class-features-plugin@npm:^7.17.12": version: 7.18.0 resolution: "@babel/helper-create-class-features-plugin@npm:7.18.0" @@ -2209,22 +2283,22 @@ __metadata: languageName: node linkType: hard -"@babel/helper-create-class-features-plugin@npm:^7.23.6": - version: 7.23.6 - resolution: "@babel/helper-create-class-features-plugin@npm:7.23.6" +"@babel/helper-create-class-features-plugin@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-create-class-features-plugin@npm:7.24.6" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-function-name": "npm:^7.23.0" - "@babel/helper-member-expression-to-functions": "npm:^7.23.0" - "@babel/helper-optimise-call-expression": "npm:^7.22.5" - "@babel/helper-replace-supers": "npm:^7.22.20" - "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" - "@babel/helper-split-export-declaration": "npm:^7.22.6" + "@babel/helper-annotate-as-pure": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.6" + "@babel/helper-function-name": "npm:^7.24.6" + "@babel/helper-member-expression-to-functions": "npm:^7.24.6" + "@babel/helper-optimise-call-expression": "npm:^7.24.6" + "@babel/helper-replace-supers": "npm:^7.24.6" + "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.24.6" + "@babel/helper-split-export-declaration": "npm:^7.24.6" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 5e0cff67a6809d2285215057be45de9dd8900b91e3526fad5eac79023c1d6bee32aed1a04fcdf0e4d99ee4bd49ea5459cb98260c13222edf3bb983621bb452f4 + checksum: f4c2bfccb9c6e80ec9f96ad2ad4b492c8b41c695f6df3c45e7a5962c8e60e7aabffbe30019de7d09a9a50579c49a56faaf316af932ccd7812833e28199b11f0a languageName: node linkType: hard @@ -2291,6 +2365,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-environment-visitor@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-environment-visitor@npm:7.24.6" + checksum: 9c2b3f1ee7ba46b61b0482efab6d37f5c76f0ea4e9d9775df44a89644729c3a50101040a0233543ec6c3f416d8e548d337f310ff3e164f847945507428ee39e5 + languageName: node + linkType: hard + "@babel/helper-explode-assignable-expression@npm:^7.18.6": version: 7.18.6 resolution: "@babel/helper-explode-assignable-expression@npm:7.18.6" @@ -2362,6 +2443,16 @@ __metadata: languageName: node linkType: hard +"@babel/helper-function-name@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-function-name@npm:7.24.6" + dependencies: + "@babel/template": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + checksum: 66c0669c16f9fd8b977303c3bd233f962a803de409f4a1db43d965c7cd3ddc12a07b82eb8e06624d76237726407b33fc6d6987a1e40e0c32fc1fc2c5be49340b + languageName: node + linkType: hard + "@babel/helper-get-function-arity@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-get-function-arity@npm:7.16.0" @@ -2416,6 +2507,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-hoist-variables@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-hoist-variables@npm:7.24.6" + dependencies: + "@babel/types": "npm:^7.24.6" + checksum: 4819b574393a5214aff6ae02a6e5250ace2564f8bcdb28d580ffec57bbb2092425e8f39563d75cfa268940a01fd425bad503c0b92717c12426f15cf6847855d3 + languageName: node + linkType: hard + "@babel/helper-member-expression-to-functions@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-member-expression-to-functions@npm:7.16.0" @@ -2461,12 +2561,21 @@ __metadata: languageName: node linkType: hard -"@babel/helper-member-expression-to-functions@npm:^7.22.15, @babel/helper-member-expression-to-functions@npm:^7.23.0": - version: 7.23.0 - resolution: "@babel/helper-member-expression-to-functions@npm:7.23.0" +"@babel/helper-member-expression-to-functions@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-member-expression-to-functions@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.23.0" - checksum: 325feb6e200478c8cd6e10433fabe993a7d3315cc1a2a457e45514a5f95a73dff4c69bea04cc2daea0ffe72d8ed85d504b3f00b2e0767b7d4f5ae25fec9b35b2 + "@babel/types": "npm:^7.24.6" + checksum: 49198b0ceb7fdbc01135206fec4e5740f1f41d8e84d20815ae07bf96f8d7204f81cafb52d800461e8de4212a4d3c42a36531f6b39e564b4efa8d2079491cb607 + languageName: node + linkType: hard + +"@babel/helper-module-imports@npm:^7.0.0, @babel/helper-module-imports@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-module-imports@npm:7.24.6" + dependencies: + "@babel/types": "npm:^7.24.6" + checksum: 38c4432191219a10fe39178e148b295a353a802d3601ed219df6979d322b8179a57f37ee8c0d645f1304023a6b96c4aee351bf7cabe8036b294bfe3b9496ab43 languageName: node linkType: hard @@ -2594,6 +2703,21 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-transforms@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-module-transforms@npm:7.24.6" + dependencies: + "@babel/helper-environment-visitor": "npm:^7.24.6" + "@babel/helper-module-imports": "npm:^7.24.6" + "@babel/helper-simple-access": "npm:^7.24.6" + "@babel/helper-split-export-declaration": "npm:^7.24.6" + "@babel/helper-validator-identifier": "npm:^7.24.6" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: e162d0c1d876006d6989eadb9868be688784ea16a719cdce5df22541eac9547bebb137dc4d64f4d0349265b52a3633074a09c33785709e5c198696590d46402d + languageName: node + linkType: hard + "@babel/helper-optimise-call-expression@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-optimise-call-expression@npm:7.16.0" @@ -2621,12 +2745,12 @@ __metadata: languageName: node linkType: hard -"@babel/helper-optimise-call-expression@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-optimise-call-expression@npm:7.22.5" +"@babel/helper-optimise-call-expression@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-optimise-call-expression@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.22.5" - checksum: c70ef6cc6b6ed32eeeec4482127e8be5451d0e5282d5495d5d569d39eb04d7f1d66ec99b327f45d1d5842a9ad8c22d48567e93fc502003a47de78d122e355f7c + "@babel/types": "npm:^7.24.6" + checksum: 0f5e062bff683c8a8af5b20846f3a2ca2eda1c181fb1530f8fe5a13ea9fcb5166116e7d0bf3dbc48fb49bac32e68084c69fe7b35bfe8030ab3e4adb84cda064b languageName: node linkType: hard @@ -2672,6 +2796,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-plugin-utils@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-plugin-utils@npm:7.24.6" + checksum: 0ac0a7a19959fb2f880ea87650475a4960232e98825d9a50f4aa56e5750a70fc799b48cf570af63a06b810d0128e758e801865762b51a8348067e37751a38478 + languageName: node + linkType: hard + "@babel/helper-remap-async-to-generator@npm:^7.18.9": version: 7.18.9 resolution: "@babel/helper-remap-async-to-generator@npm:7.18.9" @@ -2738,16 +2869,16 @@ __metadata: languageName: node linkType: hard -"@babel/helper-replace-supers@npm:^7.22.20": - version: 7.22.20 - resolution: "@babel/helper-replace-supers@npm:7.22.20" +"@babel/helper-replace-supers@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-replace-supers@npm:7.24.6" dependencies: - "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-member-expression-to-functions": "npm:^7.22.15" - "@babel/helper-optimise-call-expression": "npm:^7.22.5" + "@babel/helper-environment-visitor": "npm:^7.24.6" + "@babel/helper-member-expression-to-functions": "npm:^7.24.6" + "@babel/helper-optimise-call-expression": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0 - checksum: 617666f57b0f94a2f430ee66b67c8f6fa94d4c22400f622947580d8f3638ea34b71280af59599ed4afbb54ae6e2bdd4f9083fe0e341184a4bb0bd26ef58d3017 + checksum: 3456b9fee029229a69c47ee301e2f45ad22fe9a6788ff9921b5c5e798d110b9258b736d1a3cbf9af1223feaaf764547f204397b36605c9e96a7c3929823fcea8 languageName: node linkType: hard @@ -2796,6 +2927,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-simple-access@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-simple-access@npm:7.24.6" + dependencies: + "@babel/types": "npm:^7.24.6" + checksum: 4649d08f3e5eb30240f49ef7951b12d02ae4c30e6bef7b1b79ade587ff0b73223f3be840f6144b49c6b1a4a9dece890ada279b0844345ea8c011fb064fa2b9a3 + languageName: node + linkType: hard + "@babel/helper-skip-transparent-expression-wrappers@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.16.0" @@ -2814,12 +2954,12 @@ __metadata: languageName: node linkType: hard -"@babel/helper-skip-transparent-expression-wrappers@npm:^7.22.5": - version: 7.22.5 - resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.22.5" +"@babel/helper-skip-transparent-expression-wrappers@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-skip-transparent-expression-wrappers@npm:7.24.6" dependencies: - "@babel/types": "npm:^7.22.5" - checksum: 1012ef2295eb12dc073f2b9edf3425661e9b8432a3387e62a8bc27c42963f1f216ab3124228015c748770b2257b4f1fda882ca8fa34c0bf485e929ae5bc45244 + "@babel/types": "npm:^7.24.6" + checksum: 697a161c8d485314b5f063e5cbb803e87e9f860b082bf31bf17b2fc5fef232e1853cce6908c8d29fef3509e62626ae9db00d994e611fc0b119e3f285f53c65f1 languageName: node linkType: hard @@ -2859,6 +2999,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-split-export-declaration@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-split-export-declaration@npm:7.24.6" + dependencies: + "@babel/types": "npm:^7.24.6" + checksum: 48ded9611f87a23bc962c9cd576cc653bd78eab3d9987d3b1c18571481d0d17d7d29397a5c07a1f5e182ef1a1c6f420b9934975bf57e8d7cbcb8d8853cc21d6c + languageName: node + linkType: hard + "@babel/helper-string-parser@npm:^7.18.10": version: 7.18.10 resolution: "@babel/helper-string-parser@npm:7.18.10" @@ -2887,6 +3036,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-string-parser@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-string-parser@npm:7.24.6" + checksum: a24631e13850eb24a5e88fba4d1b86115a79f6d4a0b3a96641fdcdc4a6d706d7e09f17ae77fa26bc72a8a7253bc83b535a2e2865a78185ed1f957b299ea6c59c + languageName: node + linkType: hard + "@babel/helper-validator-identifier@npm:^7.15.7": version: 7.15.7 resolution: "@babel/helper-validator-identifier@npm:7.15.7" @@ -2929,6 +3085,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-identifier@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-validator-identifier@npm:7.24.6" + checksum: 7e725ef0684291ca3306d5174a5d1cd9072ad58ba444cfa50aaf92a5c59dd723fa15031733ac598bb6b066cb62c2472e14cd82325522348977a72e99aa21b97a + languageName: node + linkType: hard + "@babel/helper-validator-option@npm:^7.14.5": version: 7.14.5 resolution: "@babel/helper-validator-option@npm:7.14.5" @@ -2957,6 +3120,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-validator-option@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helper-validator-option@npm:7.24.6" + checksum: 5defb2da74e1cac9497016f4e41698aeed75ec7a5e9dc07e777cdb67ef73cd2e27bd2bf8a3ab8d37e0b93a6a45524a9728f03e263afdef452436cf74794bde87 + languageName: node + linkType: hard + "@babel/helper-wrap-function@npm:^7.18.9": version: 7.20.5 resolution: "@babel/helper-wrap-function@npm:7.20.5" @@ -3024,6 +3194,16 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/helpers@npm:7.24.6" + dependencies: + "@babel/template": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + checksum: 9043f7140651e89246d0653c7198832e644865038dc18c117c492d450f237514764d1476faa1ba7466b83b348891f10f564b0c5615d86d6833fb275ead7fb259 + languageName: node + linkType: hard + "@babel/highlight@npm:^7.10.4, @babel/highlight@npm:^7.16.0": version: 7.16.0 resolution: "@babel/highlight@npm:7.16.0" @@ -3068,6 +3248,18 @@ __metadata: languageName: node linkType: hard +"@babel/highlight@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/highlight@npm:7.24.6" + dependencies: + "@babel/helper-validator-identifier": "npm:^7.24.6" + chalk: "npm:^2.4.2" + js-tokens: "npm:^4.0.0" + picocolors: "npm:^1.0.0" + checksum: e11cd39ceb01c9b5e4f2684a45caefe7b2d7bb74997c30922e6b4063a6f16aff88356091350f0af01f044e1a198579a6b5c4161a84d0a6090e63a41167569daf + languageName: node + linkType: hard + "@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.16.0": version: 7.16.0 resolution: "@babel/parser@npm:7.16.0" @@ -3149,6 +3341,15 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/parser@npm:7.24.6" + bin: + parser: ./bin/babel-parser.js + checksum: 48af4251d030623a8fbf22979fc718bd9dead6ba6a64cae717270c6c809faaf303d137d82593912291ee761130c4731f0c25feb54629ba3fa4edcc496690cb44 + languageName: node + linkType: hard + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.18.6": version: 7.18.6 resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.18.6" @@ -3566,6 +3767,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-syntax-jsx@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/plugin-syntax-jsx@npm:7.24.6" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.6" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 68e90ec17c20c9f663006b8efe8af33782e36e1ef1b415c52345fe5102ccd06116d02f05601142c4665f0471ba926eac4926738f9c41dfd6af1705446c8af7c2 + languageName: node + linkType: hard + "@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4, @babel/plugin-syntax-logical-assignment-operators@npm:^7.8.3": version: 7.10.4 resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4" @@ -3676,14 +3888,14 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-syntax-typescript@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-syntax-typescript@npm:7.23.3" +"@babel/plugin-syntax-typescript@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/plugin-syntax-typescript@npm:7.24.6" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: abfad3a19290d258b028e285a1f34c9b8a0cbe46ef79eafed4ed7ffce11b5d0720b5e536c82f91cbd8442cde35a3dd8e861fa70366d87ff06fdc0d4756e30876 + checksum: 29dc4528a3a34a7c7fdaf21c097d4251c1dc31170327729b517a94ad93ed33230cc309b9b180404f82f829538be6155902aeda0b05773fbe4d5cb6e4b0f4191d languageName: node linkType: hard @@ -4061,16 +4273,16 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-modules-commonjs@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/plugin-transform-modules-commonjs@npm:7.23.3" +"@babel/plugin-transform-modules-commonjs@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.6" dependencies: - "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-simple-access": "npm:^7.22.5" + "@babel/helper-module-transforms": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-simple-access": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a3bc082d0dfe8327a29263a6d721cea608d440bc8141ba3ec6ba80ad73d84e4f9bbe903c27e9291c29878feec9b5dee2bd0563822f93dc951f5d7fc36bdfe85b + checksum: ac6b0614bdaa9bb60d028d7b30ceae0d63fae55ddf5dca7b87f24ff0d0fa0512972799c835e2b025f0ef6976b3af6a3425d686e5e4bccfb8bf3f8f5665aac0b8 languageName: node linkType: hard @@ -4485,17 +4697,17 @@ __metadata: languageName: node linkType: hard -"@babel/plugin-transform-typescript@npm:^7.23.3": - version: 7.23.6 - resolution: "@babel/plugin-transform-typescript@npm:7.23.6" +"@babel/plugin-transform-typescript@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/plugin-transform-typescript@npm:7.24.6" dependencies: - "@babel/helper-annotate-as-pure": "npm:^7.22.5" - "@babel/helper-create-class-features-plugin": "npm:^7.23.6" - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/plugin-syntax-typescript": "npm:^7.23.3" + "@babel/helper-annotate-as-pure": "npm:^7.24.6" + "@babel/helper-create-class-features-plugin": "npm:^7.24.6" + "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/plugin-syntax-typescript": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a816811129f3fcb0af1aeb52b84285be390ed8a0eedab17d31fa8e6847c4ca39b4b176d44831f20a8561b3f586974053570ad7bdfa51f89566276e6b191786d2 + checksum: 6bd05b928d9026093502194d1baf6a77025fe89ba7f700831ab59402f5b9ab561ba0053802da195423ce56161bc1af0b0d1d434205b72eff2ba2754ded6ddf8e languageName: node linkType: hard @@ -4680,18 +4892,18 @@ __metadata: languageName: node linkType: hard -"@babel/preset-typescript@npm:^7.23.3": - version: 7.23.3 - resolution: "@babel/preset-typescript@npm:7.23.3" +"@babel/preset-typescript@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/preset-typescript@npm:7.24.6" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" - "@babel/helper-validator-option": "npm:^7.22.15" - "@babel/plugin-syntax-jsx": "npm:^7.23.3" - "@babel/plugin-transform-modules-commonjs": "npm:^7.23.3" - "@babel/plugin-transform-typescript": "npm:^7.23.3" + "@babel/helper-plugin-utils": "npm:^7.24.6" + "@babel/helper-validator-option": "npm:^7.24.6" + "@babel/plugin-syntax-jsx": "npm:^7.24.6" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.6" + "@babel/plugin-transform-typescript": "npm:^7.24.6" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: c4add0f3fcbb3f4a305c48db9ccb32694f1308ed9971ccbc1a8a3c76d5a13726addb3c667958092287d7aa080186c5c83dbfefa55eacf94657e6cde39e172848 + checksum: e4c88dd07403c79679547e0e603d9313d9756ac5d14c33f863a29fcd9e06370058664ccc16f8cbfb281e3e00b5b574be8f91e8a9c0aafd62450743a84cbcd087 languageName: node linkType: hard @@ -4821,6 +5033,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/template@npm:7.24.6" + dependencies: + "@babel/code-frame": "npm:^7.24.6" + "@babel/parser": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + checksum: e4641733dfb29b15f1b7f1a81579b3131d854d5aa2dc37a8b827e4eb6839c752cba45570934041b9f3dcf0edde8328f5313b092eaa6c7a342020b59d355f8bf5 + languageName: node + linkType: hard + "@babel/traverse@npm:^7.14.0, @babel/traverse@npm:^7.16.8, @babel/traverse@npm:^7.18.0": version: 7.18.0 resolution: "@babel/traverse@npm:7.18.0" @@ -4964,6 +5187,24 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/traverse@npm:7.24.6" + dependencies: + "@babel/code-frame": "npm:^7.24.6" + "@babel/generator": "npm:^7.24.6" + "@babel/helper-environment-visitor": "npm:^7.24.6" + "@babel/helper-function-name": "npm:^7.24.6" + "@babel/helper-hoist-variables": "npm:^7.24.6" + "@babel/helper-split-export-declaration": "npm:^7.24.6" + "@babel/parser": "npm:^7.24.6" + "@babel/types": "npm:^7.24.6" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: 11e5904f9aa255ac1470c6966e1898a718ea0cc7f41938a30df1a20dc31dfea34f66791a5ee0dd6d8d485230fe2e970d8301fa6908a524b3e7c96e52c0112ab6 + languageName: node + linkType: hard + "@babel/types@npm:^7.0.0, @babel/types@npm:^7.0.0-beta.49, @babel/types@npm:^7.16.0, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3": version: 7.16.0 resolution: "@babel/types@npm:7.16.0" @@ -5102,6 +5343,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.24.6": + version: 7.24.6 + resolution: "@babel/types@npm:7.24.6" + dependencies: + "@babel/helper-string-parser": "npm:^7.24.6" + "@babel/helper-validator-identifier": "npm:^7.24.6" + to-fast-properties: "npm:^2.0.0" + checksum: 34552539cdc740513650cb3c7754f77a55cc5253dff9d45afd52292d366eb1c099939d5db066e458abcf4c9a7dedfe43467445f9c2208b3cb64866762dee5e9d + languageName: node + linkType: hard + "@bcoe/v8-coverage@npm:^0.2.3": version: 0.2.3 resolution: "@bcoe/v8-coverage@npm:0.2.3" @@ -5717,7 +5969,7 @@ __metadata: languageName: node linkType: hard -"@fastify/error@npm:^3.4.0": +"@fastify/error@npm:^3.3.0, @fastify/error@npm:^3.4.0": version: 3.4.1 resolution: "@fastify/error@npm:3.4.1" checksum: 4d63660f7d4a0d6091abf869208d30898bde82f513ca7be542243d9d740df743dd4be293e7db30858fca612dd512d28a818ea06dc674e06b445278fcefcdda92 @@ -5816,6 +6068,18 @@ __metadata: languageName: node linkType: hard +"@gatsbyjs/parcel-namer-relative-to-cwd@npm:^2.13.1": + version: 2.13.1 + resolution: "@gatsbyjs/parcel-namer-relative-to-cwd@npm:2.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@parcel/namer-default": "npm:2.8.3" + "@parcel/plugin": "npm:2.8.3" + gatsby-core-utils: "npm:^4.13.1" + checksum: ffa3562075f6b185a50669592f1b64e8591afe692870b378dedd399460c33cb1f0f38cc9fd851c3e5b997f66226f42a4513aafe6ef1da92a12ceb44c41e79e69 + languageName: node + linkType: hard + "@gatsbyjs/reach-router@npm:^2.0.1": version: 2.0.1 resolution: "@gatsbyjs/reach-router@npm:2.0.1" @@ -6530,6 +6794,17 @@ __metadata: languageName: node linkType: hard +"@jridgewell/gen-mapping@npm:^0.3.5": + version: 0.3.5 + resolution: "@jridgewell/gen-mapping@npm:0.3.5" + dependencies: + "@jridgewell/set-array": "npm:^1.2.1" + "@jridgewell/sourcemap-codec": "npm:^1.4.10" + "@jridgewell/trace-mapping": "npm:^0.3.24" + checksum: 81587b3c4dd8e6c60252122937cea0c637486311f4ed208b52b62aae2e7a87598f63ec330e6cd0984af494bfb16d3f0d60d3b21d7e5b4aedd2602ff3fe9d32e2 + languageName: node + linkType: hard + "@jridgewell/resolve-uri@npm:3.1.0": version: 3.1.0 resolution: "@jridgewell/resolve-uri@npm:3.1.0" @@ -6544,6 +6819,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/resolve-uri@npm:^3.1.0": + version: 3.1.2 + resolution: "@jridgewell/resolve-uri@npm:3.1.2" + checksum: 97106439d750a409c22c8bff822d648f6a71f3aa9bc8e5129efdc36343cd3096ddc4eeb1c62d2fe48e9bdd4db37b05d4646a17114ecebd3bbcacfa2de51c3c1d + languageName: node + linkType: hard + "@jridgewell/set-array@npm:^1.0.0": version: 1.1.1 resolution: "@jridgewell/set-array@npm:1.1.1" @@ -6558,6 +6840,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/set-array@npm:^1.2.1": + version: 1.2.1 + resolution: "@jridgewell/set-array@npm:1.2.1" + checksum: 832e513a85a588f8ed4f27d1279420d8547743cc37fcad5a5a76fc74bb895b013dfe614d0eed9cb860048e6546b798f8f2652020b4b2ba0561b05caa8c654b10 + languageName: node + linkType: hard + "@jridgewell/source-map@npm:^0.3.3": version: 0.3.3 resolution: "@jridgewell/source-map@npm:0.3.3" @@ -6582,6 +6871,13 @@ __metadata: languageName: node linkType: hard +"@jridgewell/sourcemap-codec@npm:^1.4.14": + version: 1.4.15 + resolution: "@jridgewell/sourcemap-codec@npm:1.4.15" + checksum: 89960ac087781b961ad918978975bcdf2051cd1741880469783c42de64239703eab9db5230d776d8e6a09d73bb5e4cb964e07d93ee6e2e7aea5a7d726e865c09 + languageName: node + linkType: hard + "@jridgewell/trace-mapping@npm:^0.3.0": version: 0.3.2 resolution: "@jridgewell/trace-mapping@npm:0.3.2" @@ -6622,6 +6918,16 @@ __metadata: languageName: node linkType: hard +"@jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": + version: 0.3.25 + resolution: "@jridgewell/trace-mapping@npm:0.3.25" + dependencies: + "@jridgewell/resolve-uri": "npm:^3.1.0" + "@jridgewell/sourcemap-codec": "npm:^1.4.14" + checksum: dced32160a44b49d531b80a4a2159dceab6b3ddf0c8e95a0deae4b0e894b172defa63d5ac52a19c2068e1fe7d31ea4ba931fbeec103233ecb4208953967120fc + languageName: node + linkType: hard + "@jridgewell/trace-mapping@npm:^0.3.9": version: 0.3.13 resolution: "@jridgewell/trace-mapping@npm:0.3.13" @@ -8109,6 +8415,19 @@ __metadata: languageName: node linkType: hard +"@sigmacomputing/babel-plugin-lodash@npm:^3.3.5": + version: 3.3.5 + resolution: "@sigmacomputing/babel-plugin-lodash@npm:3.3.5" + dependencies: + "@babel/helper-module-imports": "npm:^7.0.0" + "@babel/types": "npm:^7.0.0" + glob: "npm:^7.1.1" + lodash: "npm:^4.17.10" + require-package-name: "npm:^2.0.1" + checksum: f4eae343d9750145cb97c7a448b692fe2d11ae7b83f8bd9c868a694d440ba9fd26feeba8d204f877779bacdefe2e6461b15f279fab8b0b8ecf0d569cc16ccc10 + languageName: node + linkType: hard + "@sinclair/typebox@npm:^0.24.1": version: 0.24.44 resolution: "@sinclair/typebox@npm:0.24.44" @@ -10366,7 +10685,7 @@ __metadata: languageName: node linkType: hard -"@vercel/webpack-asset-relocator-loader@npm:^1.7.3": +"@vercel/webpack-asset-relocator-loader@npm:1.7.3, @vercel/webpack-asset-relocator-loader@npm:^1.7.3": version: 1.7.3 resolution: "@vercel/webpack-asset-relocator-loader@npm:1.7.3" dependencies: @@ -11135,13 +11454,6 @@ __metadata: languageName: node linkType: hard -"archy@npm:^1.0.0": - version: 1.0.0 - resolution: "archy@npm:1.0.0" - checksum: d7928049a57988b86df3f4de75ca16a4252ccee591d085c627e649fc54c5ae5daa833f17aa656bd825bd00bc0a2756ae03d2b983050bdbda1046b6d832bf7303 - languageName: node - linkType: hard - "are-we-there-yet@npm:~1.1.2": version: 1.1.7 resolution: "are-we-there-yet@npm:1.1.7" @@ -11515,14 +11827,13 @@ __metadata: languageName: node linkType: hard -"avvio@npm:^8.2.1": - version: 8.2.1 - resolution: "avvio@npm:8.2.1" +"avvio@npm:^8.3.0": + version: 8.3.2 + resolution: "avvio@npm:8.3.2" dependencies: - archy: "npm:^1.0.0" - debug: "npm:^4.0.0" - fastq: "npm:^1.6.1" - checksum: 8826436901e0a7f8e2d6d9f959db6610f5c63a3eebd1e48f9517b50ed5cc07d44b3ddab2671ad29d128d9c4068235d379c5567b2ec4ce5e791e44b35d0ee108e + "@fastify/error": "npm:^3.3.0" + fastq: "npm:^1.17.1" + checksum: 5edef27388ac4c3f07453460b1cc66bad9ae9be2af9b55150ddf720729e2bf12be1dd81c822744363fdea4bb682edcf4c28d8235114e17b78f85f5c398e5bf68 languageName: node linkType: hard @@ -11787,6 +12098,20 @@ __metadata: languageName: node linkType: hard +"babel-plugin-remove-graphql-queries@npm:^5.13.1": + version: 5.13.1 + resolution: "babel-plugin-remove-graphql-queries@npm:5.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@babel/types": "npm:^7.20.7" + gatsby-core-utils: "npm:^4.13.1" + peerDependencies: + "@babel/core": ^7.0.0 + gatsby: ^5.0.0-next + checksum: a01f593a22d28a4c9452a31b2b2d9ef8e98298d373ad80bb407353dab14ed3ef067e14106535e776b675246a33d756fafaeb3470892794164e1f90ff410ca1f0 + languageName: node + linkType: hard + "babel-plugin-syntax-trailing-function-commas@npm:^7.0.0-beta.0": version: 7.0.0-beta.0 resolution: "babel-plugin-syntax-trailing-function-commas@npm:7.0.0-beta.0" @@ -11908,6 +12233,32 @@ __metadata: languageName: node linkType: hard +"babel-preset-gatsby@npm:^3.13.2": + version: 3.13.2 + resolution: "babel-preset-gatsby@npm:3.13.2" + dependencies: + "@babel/plugin-proposal-class-properties": "npm:^7.18.6" + "@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6" + "@babel/plugin-proposal-optional-chaining": "npm:^7.20.7" + "@babel/plugin-syntax-dynamic-import": "npm:^7.8.3" + "@babel/plugin-transform-classes": "npm:^7.20.7" + "@babel/plugin-transform-runtime": "npm:^7.19.6" + "@babel/plugin-transform-spread": "npm:^7.20.7" + "@babel/preset-env": "npm:^7.20.2" + "@babel/preset-react": "npm:^7.18.6" + "@babel/runtime": "npm:^7.20.13" + babel-plugin-dynamic-import-node: "npm:^2.3.3" + babel-plugin-macros: "npm:^3.1.0" + babel-plugin-transform-react-remove-prop-types: "npm:^0.4.24" + gatsby-core-utils: "npm:^4.13.1" + gatsby-legacy-polyfills: "npm:^3.13.1" + peerDependencies: + "@babel/core": ^7.11.6 + core-js: ^3.0.0 + checksum: 6bae256a8deddbd3dda464d9f947a0f6a2365f3f10c8b270333ba12f3ed31ad76f086c5ed104d5e502c24af258d62fa5f69f12344de62602effed4ae9dae3048 + languageName: node + linkType: hard + "babel-preset-jest@npm:^29.6.3": version: 29.6.3 resolution: "babel-preset-jest@npm:29.6.3" @@ -13669,6 +14020,17 @@ __metadata: languageName: node linkType: hard +"create-gatsby@npm:^3.13.1": + version: 3.13.1 + resolution: "create-gatsby@npm:3.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + bin: + create-gatsby: cli.js + checksum: 639233aac5d2345cf08a39eb23fd276f070eb93223f14aa3a898102c7c02c54131a6cf7aaedd89b0fa5d3d721ba8052eeaa683343c5e5e6fc0e2449dd44c2ea4 + languageName: node + linkType: hard + "create-jest@npm:^29.7.0": version: 29.7.0 resolution: "create-jest@npm:29.7.0" @@ -16389,27 +16751,27 @@ __metadata: languageName: node linkType: hard -"fastify@npm:^4.25.2": - version: 4.25.2 - resolution: "fastify@npm:4.25.2" +"fastify@npm:^4.27.0": + version: 4.27.0 + resolution: "fastify@npm:4.27.0" dependencies: "@fastify/ajv-compiler": "npm:^3.5.0" "@fastify/error": "npm:^3.4.0" "@fastify/fast-json-stringify-compiler": "npm:^4.3.0" abstract-logging: "npm:^2.0.1" - avvio: "npm:^8.2.1" + avvio: "npm:^8.3.0" fast-content-type-parse: "npm:^1.1.0" fast-json-stringify: "npm:^5.8.0" - find-my-way: "npm:^7.7.0" + find-my-way: "npm:^8.0.0" light-my-request: "npm:^5.11.0" - pino: "npm:^8.17.0" + pino: "npm:^9.0.0" process-warning: "npm:^3.0.0" proxy-addr: "npm:^2.0.7" rfdc: "npm:^1.3.0" secure-json-parse: "npm:^2.7.0" semver: "npm:^7.5.4" toad-cache: "npm:^3.3.0" - checksum: 9c5791c0da779412107d01f3e2befc2698a55966f9995b72af2f6c1854d2da004fb7c11222fed3931b73b58f7f49b83af79aaf6b484735f7a317b5d456e32080 + checksum: 5c98f4407627f3c08c222ee4ff7294a84ccb42d6612c80d3bea4b065cbd1ea010fa86f3c870cdae6c579c3982d97a6bf308dec8f3a9d15eb761138321e1e4207 languageName: node linkType: hard @@ -16422,7 +16784,16 @@ __metadata: languageName: node linkType: hard -"fastq@npm:^1.6.0, fastq@npm:^1.6.1": +"fastq@npm:^1.17.1": + version: 1.17.1 + resolution: "fastq@npm:1.17.1" + dependencies: + reusify: "npm:^1.0.4" + checksum: a443180068b527dd7b3a63dc7f2a47ceca2f3e97b9c00a1efe5538757e6cc4056a3526df94308075d7727561baf09ebaa5b67da8dcbddb913a021c5ae69d1f69 + languageName: node + linkType: hard + +"fastq@npm:^1.6.0": version: 1.13.0 resolution: "fastq@npm:1.13.0" dependencies: @@ -16610,14 +16981,14 @@ __metadata: languageName: node linkType: hard -"find-my-way@npm:^7.7.0": - version: 7.7.0 - resolution: "find-my-way@npm:7.7.0" +"find-my-way@npm:^8.0.0": + version: 8.2.0 + resolution: "find-my-way@npm:8.2.0" dependencies: fast-deep-equal: "npm:^3.1.3" fast-querystring: "npm:^1.0.0" - safe-regex2: "npm:^2.0.0" - checksum: 0b634bce3374de9f3ae660231a963f858cc271bd95c914b941ba1a5fb53d3f978cf71708de6d454ead72c99745a147dd621616645b3d4bf39e4395efe6b42d91 + safe-regex2: "npm:^3.1.0" + checksum: 07e46c94c594f7f3f3bf3acb5839753c4d02dca83ecd0d3e966b11effc741d212d15050c365ab104e5ea3312f44d08a68fa7939bb759b851d6c874e0cf106523 languageName: node linkType: hard @@ -17115,22 +17486,73 @@ __metadata: languageName: node linkType: hard -"gatsby-core-utils@npm:^4.13.0": - version: 4.13.0 - resolution: "gatsby-core-utils@npm:4.13.0" +"gatsby-cli@npm:^5.13.3": + version: 5.13.3 + resolution: "gatsby-cli@npm:5.13.3" dependencies: + "@babel/code-frame": "npm:^7.18.6" + "@babel/core": "npm:^7.20.12" + "@babel/generator": "npm:^7.20.14" + "@babel/helper-plugin-utils": "npm:^7.20.2" + "@babel/preset-typescript": "npm:^7.18.6" "@babel/runtime": "npm:^7.20.13" - ci-info: "npm:2.0.0" - configstore: "npm:^5.0.1" - fastq: "npm:^1.15.0" - file-type: "npm:^16.5.4" + "@babel/template": "npm:^7.20.7" + "@babel/types": "npm:^7.20.7" + "@jridgewell/trace-mapping": "npm:^0.3.18" + "@types/common-tags": "npm:^1.8.1" + better-opn: "npm:^2.1.1" + boxen: "npm:^5.1.2" + chalk: "npm:^4.1.2" + clipboardy: "npm:^4.0.0" + common-tags: "npm:^1.8.2" + convert-hrtime: "npm:^3.0.0" + create-gatsby: "npm:^3.13.1" + envinfo: "npm:^7.10.0" + execa: "npm:^5.1.1" + fs-exists-cached: "npm:^1.0.0" fs-extra: "npm:^11.1.1" - got: "npm:^11.8.6" - hash-wasm: "npm:^4.9.0" - import-from: "npm:^4.0.0" - lmdb: "npm:2.5.3" - lock: "npm:^1.1.0" - node-object-hash: "npm:^2.3.10" + gatsby-core-utils: "npm:^4.13.1" + gatsby-telemetry: "npm:^4.13.1" + hosted-git-info: "npm:^3.0.8" + is-valid-path: "npm:^0.1.1" + joi: "npm:^17.9.2" + lodash: "npm:^4.17.21" + node-fetch: "npm:^2.6.11" + opentracing: "npm:^0.14.7" + pretty-error: "npm:^2.1.2" + progress: "npm:^2.0.3" + prompts: "npm:^2.4.2" + redux: "npm:4.2.1" + resolve-cwd: "npm:^3.0.0" + semver: "npm:^7.5.3" + signal-exit: "npm:^3.0.7" + stack-trace: "npm:^0.0.10" + strip-ansi: "npm:^6.0.1" + yargs: "npm:^15.4.1" + yoga-layout-prebuilt: "npm:^1.10.0" + yurnalist: "npm:^2.1.0" + bin: + gatsby: cli.js + checksum: e9a79ab661e006d8683f2943de21d6f6a36333e22844c87e24a809e91fd2d0f7dedcb813bd27f45222467c0266922ef9ad43e2599a3654170b32a52aee6a3d33 + languageName: node + linkType: hard + +"gatsby-core-utils@npm:^4.13.0": + version: 4.13.0 + resolution: "gatsby-core-utils@npm:4.13.0" + dependencies: + "@babel/runtime": "npm:^7.20.13" + ci-info: "npm:2.0.0" + configstore: "npm:^5.0.1" + fastq: "npm:^1.15.0" + file-type: "npm:^16.5.4" + fs-extra: "npm:^11.1.1" + got: "npm:^11.8.6" + hash-wasm: "npm:^4.9.0" + import-from: "npm:^4.0.0" + lmdb: "npm:2.5.3" + lock: "npm:^1.1.0" + node-object-hash: "npm:^2.3.10" proper-lockfile: "npm:^4.1.2" resolve-from: "npm:^5.0.0" tmp: "npm:^0.2.1" @@ -17139,6 +17561,30 @@ __metadata: languageName: node linkType: hard +"gatsby-core-utils@npm:^4.13.1": + version: 4.13.1 + resolution: "gatsby-core-utils@npm:4.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + ci-info: "npm:2.0.0" + configstore: "npm:^5.0.1" + fastq: "npm:^1.15.0" + file-type: "npm:^16.5.4" + fs-extra: "npm:^11.1.1" + got: "npm:^11.8.6" + hash-wasm: "npm:^4.9.0" + import-from: "npm:^4.0.0" + lmdb: "npm:2.5.3" + lock: "npm:^1.1.0" + node-object-hash: "npm:^2.3.10" + proper-lockfile: "npm:^4.1.2" + resolve-from: "npm:^5.0.0" + tmp: "npm:^0.2.1" + xdg-basedir: "npm:^4.0.0" + checksum: 8fcc16205228406cfe9cf5454d1c9d18e29615d41242cef1b23cfffa6e423e93b6ce31ee4b4ebdc7e10890f330a6b3bd9c87f922e256370a63acc75ab8603280 + languageName: node + linkType: hard + "gatsby-graphiql-explorer@npm:^3.13.0": version: 3.13.0 resolution: "gatsby-graphiql-explorer@npm:3.13.0" @@ -17146,6 +17592,13 @@ __metadata: languageName: node linkType: hard +"gatsby-graphiql-explorer@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-graphiql-explorer@npm:3.13.1" + checksum: c47477792e0b56a9d86ea9ed28986ad8f0f60b1ca521404a3406f11d0359ce964cfbd7de65953126a47e7798e7842d27cadeb5ac91c19c944ca1b6153485f750 + languageName: node + linkType: hard + "gatsby-legacy-polyfills@npm:^3.13.0": version: 3.13.0 resolution: "gatsby-legacy-polyfills@npm:3.13.0" @@ -17156,6 +17609,16 @@ __metadata: languageName: node linkType: hard +"gatsby-legacy-polyfills@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-legacy-polyfills@npm:3.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + core-js-compat: "npm:3.31.0" + checksum: 54c62dbb3c732b54627da1c4a08d93c8f9158c95baf53b6e9cd343ad886e3af33c787bf47901f168d40f1ede83dbffd19ebf04efbcf3274f9bb339773eb2e643 + languageName: node + linkType: hard + "gatsby-link@npm:^5.13.0": version: 5.13.0 resolution: "gatsby-link@npm:5.13.0" @@ -17171,6 +17634,21 @@ __metadata: languageName: node linkType: hard +"gatsby-link@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-link@npm:5.13.1" + dependencies: + "@types/reach__router": "npm:^1.3.10" + gatsby-page-utils: "npm:^3.13.1" + prop-types: "npm:^15.8.1" + peerDependencies: + "@gatsbyjs/reach-router": ^2.0.0 + react: ^18.0.0 || ^0.0.0 + react-dom: ^18.0.0 || ^0.0.0 + checksum: 3f89f45353720522d18676ef928be1ea1211652ad8ace6d0d903e3b29f9ba8ab31d112aff807aa254dea2a14dff16b659e9edc355ef029b9189274d578ae0ac0 + languageName: node + linkType: hard + "gatsby-page-utils@npm:^3.13.0": version: 3.13.0 resolution: "gatsby-page-utils@npm:3.13.0" @@ -17187,6 +17665,22 @@ __metadata: languageName: node linkType: hard +"gatsby-page-utils@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-page-utils@npm:3.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + bluebird: "npm:^3.7.2" + chokidar: "npm:^3.5.3" + fs-exists-cached: "npm:^1.0.0" + gatsby-core-utils: "npm:^4.13.1" + glob: "npm:^7.2.3" + lodash: "npm:^4.17.21" + micromatch: "npm:^4.0.5" + checksum: 7ba4059a6dc100112b691fd568e2f55397a069ce405d25282cdf5140c3ae4a7be60209425eea14fd2e1d20f2666ae98ebe436f3a2b71891019aec4791a039af9 + languageName: node + linkType: hard + "gatsby-parcel-config@npm:1.13.0": version: 1.13.0 resolution: "gatsby-parcel-config@npm:1.13.0" @@ -17209,6 +17703,28 @@ __metadata: languageName: node linkType: hard +"gatsby-parcel-config@npm:1.13.1": + version: 1.13.1 + resolution: "gatsby-parcel-config@npm:1.13.1" + dependencies: + "@gatsbyjs/parcel-namer-relative-to-cwd": "npm:^2.13.1" + "@parcel/bundler-default": "npm:2.8.3" + "@parcel/compressor-raw": "npm:2.8.3" + "@parcel/namer-default": "npm:2.8.3" + "@parcel/optimizer-terser": "npm:2.8.3" + "@parcel/packager-js": "npm:2.8.3" + "@parcel/packager-raw": "npm:2.8.3" + "@parcel/reporter-dev-server": "npm:2.8.3" + "@parcel/resolver-default": "npm:2.8.3" + "@parcel/runtime-js": "npm:2.8.3" + "@parcel/transformer-js": "npm:2.8.3" + "@parcel/transformer-json": "npm:2.8.3" + peerDependencies: + "@parcel/core": ^2.0.0 + checksum: ec8d4535a42d528e4e0a0a1befaedc259ce14a62c121b5221556777ebc2c1bfd3e79bf425f25564ace3e91546e08303dcc0468656190b2ab7e2f686cefdc1433 + languageName: node + linkType: hard + "gatsby-plugin-ackee-tracker@workspace:packages/gatsby-plugin-ackee-tracker": version: 0.0.0-use.local resolution: "gatsby-plugin-ackee-tracker@workspace:packages/gatsby-plugin-ackee-tracker" @@ -17281,22 +17797,22 @@ __metadata: languageName: unknown linkType: soft -"gatsby-plugin-image@npm:^3.13.0": - version: 3.13.0 - resolution: "gatsby-plugin-image@npm:3.13.0" +"gatsby-plugin-image@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-plugin-image@npm:3.13.1" dependencies: "@babel/code-frame": "npm:^7.18.6" "@babel/parser": "npm:^7.20.13" "@babel/runtime": "npm:^7.20.13" "@babel/traverse": "npm:^7.20.13" babel-jsx-utils: "npm:^1.1.0" - babel-plugin-remove-graphql-queries: "npm:^5.13.0" + babel-plugin-remove-graphql-queries: "npm:^5.13.1" camelcase: "npm:^6.3.0" chokidar: "npm:^3.5.3" common-tags: "npm:^1.8.2" fs-extra: "npm:^11.1.1" - gatsby-core-utils: "npm:^4.13.0" - gatsby-plugin-utils: "npm:^4.13.0" + gatsby-core-utils: "npm:^4.13.1" + gatsby-plugin-utils: "npm:^4.13.1" objectFitPolyfill: "npm:^2.3.5" prop-types: "npm:^15.8.1" peerDependencies: @@ -17311,22 +17827,22 @@ __metadata: optional: true gatsby-source-filesystem: optional: true - checksum: 4c44d9b4ff3e66d59f7b9c8661c7c0ee2faaf2a5815ff0d03f012ac40fc6f64655f0f05432167bb71a293607c1325eb92926656c5538a43fe9c8c0eb681b9da9 + checksum: e354c98c6ff4408fef042228f2726548daa2e6d987e627d95a80b3be9253eec6e13ba8ffe9678b47a19d608e2422f374dbda0c1c17f4810507116e586aeb6395 languageName: node linkType: hard -"gatsby-plugin-manifest@npm:^5.13.0": - version: 5.13.0 - resolution: "gatsby-plugin-manifest@npm:5.13.0" +"gatsby-plugin-manifest@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-plugin-manifest@npm:5.13.1" dependencies: "@babel/runtime": "npm:^7.20.13" - gatsby-core-utils: "npm:^4.13.0" - gatsby-plugin-utils: "npm:^4.13.0" + gatsby-core-utils: "npm:^4.13.1" + gatsby-plugin-utils: "npm:^4.13.1" semver: "npm:^7.5.3" sharp: "npm:^0.32.6" peerDependencies: gatsby: ^5.0.0-next - checksum: 2d2187d54df95c35bfccff4370f518fdb051cf062b696c7b9833c799359fa69e4b48273db0e7ec4adf13adf0bec76f632e269ccb921ac38d2aaab37444e015f4 + checksum: 45d59a4aa57bc4378b8da19517e738403755ae94fb549732aa71b23cbf7dfad640d58bbec1465d54b19cd79d40893875365790f28191fbf427cf515be720b50b languageName: node linkType: hard @@ -17352,6 +17868,28 @@ __metadata: languageName: node linkType: hard +"gatsby-plugin-page-creator@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-plugin-page-creator@npm:5.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + "@babel/traverse": "npm:^7.20.13" + "@sindresorhus/slugify": "npm:^1.1.2" + chokidar: "npm:^3.5.3" + fs-exists-cached: "npm:^1.0.0" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + gatsby-page-utils: "npm:^3.13.1" + gatsby-plugin-utils: "npm:^4.13.1" + gatsby-telemetry: "npm:^4.13.1" + globby: "npm:^11.1.0" + lodash: "npm:^4.17.21" + peerDependencies: + gatsby: ^5.0.0-next + checksum: 44fa02347f2960ce9b365c18735fba6ed57ad2ed129960534154d690e7fa20678a6fa36ceda6ec8edf75b104934206095b04ed39fd284ee103d36bcb37c0203e + languageName: node + linkType: hard + "gatsby-plugin-pinterest@workspace:packages/gatsby-plugin-pinterest": version: 0.0.0-use.local resolution: "gatsby-plugin-pinterest@workspace:packages/gatsby-plugin-pinterest" @@ -17368,16 +17906,16 @@ __metadata: languageName: unknown linkType: soft -"gatsby-plugin-postcss@npm:^6.13.0": - version: 6.13.0 - resolution: "gatsby-plugin-postcss@npm:6.13.0" +"gatsby-plugin-postcss@npm:^6.13.1": + version: 6.13.1 + resolution: "gatsby-plugin-postcss@npm:6.13.1" dependencies: "@babel/runtime": "npm:^7.20.13" postcss-loader: "npm:^7.3.3" peerDependencies: gatsby: ^5.0.0-next postcss: ^8.0.5 - checksum: aaa8ad70bace61e3503c9f74b38de432381c422918778f8ac5b3790fdb39bdea46b64e5323d43dcc9a8fd996ab815c574dcd9b6d64da540d1dbd7a57a7adb3b0 + checksum: 8270846de993c741904cd1db53a3791797aa076d8c0d1162854590deaa7fb639f700079325aaeb6594ae83956f8db86633ec1b2f583fe278ab91e5ab8c552458 languageName: node linkType: hard @@ -17405,9 +17943,9 @@ __metadata: languageName: unknown linkType: soft -"gatsby-plugin-sharp@npm:^5.13.0": - version: 5.13.0 - resolution: "gatsby-plugin-sharp@npm:5.13.0" +"gatsby-plugin-sharp@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-plugin-sharp@npm:5.13.1" dependencies: "@babel/runtime": "npm:^7.20.13" async: "npm:^3.2.4" @@ -17415,21 +17953,21 @@ __metadata: debug: "npm:^4.3.4" filenamify: "npm:^4.3.0" fs-extra: "npm:^11.1.1" - gatsby-core-utils: "npm:^4.13.0" - gatsby-plugin-utils: "npm:^4.13.0" + gatsby-core-utils: "npm:^4.13.1" + gatsby-plugin-utils: "npm:^4.13.1" lodash: "npm:^4.17.21" probe-image-size: "npm:^7.2.3" semver: "npm:^7.5.3" sharp: "npm:^0.32.6" peerDependencies: gatsby: ^5.0.0-next - checksum: 370fca36145e1963204681d874ff9ba7ce4d5302412ed5e44db9a3bab411c3d673a8584c6cba7f03e2894f60bf469b2fbf406ed24cc13e46be825be6c403c244 + checksum: 4a502a543f974f686c036562fd52572eaa8d8635e6be6fd60d9f1c56bc9119c5ac79acdeb8369ecc06ce51e44c406d5df3c92f8bdaead004e7738fa57d286d27 languageName: node linkType: hard -"gatsby-plugin-sitemap@npm:^6.13.0": - version: 6.13.0 - resolution: "gatsby-plugin-sitemap@npm:6.13.0" +"gatsby-plugin-sitemap@npm:^6.13.1": + version: 6.13.1 + resolution: "gatsby-plugin-sitemap@npm:6.13.1" dependencies: "@babel/runtime": "npm:^7.20.13" common-tags: "npm:^1.8.2" @@ -17439,7 +17977,7 @@ __metadata: gatsby: ^5.0.0-next react: ^18.0.0 || ^0.0.0 react-dom: ^18.0.0 || ^0.0.0 - checksum: 88fd54a49ea85185887388cd6ddd2d690805f66024b013f3026600fec40541e311eaffe8fdceaab0a248ffa6742cd84d717abe468b8d0120acde3d7741a372da + checksum: 80cb28ff6f2fdff1876ac20fd4e476f3990e45124741991197a7e33ddff5c00f6ad69d44630af4bfd06d63fb8a89ed01623bb71df788ac385e7e63ba16b4efb5 languageName: node linkType: hard @@ -17460,6 +17998,23 @@ __metadata: languageName: node linkType: hard +"gatsby-plugin-typescript@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-plugin-typescript@npm:5.13.1" + dependencies: + "@babel/core": "npm:^7.20.12" + "@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6" + "@babel/plugin-proposal-numeric-separator": "npm:^7.18.6" + "@babel/plugin-proposal-optional-chaining": "npm:^7.20.7" + "@babel/preset-typescript": "npm:^7.18.6" + "@babel/runtime": "npm:^7.20.13" + babel-plugin-remove-graphql-queries: "npm:^5.13.1" + peerDependencies: + gatsby: ^5.0.0-next + checksum: ded09fc4e7e0d528c582a983d8f7d7f88e825c3f91d4af946361d44c15fd6b30a96367327d766586552b03347c234e83b7bef4e15fdf821fcd687cd6fbf1d4d6 + languageName: node + linkType: hard + "gatsby-plugin-utils@npm:^4.13.0": version: 4.13.0 resolution: "gatsby-plugin-utils@npm:4.13.0" @@ -17480,6 +18035,26 @@ __metadata: languageName: node linkType: hard +"gatsby-plugin-utils@npm:^4.13.1": + version: 4.13.1 + resolution: "gatsby-plugin-utils@npm:4.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + fastq: "npm:^1.15.0" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + gatsby-sharp: "npm:^1.13.0" + graphql-compose: "npm:^9.0.10" + import-from: "npm:^4.0.0" + joi: "npm:^17.9.2" + mime: "npm:^3.0.0" + peerDependencies: + gatsby: ^5.0.0-next + graphql: ^16.0.0 + checksum: b44799bf9ece02d3d9be79b77ebc01f940bfb039ebb15e7fb24e215a703a773c442fd911b68e1700e4cc98a1164d5cb13f8254675abbd0c9431f82ce22f564ae + languageName: node + linkType: hard + "gatsby-plugin-vanilla-extract@workspace:packages/gatsby-plugin-vanilla-extract": version: 0.0.0-use.local resolution: "gatsby-plugin-vanilla-extract@workspace:packages/gatsby-plugin-vanilla-extract" @@ -17504,6 +18079,20 @@ __metadata: languageName: node linkType: hard +"gatsby-react-router-scroll@npm:^6.13.1": + version: 6.13.1 + resolution: "gatsby-react-router-scroll@npm:6.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + prop-types: "npm:^15.8.1" + peerDependencies: + "@gatsbyjs/reach-router": ^2.0.0 + react: ^18.0.0 || ^0.0.0 + react-dom: ^18.0.0 || ^0.0.0 + checksum: 595407ceb2473d4b509b1348da9b0f3da60570f9dd787dbc136453386441c8994e758b5b8876930eb9c2e2b41b6a35f44b80a98c76ec31e91bcf5d241b6970b3 + languageName: node + linkType: hard + "gatsby-script@npm:^2.13.0": version: 2.13.0 resolution: "gatsby-script@npm:2.13.0" @@ -17546,15 +18135,15 @@ __metadata: languageName: unknown linkType: soft -"gatsby-source-faker@npm:^5.13.0": - version: 5.13.0 - resolution: "gatsby-source-faker@npm:5.13.0" +"gatsby-source-faker@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-source-faker@npm:5.13.1" dependencies: "@babel/runtime": "npm:^7.20.13" faker: "npm:^4.1.0" peerDependencies: gatsby: ^5.0.0-next - checksum: 24d5600ae8bad78dffefcc9655ebd5e065c0390a258dc6c73d3e475c5ee0fb7a950b1275d00c80b04b4b00cbf3e1dc404a11a3e914cc5abe770520ab37f640e8 + checksum: c70eb240ca8757b4be7854a21f43e27fdf55ecef53b300f36c0faf8dfd6a392a3da946a21316c0312723facb9c241de3b8831c6285f0ede9610d15d156eae4fa languageName: node linkType: hard @@ -17577,6 +18166,25 @@ __metadata: languageName: node linkType: hard +"gatsby-source-filesystem@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-source-filesystem@npm:5.13.1" + dependencies: + "@babel/runtime": "npm:^7.20.13" + chokidar: "npm:^3.5.3" + file-type: "npm:^16.5.4" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + mime: "npm:^3.0.0" + pretty-bytes: "npm:^5.6.0" + valid-url: "npm:^1.0.9" + xstate: "npm:^4.38.0" + peerDependencies: + gatsby: ^5.0.0-next + checksum: e33ffb38d673642847ad3cc9109f85db4c2d33fa66814fa5b58934eda3d1fc72a4ffa6f35bacbdda0ca3104eb88ddc0fa19e2937c9f9cf2c8146dc1436e0b065 + languageName: node + linkType: hard + "gatsby-source-packagist@workspace:packages/gatsby-source-packagist": version: 0.0.0-use.local resolution: "gatsby-source-packagist@workspace:packages/gatsby-source-packagist" @@ -17662,22 +18270,42 @@ __metadata: languageName: node linkType: hard -"gatsby-transformer-sharp@npm:^5.13.0": - version: 5.13.0 - resolution: "gatsby-transformer-sharp@npm:5.13.0" +"gatsby-telemetry@npm:^4.13.1": + version: 4.13.1 + resolution: "gatsby-telemetry@npm:4.13.1" + dependencies: + "@babel/code-frame": "npm:^7.18.6" + "@babel/runtime": "npm:^7.20.13" + "@turist/fetch": "npm:^7.2.0" + "@turist/time": "npm:^0.0.2" + boxen: "npm:^5.1.2" + configstore: "npm:^5.0.1" + fs-extra: "npm:^11.1.1" + gatsby-core-utils: "npm:^4.13.1" + git-up: "npm:^7.0.0" + is-docker: "npm:^2.2.1" + lodash: "npm:^4.17.21" + node-fetch: "npm:^2.6.11" + checksum: 46902af18bb10c2de07d1519ec21fe3ba417baa2a0a42e0b1232663e6b7081b2ea6becbd58569a31cb97f64c6badd254b0c741f1a68d38ddc91b6cc68ff7ce79 + languageName: node + linkType: hard + +"gatsby-transformer-sharp@npm:^5.13.1": + version: 5.13.1 + resolution: "gatsby-transformer-sharp@npm:5.13.1" dependencies: "@babel/runtime": "npm:^7.20.13" bluebird: "npm:^3.7.2" common-tags: "npm:^1.8.2" fs-extra: "npm:^11.1.1" - gatsby-plugin-utils: "npm:^4.13.0" + gatsby-plugin-utils: "npm:^4.13.1" probe-image-size: "npm:^7.2.3" semver: "npm:^7.5.3" sharp: "npm:^0.32.6" peerDependencies: gatsby: ^5.0.0-next gatsby-plugin-sharp: ^5.0.0-next - checksum: b610f498d518933a8944b1c006fac2761be12b073e0dd90b850a5526ecb030f83312a5b8906d259a0b5a82b5ee0dc4777955c90dda1905cc63defdcd280aa1a2 + checksum: 6a11b5cc7430172ba9f86f04324060bb087829ab210bfb1067a669523ee3c71fdd943a800c96bdebd46b117823b7e12b67be7cba3638b64ff12af3b8a910e7d7 languageName: node linkType: hard @@ -17693,6 +18321,18 @@ __metadata: languageName: node linkType: hard +"gatsby-worker@npm:^2.13.1": + version: 2.13.1 + resolution: "gatsby-worker@npm:2.13.1" + dependencies: + "@babel/core": "npm:^7.20.12" + "@babel/runtime": "npm:^7.20.13" + fs-extra: "npm:^11.1.1" + signal-exit: "npm:^3.0.7" + checksum: 2dc00da2df4888a776fdb944c15f94b55d2ef7f3ce67b6c9d81a764306a49fea0dab69f8f31e786ff52888215c4fc2429e91e7fdf583f9d6524f831d1ed4c5c2 + languageName: node + linkType: hard + "gatsby@npm:^5.13.1": version: 5.13.1 resolution: "gatsby@npm:5.13.1" @@ -17877,6 +18517,190 @@ __metadata: languageName: node linkType: hard +"gatsby@npm:^5.13.6": + version: 5.13.6 + resolution: "gatsby@npm:5.13.6" + dependencies: + "@babel/code-frame": "npm:^7.18.6" + "@babel/core": "npm:^7.20.12" + "@babel/eslint-parser": "npm:^7.19.1" + "@babel/helper-plugin-utils": "npm:^7.20.2" + "@babel/parser": "npm:^7.20.13" + "@babel/runtime": "npm:^7.20.13" + "@babel/traverse": "npm:^7.20.13" + "@babel/types": "npm:^7.20.7" + "@builder.io/partytown": "npm:^0.7.5" + "@gatsbyjs/reach-router": "npm:^2.0.1" + "@gatsbyjs/webpack-hot-middleware": "npm:^2.25.3" + "@graphql-codegen/add": "npm:^3.2.3" + "@graphql-codegen/core": "npm:^2.6.8" + "@graphql-codegen/plugin-helpers": "npm:^2.7.2" + "@graphql-codegen/typescript": "npm:^2.8.8" + "@graphql-codegen/typescript-operations": "npm:^2.5.13" + "@graphql-tools/code-file-loader": "npm:^7.3.23" + "@graphql-tools/load": "npm:^7.8.14" + "@jridgewell/trace-mapping": "npm:^0.3.18" + "@nodelib/fs.walk": "npm:^1.2.8" + "@parcel/cache": "npm:2.8.3" + "@parcel/core": "npm:2.8.3" + "@pmmmwh/react-refresh-webpack-plugin": "npm:^0.5.10" + "@sigmacomputing/babel-plugin-lodash": "npm:^3.3.5" + "@types/http-proxy": "npm:^1.17.11" + "@typescript-eslint/eslint-plugin": "npm:^5.60.1" + "@typescript-eslint/parser": "npm:^5.60.1" + "@vercel/webpack-asset-relocator-loader": "npm:1.7.3" + acorn-loose: "npm:^8.3.0" + acorn-walk: "npm:^8.2.0" + address: "npm:1.2.2" + anser: "npm:^2.1.1" + autoprefixer: "npm:^10.4.14" + axios: "npm:^0.21.1" + babel-jsx-utils: "npm:^1.1.0" + babel-loader: "npm:^8.3.0" + babel-plugin-add-module-exports: "npm:^1.0.4" + babel-plugin-dynamic-import-node: "npm:^2.3.3" + babel-plugin-remove-graphql-queries: "npm:^5.13.1" + babel-preset-gatsby: "npm:^3.13.2" + better-opn: "npm:^2.1.1" + bluebird: "npm:^3.7.2" + body-parser: "npm:1.20.1" + browserslist: "npm:^4.21.9" + cache-manager: "npm:^2.11.1" + chalk: "npm:^4.1.2" + chokidar: "npm:^3.5.3" + common-tags: "npm:^1.8.2" + compression: "npm:^1.7.4" + cookie: "npm:^0.5.0" + core-js: "npm:^3.31.0" + cors: "npm:^2.8.5" + css-loader: "npm:^5.2.7" + css-minimizer-webpack-plugin: "npm:^2.0.0" + css.escape: "npm:^1.5.1" + date-fns: "npm:^2.30.0" + debug: "npm:^4.3.4" + deepmerge: "npm:^4.3.1" + detect-port: "npm:^1.5.1" + devcert: "npm:^1.2.2" + dotenv: "npm:^8.6.0" + enhanced-resolve: "npm:^5.15.0" + error-stack-parser: "npm:^2.1.4" + eslint: "npm:^7.32.0" + eslint-config-react-app: "npm:^6.0.0" + eslint-plugin-flowtype: "npm:^5.10.0" + eslint-plugin-import: "npm:^2.27.5" + eslint-plugin-jsx-a11y: "npm:^6.7.1" + eslint-plugin-react: "npm:^7.32.2" + eslint-plugin-react-hooks: "npm:^4.6.0" + eslint-webpack-plugin: "npm:^2.7.0" + event-source-polyfill: "npm:1.0.31" + execa: "npm:^5.1.1" + express: "npm:^4.18.2" + express-http-proxy: "npm:^1.6.3" + fastest-levenshtein: "npm:^1.0.16" + fastq: "npm:^1.15.0" + file-loader: "npm:^6.2.0" + find-cache-dir: "npm:^3.3.2" + fs-exists-cached: "npm:1.0.0" + fs-extra: "npm:^11.1.1" + gatsby-cli: "npm:^5.13.3" + gatsby-core-utils: "npm:^4.13.1" + gatsby-graphiql-explorer: "npm:^3.13.1" + gatsby-legacy-polyfills: "npm:^3.13.1" + gatsby-link: "npm:^5.13.1" + gatsby-page-utils: "npm:^3.13.1" + gatsby-parcel-config: "npm:1.13.1" + gatsby-plugin-page-creator: "npm:^5.13.1" + gatsby-plugin-typescript: "npm:^5.13.1" + gatsby-plugin-utils: "npm:^4.13.1" + gatsby-react-router-scroll: "npm:^6.13.1" + gatsby-script: "npm:^2.13.0" + gatsby-sharp: "npm:^1.13.0" + gatsby-telemetry: "npm:^4.13.1" + gatsby-worker: "npm:^2.13.1" + glob: "npm:^7.2.3" + globby: "npm:^11.1.0" + got: "npm:^11.8.6" + graphql: "npm:^16.7.1" + graphql-compose: "npm:^9.0.10" + graphql-http: "npm:^1.19.0" + graphql-tag: "npm:^2.12.6" + hasha: "npm:^5.2.2" + invariant: "npm:^2.2.4" + is-relative: "npm:^1.0.0" + is-relative-url: "npm:^3.0.0" + joi: "npm:^17.9.2" + json-loader: "npm:^0.5.7" + latest-version: "npm:^7.0.0" + linkfs: "npm:^2.1.0" + lmdb: "npm:2.5.3" + lodash: "npm:^4.17.21" + meant: "npm:^1.0.3" + memoizee: "npm:^0.4.15" + micromatch: "npm:^4.0.5" + mime: "npm:^3.0.0" + mini-css-extract-plugin: "npm:1.6.2" + mitt: "npm:^1.2.0" + moment: "npm:^2.29.4" + multer: "npm:^1.4.5-lts.1" + node-fetch: "npm:^2.6.11" + node-html-parser: "npm:^5.4.2" + normalize-path: "npm:^3.0.0" + null-loader: "npm:^4.0.1" + opentracing: "npm:^0.14.7" + p-defer: "npm:^3.0.0" + parseurl: "npm:^1.3.3" + path-to-regexp: "npm:0.1.7" + physical-cpu-count: "npm:^2.0.0" + platform: "npm:^1.3.6" + postcss: "npm:^8.4.24" + postcss-flexbugs-fixes: "npm:^5.0.2" + postcss-loader: "npm:^5.3.0" + prompts: "npm:^2.4.2" + prop-types: "npm:^15.8.1" + query-string: "npm:^6.14.1" + raw-loader: "npm:^4.0.2" + react-dev-utils: "npm:^12.0.1" + react-refresh: "npm:^0.14.0" + react-server-dom-webpack: "npm:0.0.0-experimental-c8b778b7f-20220825" + redux: "npm:4.2.1" + redux-thunk: "npm:^2.4.2" + resolve-from: "npm:^5.0.0" + semver: "npm:^7.5.3" + shallow-compare: "npm:^1.2.2" + signal-exit: "npm:^3.0.7" + slugify: "npm:^1.6.6" + socket.io: "npm:4.7.1" + socket.io-client: "npm:4.7.1" + stack-trace: "npm:^0.0.10" + string-similarity: "npm:^1.2.2" + strip-ansi: "npm:^6.0.1" + style-loader: "npm:^2.0.0" + style-to-object: "npm:^0.4.1" + terser-webpack-plugin: "npm:^5.3.9" + tmp: "npm:^0.2.1" + true-case-path: "npm:^2.2.1" + type-of: "npm:^2.0.1" + url-loader: "npm:^4.1.1" + uuid: "npm:^8.3.2" + webpack: "npm:^5.88.1" + webpack-dev-middleware: "npm:^4.3.0" + webpack-merge: "npm:^5.9.0" + webpack-stats-plugin: "npm:^1.1.3" + webpack-virtual-modules: "npm:^0.5.0" + xstate: "npm:^4.38.0" + yaml-loader: "npm:^0.8.0" + peerDependencies: + react: ^18.0.0 || ^0.0.0 + react-dom: ^18.0.0 || ^0.0.0 + dependenciesMeta: + gatsby-sharp: + optional: true + bin: + gatsby: ./cli.js + checksum: 1d16f2220fa70151c226006ed73f77b245acebd55fe05f310e926281d179105231909be5d5a4a8028c2aae20854941334348b7f6db7b8b96a9f051ac865dd113 + languageName: node + linkType: hard + "gauge@npm:~2.7.3": version: 2.7.4 resolution: "gauge@npm:2.7.4" @@ -24178,41 +25002,41 @@ __metadata: languageName: node linkType: hard -"pino-abstract-transport@npm:v1.1.0": - version: 1.1.0 - resolution: "pino-abstract-transport@npm:1.1.0" +"pino-abstract-transport@npm:^1.2.0": + version: 1.2.0 + resolution: "pino-abstract-transport@npm:1.2.0" dependencies: readable-stream: "npm:^4.0.0" split2: "npm:^4.0.0" - checksum: 39b4496c9e4289e8d44a1d01adfa8dfeebb374e14b7a6451a4f3713561aeb9e181c64ff0272921667abcb95aceb312ab2761b82e253db23a456ab3dd35a42675 + checksum: 6ec1d19a7ff3347fd21576f744c31c3e38ca4463ae638818408f43698c936f96be6a0bc750af5f7c1ae81873183bfcb062b7a0d12dc159a1813ea900c388c693 languageName: node linkType: hard -"pino-std-serializers@npm:^6.0.0": - version: 6.0.0 - resolution: "pino-std-serializers@npm:6.0.0" - checksum: c47e64f817b0f2674a6310669c63285ac2a11770e048e56e0383248f4451cc814db8098eac457602c1be04dbbb8dde08536a317039483e59db9246681bf85f9c +"pino-std-serializers@npm:^7.0.0": + version: 7.0.0 + resolution: "pino-std-serializers@npm:7.0.0" + checksum: 884e08f65aa5463d820521ead3779d4472c78fc434d8582afb66f9dcb8d8c7119c69524b68106cb8caf92c0487be7794cf50e5b9c0383ae65b24bf2a03480951 languageName: node linkType: hard -"pino@npm:^8.17.0": - version: 8.17.1 - resolution: "pino@npm:8.17.1" +"pino@npm:^9.0.0": + version: 9.1.0 + resolution: "pino@npm:9.1.0" dependencies: atomic-sleep: "npm:^1.0.0" fast-redact: "npm:^3.1.1" on-exit-leak-free: "npm:^2.1.0" - pino-abstract-transport: "npm:v1.1.0" - pino-std-serializers: "npm:^6.0.0" - process-warning: "npm:^2.0.0" + pino-abstract-transport: "npm:^1.2.0" + pino-std-serializers: "npm:^7.0.0" + process-warning: "npm:^3.0.0" quick-format-unescaped: "npm:^4.0.3" real-require: "npm:^0.2.0" safe-stable-stringify: "npm:^2.3.1" - sonic-boom: "npm:^3.7.0" - thread-stream: "npm:^2.0.0" + sonic-boom: "npm:^4.0.1" + thread-stream: "npm:^3.0.0" bin: pino: bin.js - checksum: 698958c92f641d0f0f5a690aca583ffc2f3b02dc9af9a0f507e51b360837d38ae249d33c88851e9131ea8ffe203bbe252585001151ddf860e6923da530306cbc + checksum: b7b0bdfdc2d9db017fa690e85f2e8ad2ddda09b1cbccb9868bc55d9a218ab3e9e4d75e6beb9d44fef10c4982d8719db4cf2325ea1f866d2fb37b7dff7f7297b1 languageName: node linkType: hard @@ -24741,14 +25565,14 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.32": - version: 8.4.32 - resolution: "postcss@npm:8.4.32" +"postcss@npm:^8.4.38": + version: 8.4.38 + resolution: "postcss@npm:8.4.38" dependencies: nanoid: "npm:^3.3.7" picocolors: "npm:^1.0.0" - source-map-js: "npm:^1.0.2" - checksum: 28084864122f29148e1f632261c408444f5ead0e0b9ea9bd9729d0468818ebe73fe5dc0075acd50c1365dbe639b46a79cba27d355ec857723a24bc9af0f18525 + source-map-js: "npm:^1.2.0" + checksum: 6e44a7ed835ffa9a2b096e8d3e5dfc6bcf331a25c48aeb862dd54e3aaecadf814fa22be224fd308f87d08adf2299164f88c5fd5ab1c4ef6cbd693ceb295377f4 languageName: node linkType: hard @@ -25258,15 +26082,15 @@ __metadata: languageName: node linkType: hard -"react-dom@npm:^18.2.0": - version: 18.2.0 - resolution: "react-dom@npm:18.2.0" +"react-dom@npm:^18.3.1": + version: 18.3.1 + resolution: "react-dom@npm:18.3.1" dependencies: loose-envify: "npm:^1.1.0" - scheduler: "npm:^0.23.0" + scheduler: "npm:^0.23.2" peerDependencies: - react: ^18.2.0 - checksum: ca5e7762ec8c17a472a3605b6f111895c9f87ac7d43a610ab7024f68cd833d08eda0625ce02ec7178cc1f3c957cf0b9273cdc17aa2cd02da87544331c43b1d21 + react: ^18.3.1 + checksum: 3f4b73a3aa083091173b29812b10394dd06f4ac06aff410b74702cfb3aa29d7b0ced208aab92d5272919b612e5cda21aeb1d54191848cf6e46e9e354f3541f81 languageName: node linkType: hard @@ -25312,12 +26136,12 @@ __metadata: languageName: node linkType: hard -"react@npm:^18.2.0": - version: 18.2.0 - resolution: "react@npm:18.2.0" +"react@npm:^18.3.1": + version: 18.3.1 + resolution: "react@npm:18.3.1" dependencies: loose-envify: "npm:^1.1.0" - checksum: b9214a9bd79e99d08de55f8bef2b7fc8c39630be97c4e29d7be173d14a9a10670b5325e94485f74cd8bff4966ef3c78ee53c79a7b0b9b70cba20aa8973acc694 + checksum: 261137d3f3993eaa2368a83110466fc0e558bc2c7f7ae7ca52d94f03aac945f45146bd85e5f481044db1758a1dbb57879e2fcdd33924e2dde1bdc550ce73f7bf languageName: node linkType: hard @@ -26196,10 +27020,10 @@ __metadata: languageName: node linkType: hard -"ret@npm:~0.2.0": - version: 0.2.2 - resolution: "ret@npm:0.2.2" - checksum: 9f16517f77a3b508c529bc22187c132cd7907cd9270601d6794e1c8a58f6990872b4697b4edfdebb4f87017f9f0a285007b740a9ffb8236805b923fd1bc84eb1 +"ret@npm:~0.4.0": + version: 0.4.3 + resolution: "ret@npm:0.4.3" + checksum: d6a00f0920400b78b6aa96ce1c953d2f783f4fd5d56b5e842a744c40e33545e7955fb132386ada406361881353292fe7282f4e6e82b2c1e61f6c96a6ea4bb2d7 languageName: node linkType: hard @@ -26367,12 +27191,12 @@ __metadata: languageName: node linkType: hard -"safe-regex2@npm:^2.0.0": - version: 2.0.0 - resolution: "safe-regex2@npm:2.0.0" +"safe-regex2@npm:^3.1.0": + version: 3.1.0 + resolution: "safe-regex2@npm:3.1.0" dependencies: - ret: "npm:~0.2.0" - checksum: af1f0b367d0c769eccca7a5aa93d222e542fb494940849c7bbbbe8942c0026cf207f15ba3aacdd4f3e4f6b5a31fa7a775f7cdd8e6670b893fd16e96247fdbd02 + ret: "npm:~0.4.0" + checksum: 4f9f7172662763619052a45599e515efc5dd10a932690f610c8ab808a4baa41be3feafefa444f7532651d721d12871a1c9a85330626cdd013b804e8f4240dff1 languageName: node linkType: hard @@ -26413,12 +27237,12 @@ __metadata: languageName: node linkType: hard -"scheduler@npm:^0.23.0": - version: 0.23.0 - resolution: "scheduler@npm:0.23.0" +"scheduler@npm:^0.23.2": + version: 0.23.2 + resolution: "scheduler@npm:0.23.2" dependencies: loose-envify: "npm:^1.1.0" - checksum: 0c4557aa37bafca44ff21dc0ea7c92e2dbcb298bc62eae92b29a39b029134f02fb23917d6ebc8b1fa536b4184934314c20d8864d156a9f6357f3398aaf7bfda8 + checksum: e8d68b89d18d5b028223edf090092846868a765a591944760942b77ea1f69b17235f7e956696efbb62c8130ab90af7e0949bfb8eba7896335507317236966bc9 languageName: node linkType: hard @@ -27146,12 +27970,12 @@ __metadata: languageName: node linkType: hard -"sonic-boom@npm:^3.7.0": - version: 3.7.0 - resolution: "sonic-boom@npm:3.7.0" +"sonic-boom@npm:^4.0.1": + version: 4.0.1 + resolution: "sonic-boom@npm:4.0.1" dependencies: atomic-sleep: "npm:^1.0.0" - checksum: 6f64a9cf93fd8b7a7044f68597f80522bfacaf978d5e9f226c4e6f1c5dd00f07884a8f7f5fb6f45bb0b6951600629654d2db7a9a20b626b37f8f01d4b9161cfe + checksum: 449bdc39f4333a321bb754319e9452c3e94409654b2ddf8e40307a1a413b953bed3b3b092a4992ab3fb7cd1a7c95bdde5a046ac4e0405d7c92c60802452c060c languageName: node linkType: hard @@ -27185,6 +28009,13 @@ __metadata: languageName: node linkType: hard +"source-map-js@npm:^1.2.0": + version: 1.2.0 + resolution: "source-map-js@npm:1.2.0" + checksum: 74f331cfd2d121c50790c8dd6d3c9de6be21926de80583b23b37029b0f37aefc3e019fa91f9a10a5e120c08135297e1ecf312d561459c45908cb1e0e365f49e5 + languageName: node + linkType: hard + "source-map-resolve@npm:^0.5.0": version: 0.5.3 resolution: "source-map-resolve@npm:0.5.3" @@ -27260,13 +28091,13 @@ __metadata: version: 0.0.0-use.local resolution: "source-s3@workspace:integration-tests/source-s3" dependencies: - gatsby: "npm:^5.13.1" - gatsby-plugin-image: "npm:^3.13.0" - gatsby-plugin-sharp: "npm:^5.13.0" + gatsby: "npm:^5.13.6" + gatsby-plugin-image: "npm:^3.13.1" + gatsby-plugin-sharp: "npm:^5.13.1" gatsby-source-s3: "workspace:^" - gatsby-transformer-sharp: "npm:^5.13.0" - react: "npm:^18.2.0" - react-dom: "npm:^18.2.0" + gatsby-transformer-sharp: "npm:^5.13.1" + react: "npm:^18.3.1" + react-dom: "npm:^18.3.1" languageName: unknown linkType: soft @@ -28196,25 +29027,25 @@ __metadata: version: 0.0.0-use.local resolution: "test-plugin-fastify@workspace:integration-tests/plugin-fastify" dependencies: - "@babel/core": "npm:^7.23.7" - "@babel/preset-typescript": "npm:^7.23.3" + "@babel/core": "npm:^7.24.6" + "@babel/preset-typescript": "npm:^7.24.6" babel-loader: "npm:^9.1.3" - babel-preset-gatsby: "npm:^3.13.0" + babel-preset-gatsby: "npm:^3.13.2" benchmark: "npm:^2.1.4" - fastify: "npm:^4.25.2" - gatsby: "npm:^5.13.1" + fastify: "npm:^4.27.0" + gatsby: "npm:^5.13.6" gatsby-plugin-fastify: "npm:*" - gatsby-plugin-image: "npm:^3.13.0" - gatsby-plugin-manifest: "npm:^5.13.0" - gatsby-plugin-postcss: "npm:^6.13.0" - gatsby-plugin-sharp: "npm:^5.13.0" - gatsby-plugin-sitemap: "npm:^6.13.0" - gatsby-source-faker: "npm:^5.13.0" - gatsby-source-filesystem: "npm:^5.13.0" - gatsby-transformer-sharp: "npm:^5.13.0" - postcss: "npm:^8.4.32" - react: "npm:^18.2.0" - react-dom: "npm:^18.2.0" + gatsby-plugin-image: "npm:^3.13.1" + gatsby-plugin-manifest: "npm:^5.13.1" + gatsby-plugin-postcss: "npm:^6.13.1" + gatsby-plugin-sharp: "npm:^5.13.1" + gatsby-plugin-sitemap: "npm:^6.13.1" + gatsby-source-faker: "npm:^5.13.1" + gatsby-source-filesystem: "npm:^5.13.1" + gatsby-transformer-sharp: "npm:^5.13.1" + postcss: "npm:^8.4.38" + react: "npm:^18.3.1" + react-dom: "npm:^18.3.1" languageName: unknown linkType: soft @@ -28225,12 +29056,12 @@ __metadata: languageName: node linkType: hard -"thread-stream@npm:^2.0.0": - version: 2.1.0 - resolution: "thread-stream@npm:2.1.0" +"thread-stream@npm:^3.0.0": + version: 3.0.1 + resolution: "thread-stream@npm:3.0.1" dependencies: real-require: "npm:^0.2.0" - checksum: 1a579efa782fa4f1df7cdbedf4e70d4c463cbe1d9a775521cd278ee595a540935d4420cf604c33a1249cb61d82df70d1159bcffa0ec43f874766203b351fa9bf + checksum: 9b8025733a19cae3b09007f6eeb9efdb6b2e7552cc347feadad10d97a886307946c5155f59d0505d4f2f0f4b242c0875bfe9dc26cd5f5d9a6ae97b574656d07d languageName: node linkType: hard