From 08f128d78a9c517ca0749ca023b3c933d12c6266 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 02:43:59 +0000 Subject: [PATCH] chore(integration-tests): update integration tests --- integration-tests/plugin-fastify/package.json | 28 +- .../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 | 8 +- yarn.lock | 956 +++++++++++++++--- 7 files changed, 861 insertions(+), 139 deletions(-) diff --git a/integration-tests/plugin-fastify/package.json b/integration-tests/plugin-fastify/package.json index 8402d297d..4d09664c5 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.26.2", + "gatsby": "^5.13.3", "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", + "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.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@babel/core": "^7.23.7", - "@babel/preset-typescript": "^7.23.3", + "@babel/core": "^7.24.3", + "@babel/preset-typescript": "^7.24.1", "babel-loader": "^9.1.3", - "babel-preset-gatsby": "^3.13.0", + "babel-preset-gatsby": "^3.13.1", "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..ff76aa871 100644 --- a/integration-tests/source-s3/package.json +++ b/integration-tests/source-s3/package.json @@ -6,11 +6,11 @@ "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.3", + "gatsby-plugin-image": "^3.13.1", + "gatsby-plugin-sharp": "^5.13.1", "gatsby-source-s3": "workspace:^", - "gatsby-transformer-sharp": "^5.13.0", + "gatsby-transformer-sharp": "^5.13.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/yarn.lock b/yarn.lock index a6fce925e..1e194e247 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1745,6 +1745,16 @@ __metadata: languageName: node linkType: hard +"@babel/code-frame@npm:^7.24.1, @babel/code-frame@npm:^7.24.2": + version: 7.24.2 + resolution: "@babel/code-frame@npm:7.24.2" + dependencies: + "@babel/highlight": "npm:^7.24.2" + picocolors: "npm:^1.0.0" + checksum: 7db8f5b36ffa3f47a37f58f61e3d130b9ecad21961f3eede7e2a4ac2c7e4a5efb6e9d03a810c669bc986096831b6c0dfc2c3082673d93351b82359c1b03e0590 + languageName: node + linkType: hard + "@babel/compat-data@npm:^7.16.0": version: 7.16.0 resolution: "@babel/compat-data@npm:7.16.0" @@ -1909,6 +1919,29 @@ __metadata: languageName: node linkType: hard +"@babel/core@npm:^7.24.3": + version: 7.24.3 + resolution: "@babel/core@npm:7.24.3" + dependencies: + "@ampproject/remapping": "npm:^2.2.0" + "@babel/code-frame": "npm:^7.24.2" + "@babel/generator": "npm:^7.24.1" + "@babel/helper-compilation-targets": "npm:^7.23.6" + "@babel/helper-module-transforms": "npm:^7.23.3" + "@babel/helpers": "npm:^7.24.1" + "@babel/parser": "npm:^7.24.1" + "@babel/template": "npm:^7.24.0" + "@babel/traverse": "npm:^7.24.1" + "@babel/types": "npm:^7.24.0" + 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: 3a7b9931fe0d93c500dcdb6b36f038b0f9d5090c048818e62aa8321c8f6e8ccc3d47373f0b40591c1fe3b13e5096bacabb1ade83f9f4d86f57878c39a9d1ade1 + 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 +2060,18 @@ __metadata: languageName: node linkType: hard +"@babel/generator@npm:^7.24.1": + version: 7.24.1 + resolution: "@babel/generator@npm:7.24.1" + dependencies: + "@babel/types": "npm:^7.24.0" + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.25" + jsesc: "npm:^2.5.1" + checksum: c6160e9cd63d7ed7168dee27d827f9c46fab820c45861a5df56cd5c78047f7c3fc97c341e9ccfa1a6f97c87ec2563d9903380b5f92794e3540a6c5f99eb8f075 + 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" @@ -2209,22 +2254,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.1": + version: 7.24.1 + resolution: "@babel/helper-create-class-features-plugin@npm:7.24.1" 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-replace-supers": "npm:^7.24.1" "@babel/helper-skip-transparent-expression-wrappers": "npm:^7.22.5" "@babel/helper-split-export-declaration": "npm:^7.22.6" semver: "npm:^6.3.1" peerDependencies: "@babel/core": ^7.0.0 - checksum: 5e0cff67a6809d2285215057be45de9dd8900b91e3526fad5eac79023c1d6bee32aed1a04fcdf0e4d99ee4bd49ea5459cb98260c13222edf3bb983621bb452f4 + checksum: c48e9ce842cbd55099a6b9893df1b4fb08c88061d6c20c37a5279b95249879be478210b587295b55d3675428d2ce4306c790cf6332f478ab2af0061f940156f3 languageName: node linkType: hard @@ -2461,7 +2506,7 @@ __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": +"@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" dependencies: @@ -2470,6 +2515,15 @@ __metadata: languageName: node linkType: hard +"@babel/helper-module-imports@npm:^7.0.0": + version: 7.24.3 + resolution: "@babel/helper-module-imports@npm:7.24.3" + dependencies: + "@babel/types": "npm:^7.24.0" + checksum: 42fe124130b78eeb4bb6af8c094aa749712be0f4606f46716ce74bc18a5ea91c918c547c8bb2307a2e4b33f163e4ad2cb6a7b45f80448e624eae45b597ea3499 + languageName: node + linkType: hard + "@babel/helper-module-imports@npm:^7.0.0-beta.49, @babel/helper-module-imports@npm:^7.16.0": version: 7.16.0 resolution: "@babel/helper-module-imports@npm:7.16.0" @@ -2672,6 +2726,13 @@ __metadata: languageName: node linkType: hard +"@babel/helper-plugin-utils@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/helper-plugin-utils@npm:7.24.0" + checksum: dc8c7af321baf7653d93315beffee1790eb2c464b4f529273a24c8743a3f3095bf3f2d11828cb2c52d56282ef43a4bdc67a79c9ab8dd845e35d01871f3f28a0e + 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 +2799,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.1": + version: 7.24.1 + resolution: "@babel/helper-replace-supers@npm:7.24.1" dependencies: "@babel/helper-environment-visitor": "npm:^7.22.20" - "@babel/helper-member-expression-to-functions": "npm:^7.22.15" + "@babel/helper-member-expression-to-functions": "npm:^7.23.0" "@babel/helper-optimise-call-expression": "npm:^7.22.5" peerDependencies: "@babel/core": ^7.0.0 - checksum: 617666f57b0f94a2f430ee66b67c8f6fa94d4c22400f622947580d8f3638ea34b71280af59599ed4afbb54ae6e2bdd4f9083fe0e341184a4bb0bd26ef58d3017 + checksum: 1103b28ce0cc7fba903c21bc78035c696ff191bdbbe83c20c37030a2e10ae6254924556d942cdf8c44c48ba606a8266fdb105e6bb10945de9285f79cb1905df1 languageName: node linkType: hard @@ -3024,6 +3085,17 @@ __metadata: languageName: node linkType: hard +"@babel/helpers@npm:^7.24.1": + version: 7.24.1 + resolution: "@babel/helpers@npm:7.24.1" + dependencies: + "@babel/template": "npm:^7.24.0" + "@babel/traverse": "npm:^7.24.1" + "@babel/types": "npm:^7.24.0" + checksum: 82d3cdd3beafc4583f237515ef220bc205ced8b0540c6c6e191fc367a9589bd7304b8f9800d3d7574d4db9f079bd555979816b1874c86e53b3e7dd2032ad6c7c + 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 +3140,18 @@ __metadata: languageName: node linkType: hard +"@babel/highlight@npm:^7.24.2": + version: 7.24.2 + resolution: "@babel/highlight@npm:7.24.2" + dependencies: + "@babel/helper-validator-identifier": "npm:^7.22.20" + chalk: "npm:^2.4.2" + js-tokens: "npm:^4.0.0" + picocolors: "npm:^1.0.0" + checksum: 4555124235f34403bb28f55b1de58edf598491cc181c75f8afc8fe529903cb598cd52fe3bf2faab9bc1f45c299681ef0e44eea7a848bb85c500c5a4fe13f54f6 + 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 +3233,15 @@ __metadata: languageName: node linkType: hard +"@babel/parser@npm:^7.24.0, @babel/parser@npm:^7.24.1": + version: 7.24.1 + resolution: "@babel/parser@npm:7.24.1" + bin: + parser: ./bin/babel-parser.js + checksum: 561d9454091e07ecfec3828ce79204c0fc9d24e17763f36181c6984392be4ca6b79c8225f2224fdb7b1b3b70940e243368c8f83ac77ec2dc20f46d3d06bd6795 + 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 +3659,17 @@ __metadata: languageName: node linkType: hard +"@babel/plugin-syntax-jsx@npm:^7.24.1": + version: 7.24.1 + resolution: "@babel/plugin-syntax-jsx@npm:7.24.1" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.0" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 712f7e7918cb679f106769f57cfab0bc99b311032665c428b98f4c3e2e6d567601d45386a4f246df6a80d741e1f94192b3f008800d66c4f1daae3ad825c243f0 + 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 +3780,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.1": + version: 7.24.1 + resolution: "@babel/plugin-syntax-typescript@npm:7.24.1" dependencies: - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.0" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: abfad3a19290d258b028e285a1f34c9b8a0cbe46ef79eafed4ed7ffce11b5d0720b5e536c82f91cbd8442cde35a3dd8e861fa70366d87ff06fdc0d4756e30876 + checksum: bf4bd70788d5456b5f75572e47a2e31435c7c4e43609bd4dffd2cc0c7a6cf90aabcf6cd389e351854de9a64412a07d30effef5373251fe8f6a4c9db0c0163bda languageName: node linkType: hard @@ -4061,16 +4165,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.1": + version: 7.24.1 + resolution: "@babel/plugin-transform-modules-commonjs@npm:7.24.1" dependencies: "@babel/helper-module-transforms": "npm:^7.23.3" - "@babel/helper-plugin-utils": "npm:^7.22.5" + "@babel/helper-plugin-utils": "npm:^7.24.0" "@babel/helper-simple-access": "npm:^7.22.5" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a3bc082d0dfe8327a29263a6d721cea608d440bc8141ba3ec6ba80ad73d84e4f9bbe903c27e9291c29878feec9b5dee2bd0563822f93dc951f5d7fc36bdfe85b + checksum: 7326a62ed5f766f93ee75684868635b59884e2801533207ea11561c296de53037949fecad4055d828fa7ebeb6cc9e55908aa3e7c13f930ded3e62ad9f24680d7 languageName: node linkType: hard @@ -4485,17 +4589,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.1": + version: 7.24.1 + resolution: "@babel/plugin-transform-typescript@npm:7.24.1" 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-create-class-features-plugin": "npm:^7.24.1" + "@babel/helper-plugin-utils": "npm:^7.24.0" + "@babel/plugin-syntax-typescript": "npm:^7.24.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: a816811129f3fcb0af1aeb52b84285be390ed8a0eedab17d31fa8e6847c4ca39b4b176d44831f20a8561b3f586974053570ad7bdfa51f89566276e6b191786d2 + checksum: 9b7fee53ebea0e96d990d9bd4f37602366f9a0955fe65bb5671505ec2e0f3d14709f26c61383481ecacc8a418c545ea8a50d407f9e34e3265fe53a686fe2d826 languageName: node linkType: hard @@ -4680,18 +4784,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.1": + version: 7.24.1 + resolution: "@babel/preset-typescript@npm:7.24.1" 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.0" + "@babel/helper-validator-option": "npm:^7.23.5" + "@babel/plugin-syntax-jsx": "npm:^7.24.1" + "@babel/plugin-transform-modules-commonjs": "npm:^7.24.1" + "@babel/plugin-transform-typescript": "npm:^7.24.1" peerDependencies: "@babel/core": ^7.0.0-0 - checksum: c4add0f3fcbb3f4a305c48db9ccb32694f1308ed9971ccbc1a8a3c76d5a13726addb3c667958092287d7aa080186c5c83dbfefa55eacf94657e6cde39e172848 + checksum: ba774bd427c9f376769ddbc2723f5801a6b30113a7c3aaa14c36215508e347a527fdae98cfc294f0ecb283d800ee0c1f74e66e38e84c9bc9ed2fe6ed50dcfaf8 languageName: node linkType: hard @@ -4821,6 +4925,17 @@ __metadata: languageName: node linkType: hard +"@babel/template@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/template@npm:7.24.0" + dependencies: + "@babel/code-frame": "npm:^7.23.5" + "@babel/parser": "npm:^7.24.0" + "@babel/types": "npm:^7.24.0" + checksum: 8c538338c7de8fac8ada691a5a812bdcbd60bd4a4eb5adae2cc9ee19773e8fb1a724312a00af9e1ce49056ffd3c3475e7287b5668cf6360bfb3f8ac827a06ffe + 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 +5079,24 @@ __metadata: languageName: node linkType: hard +"@babel/traverse@npm:^7.24.1": + version: 7.24.1 + resolution: "@babel/traverse@npm:7.24.1" + dependencies: + "@babel/code-frame": "npm:^7.24.1" + "@babel/generator": "npm:^7.24.1" + "@babel/helper-environment-visitor": "npm:^7.22.20" + "@babel/helper-function-name": "npm:^7.23.0" + "@babel/helper-hoist-variables": "npm:^7.22.5" + "@babel/helper-split-export-declaration": "npm:^7.22.6" + "@babel/parser": "npm:^7.24.1" + "@babel/types": "npm:^7.24.0" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: b9b0173c286ef549e179f3725df3c4958069ad79fe5b9840adeb99692eb4a5a08db4e735c0f086aab52e7e08ec711cee9e7c06cb908d8035641d1382172308d3 + 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 +5235,17 @@ __metadata: languageName: node linkType: hard +"@babel/types@npm:^7.24.0": + version: 7.24.0 + resolution: "@babel/types@npm:7.24.0" + dependencies: + "@babel/helper-string-parser": "npm:^7.23.4" + "@babel/helper-validator-identifier": "npm:^7.22.20" + to-fast-properties: "npm:^2.0.0" + checksum: a0b4875ce2e132f9daff0d5b27c7f4c4fcc97f2b084bdc5834e92c9d32592778489029e65d99d00c406da612d87b72d7a236c0afccaa1435c028d0c94c9b6da4 + 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 +5861,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 +5960,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 +6686,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 +6711,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 +6732,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 +6763,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 +6810,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 +8307,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" @@ -11515,14 +11726,15 @@ __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.0 + resolution: "avvio@npm:8.3.0" dependencies: + "@fastify/error": "npm:^3.3.0" archy: "npm:^1.0.0" debug: "npm:^4.0.0" - fastq: "npm:^1.6.1" - checksum: 8826436901e0a7f8e2d6d9f959db6610f5c63a3eebd1e48f9517b50ed5cc07d44b3ddab2671ad29d128d9c4068235d379c5567b2ec4ce5e791e44b35d0ee108e + fastq: "npm:^1.17.1" + checksum: 8761678928856931f9c623832b10d527e6537d2b546991a8ee64270abb8eb27ef9ae40736401912096b16df237d5ede16d98b6e418ed0daf344a9aea43cabe8f languageName: node linkType: hard @@ -11787,6 +11999,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 +12134,32 @@ __metadata: languageName: node linkType: hard +"babel-preset-gatsby@npm:^3.13.1": + version: 3.13.1 + resolution: "babel-preset-gatsby@npm:3.13.1" + 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.0" + peerDependencies: + "@babel/core": ^7.11.6 + core-js: ^3.0.0 + checksum: 051e9b2eb25cdc64ffaa2d750633e296cf36e858ca08b350d45d61b8b07cfcbd9b4d12bf418ed251857b7b737b6fd9c4ae56af11030808f8aa9ddedd371be120 + 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 +13921,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,18 +16652,18 @@ __metadata: languageName: node linkType: hard -"fastify@npm:^4.25.2": - version: 4.25.2 - resolution: "fastify@npm:4.25.2" +"fastify@npm:^4.26.2": + version: 4.26.2 + resolution: "fastify@npm:4.26.2" 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" process-warning: "npm:^3.0.0" @@ -16409,7 +16672,7 @@ __metadata: secure-json-parse: "npm:^2.7.0" semver: "npm:^7.5.4" toad-cache: "npm:^3.3.0" - checksum: 9c5791c0da779412107d01f3e2befc2698a55966f9995b72af2f6c1854d2da004fb7c11222fed3931b73b58f7f49b83af79aaf6b484735f7a317b5d456e32080 + checksum: 24ee6b1496bf0c3b6b266edef6654c547ea54ffe3a17a98afd0f2a8e7a69e0fea2b58eaebb81388fa36d20032e239e656fbfdfac539b4758483a438250f791ff languageName: node linkType: hard @@ -16422,7 +16685,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 +16882,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.1.0 + resolution: "find-my-way@npm:8.1.0" dependencies: fast-deep-equal: "npm:^3.1.3" fast-querystring: "npm:^1.0.0" safe-regex2: "npm:^2.0.0" - checksum: 0b634bce3374de9f3ae660231a963f858cc271bd95c914b941ba1a5fb53d3f978cf71708de6d454ead72c99745a147dd621616645b3d4bf39e4395efe6b42d91 + checksum: 9f44577f4091942e7852f0fc5b9a8047cee0facca88abbe9ff0c887259dd01c0a62aae5cb1e5961c77c36070ec360ad5f59cd4db105524dc914d752d5c2c27cd languageName: node linkType: hard @@ -17115,6 +17387,57 @@ __metadata: languageName: node linkType: hard +"gatsby-cli@npm:^5.13.2": + version: 5.13.2 + resolution: "gatsby-cli@npm:5.13.2" + 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" + "@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" + 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: 9ee5244acb9df9c76b3199e4afb9bfd6519e0eca69296aad7de3e39ed8e08ddc6384121e520c1fa323dd3ebfb70e1ce8586fd43fc6995eaa8722705ca00572bd + languageName: node + linkType: hard + "gatsby-core-utils@npm:^4.13.0": version: 4.13.0 resolution: "gatsby-core-utils@npm:4.13.0" @@ -17139,6 +17462,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 +17493,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" @@ -17171,6 +17525,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,11 +17556,27 @@ __metadata: languageName: node linkType: hard -"gatsby-parcel-config@npm:1.13.0": - version: 1.13.0 - resolution: "gatsby-parcel-config@npm:1.13.0" +"gatsby-page-utils@npm:^3.13.1": + version: 3.13.1 + resolution: "gatsby-page-utils@npm:3.13.1" dependencies: - "@gatsbyjs/parcel-namer-relative-to-cwd": "npm:^2.13.0" + "@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" + dependencies: + "@gatsbyjs/parcel-namer-relative-to-cwd": "npm:^2.13.0" "@parcel/bundler-default": "npm:2.8.3" "@parcel/compressor-raw": "npm:2.8.3" "@parcel/namer-default": "npm:2.8.3" @@ -17209,6 +17594,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 +17688,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 +17718,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 +17759,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 +17797,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 +17834,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 +17844,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 +17868,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 +17889,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 +17926,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 +17970,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 +18026,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 +18057,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 +18161,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 +18212,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 +18408,190 @@ __metadata: languageName: node linkType: hard +"gatsby@npm:^5.13.3": + version: 5.13.3 + resolution: "gatsby@npm:5.13.3" + 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.1" + 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.2" + gatsby-core-utils: "npm:^4.13.1" + gatsby-graphiql-explorer: "npm:^3.13.1" + gatsby-legacy-polyfills: "npm:^3.13.0" + 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: 8858fa79a80a32ac15b12e2a5a123be5154b030450d090538dfe6ccb3f55cfad7f1da97a6c3cb81449e4def63f9a3773431847f19bd648e85d542e01a308abe5 + languageName: node + linkType: hard + "gauge@npm:~2.7.3": version: 2.7.4 resolution: "gauge@npm:2.7.4" @@ -24741,14 +25456,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 @@ -27185,6 +27900,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,11 +27982,11 @@ __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.3" + 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" + gatsby-transformer-sharp: "npm:^5.13.1" react: "npm:^18.2.0" react-dom: "npm:^18.2.0" languageName: unknown @@ -28196,23 +28918,23 @@ __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.3" + "@babel/preset-typescript": "npm:^7.24.1" babel-loader: "npm:^9.1.3" - babel-preset-gatsby: "npm:^3.13.0" + babel-preset-gatsby: "npm:^3.13.1" benchmark: "npm:^2.1.4" - fastify: "npm:^4.25.2" - gatsby: "npm:^5.13.1" + fastify: "npm:^4.26.2" + gatsby: "npm:^5.13.3" 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" + 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.2.0" react-dom: "npm:^18.2.0" languageName: unknown