deps: bump gatsby from 5.13.1 to 5.13.3 (#954)
Bumps [gatsby](https://github.com/gatsbyjs/gatsby) from 5.13.1 to 5.13.3. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@5.13.1...gatsby@5.13.3) --- updated-dependencies: - dependency-name: gatsby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Feb 2, 2024 at 12:23 UTC
43a773509036de75e70c045b7b9271899dd94adf
1 file changed
+135
-135
package-lock.json
+135
-135
@@ -3019,14 +3019,14 @@
3019
}
3020
},
3021
"node_modules/@gatsbyjs/parcel-namer-relative-to-cwd": {
3022
- "version": "2.13.0",
3023
- "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.13.0.tgz",
3024
- "integrity": "sha512-KCB3j6uufUirkd4831nqyCT05n7JTJ2fklQGLNZ//P8DQPANz/5DhOqvkUdrcAe9qtIps9LGr+dmLPgmBIrxjw==",
3022
+ "version": "2.13.1",
3023
+ "resolved": "https://registry.npmjs.org/@gatsbyjs/parcel-namer-relative-to-cwd/-/parcel-namer-relative-to-cwd-2.13.1.tgz",
3024
+ "integrity": "sha512-ze0u/CAt6fKV2yQlExkBARi8oqA559lX6/GFWwdtD9S1J4h8Bje70Odl/bcIECvT/w9mWCCQEVtKLvqkraDopw==",
3025
"dependencies": {
3026
"@babel/runtime": "^7.20.13",
3027
"@parcel/namer-default": "2.8.3",
3028
"@parcel/plugin": "2.8.3",
3029
- "gatsby-core-utils": "^4.13.0"
3029
+ "gatsby-core-utils": "^4.13.1"
3030
},
3031
"engines": {
3032
"node": ">=18.0.0",
@@ -8415,6 +8415,57 @@
8415
"resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
8416
"integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ=="
8417
},
8418
+ "node_modules/@sigmacomputing/babel-plugin-lodash": {
8419
+ "version": "3.3.5",
8420
+ "resolved": "https://registry.npmjs.org/@sigmacomputing/babel-plugin-lodash/-/babel-plugin-lodash-3.3.5.tgz",
8421
+ "integrity": "sha512-VFhaHjlNzWyBtBm3YdqOwP8GbQHK7sWzXKpSUBTLjl2Zz6/9PwCK4qXZXI5CHpDjmvbouHUDbjrZP2KU5h6VQg==",
8422
+ "dependencies": {
8423
+ "@babel/helper-module-imports": "^7.0.0",
8424
+ "@babel/types": "^7.0.0",
8425
+ "glob": "^7.1.1",
8426
+ "lodash": "^4.17.10",
8427
+ "require-package-name": "^2.0.1"
8428
+ }
8429
+ },
8430
+ "node_modules/@sigmacomputing/babel-plugin-lodash/node_modules/brace-expansion": {
8431
+ "version": "1.1.11",
8432
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
8433
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
8434
+ "dependencies": {
8435
+ "balanced-match": "^1.0.0",
8436
+ "concat-map": "0.0.1"
8437
+ }
8438
+ },
8439
+ "node_modules/@sigmacomputing/babel-plugin-lodash/node_modules/glob": {
8440
+ "version": "7.2.3",
8441
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
8442
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
8443
+ "dependencies": {
8444
+ "fs.realpath": "^1.0.0",
8445
+ "inflight": "^1.0.4",
8446
+ "inherits": "2",
8447
+ "minimatch": "^3.1.1",
8448
+ "once": "^1.3.0",
8449
+ "path-is-absolute": "^1.0.0"
8450
+ },
8451
+ "engines": {
8452
+ "node": "*"
8453
+ },
8454
+ "funding": {
8455
+ "url": "https://github.com/sponsors/isaacs"
8456
+ }
8457
+ },
8458
+ "node_modules/@sigmacomputing/babel-plugin-lodash/node_modules/minimatch": {
8459
+ "version": "3.1.2",
8460
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
8461
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
8462
+ "dependencies": {
8463
+ "brace-expansion": "^1.1.7"
8464
+ },
8465
+ "engines": {
8466
+ "node": "*"
8467
+ }
8468
+ },
8469
"node_modules/@sigstore/bundle": {
8470
"version": "2.1.1",
8471
"resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.1.1.tgz",
@@ -9289,9 +9340,9 @@
9340
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg=="
9341
},
9342
"node_modules/@types/node-fetch": {
9292
- "version": "2.6.9",
9293
- "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.9.tgz",
9294
- "integrity": "sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==",
9343
+ "version": "2.6.11",
9344
+ "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.11.tgz",
9345
+ "integrity": "sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==",
9346
"dependencies": {
9347
"@types/node": "*",
9348
"form-data": "^4.0.0"
@@ -9325,9 +9376,9 @@
9376
"integrity": "sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g=="
9377
},
9378
"node_modules/@types/reach__router": {
9328
- "version": "1.3.14",
9329
- "resolved": "https://registry.npmjs.org/@types/reach__router/-/reach__router-1.3.14.tgz",
9330
- "integrity": "sha512-2iOQZbwfw1ZYwYK+dRp7D1b8kU6GlFPJ/iEt33zDYxfId5CAKT7vX3lN/XmJ+FaMZ3FyB99tPgfajcmZnTqdtg==",
9379
+ "version": "1.3.15",
9380
+ "resolved": "https://registry.npmjs.org/@types/reach__router/-/reach__router-1.3.15.tgz",
9381
+ "integrity": "sha512-5WEHKGglRjq/Ae3F8UQxg+GYUIhTUEiyBT9GKPoOLU/vPTn8iZrRbdzxqvarOaGludIejJykHLMdOCdhgWqaxA==",
9382
"dependencies": {
9383
"@types/react": "*"
9384
}
@@ -10737,57 +10788,6 @@
10788
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
10789
}
10790
},
10740
- "node_modules/babel-plugin-lodash": {
10741
- "version": "3.3.4",
10742
- "resolved": "https://registry.npmjs.org/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz",
10743
- "integrity": "sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==",
10744
- "dependencies": {
10745
- "@babel/helper-module-imports": "^7.0.0-beta.49",
10746
- "@babel/types": "^7.0.0-beta.49",
10747
- "glob": "^7.1.1",
10748
- "lodash": "^4.17.10",
10749
- "require-package-name": "^2.0.1"
10750
- }
10751
- },
10752
- "node_modules/babel-plugin-lodash/node_modules/brace-expansion": {
10753
- "version": "1.1.11",
10754
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
10755
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
10756
- "dependencies": {
10757
- "balanced-match": "^1.0.0",
10758
- "concat-map": "0.0.1"
10759
- }
10760
- },
10761
- "node_modules/babel-plugin-lodash/node_modules/glob": {
10762
- "version": "7.2.3",
10763
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
10764
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
10765
- "dependencies": {
10766
- "fs.realpath": "^1.0.0",
10767
- "inflight": "^1.0.4",
10768
- "inherits": "2",
10769
- "minimatch": "^3.1.1",
10770
- "once": "^1.3.0",
10771
- "path-is-absolute": "^1.0.0"
10772
- },
10773
- "engines": {
10774
- "node": "*"
10775
- },
10776
- "funding": {
10777
- "url": "https://github.com/sponsors/isaacs"
10778
- }
10779
- },
10780
- "node_modules/babel-plugin-lodash/node_modules/minimatch": {
10781
- "version": "3.1.2",
10782
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
10783
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
10784
- "dependencies": {
10785
- "brace-expansion": "^1.1.7"
10786
- },
10787
- "engines": {
10788
- "node": "*"
10789
- }
10790
- },
10791
"node_modules/babel-plugin-macros": {
10792
"version": "3.1.0",
10793
"resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz",
@@ -10862,13 +10862,13 @@
10862
}
10863
},
10864
"node_modules/babel-plugin-remove-graphql-queries": {
10865
- "version": "5.13.0",
10866
- "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.13.0.tgz",
10867
- "integrity": "sha512-ZqrQUsnkOuEEjofPXSDfBbDY0CYEQEieofyaBIg/apQop+eQCmMphWPMd7/57MLMZi1Dnq1yw1FfSWO50LmhjA==",
10865
+ "version": "5.13.1",
10866
+ "resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-5.13.1.tgz",
10867
+ "integrity": "sha512-yncJ/W6Un48aBRpK/rmdpQOMcr4+EmJ3oi2Wq1zXKu8WLlw+j93KTbejf7fg2msm8GUskb/+9Nnpz7oMCqO9aA==",
10868
"dependencies": {
10869
"@babel/runtime": "^7.20.13",
10870
"@babel/types": "^7.20.7",
10871
- "gatsby-core-utils": "^4.13.0"
10871
+ "gatsby-core-utils": "^4.13.1"
10872
},
10873
"engines": {
10874
"node": ">=18.0.0"
@@ -10964,9 +10964,9 @@
10964
}
10965
},
10966
"node_modules/babel-preset-gatsby": {
10967
- "version": "3.13.0",
10968
- "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.0.tgz",
10969
- "integrity": "sha512-dkTg3j8K1FLXQvAAs3iQnL5rPVaWFqvBeWns0rOg7iijyXC63Ma5FI1Mp7aKfwXWDd29//hIZ1+DNpy2rrGiDg==",
10967
+ "version": "3.13.1",
10968
+ "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-3.13.1.tgz",
10969
+ "integrity": "sha512-JpWj9bkUZ2mlcu4Hc+8Yp8Bml5jmShW1IGVVCQyXrbiKHyBoTr77PhWqy00mvY9EPwlmfTPlgB6QrQBVONLqmw==",
10970
"dependencies": {
10971
"@babel/plugin-proposal-class-properties": "^7.18.6",
10972
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
@@ -10981,7 +10981,7 @@
10981
"babel-plugin-dynamic-import-node": "^2.3.3",
10982
"babel-plugin-macros": "^3.1.0",
10983
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
10984
- "gatsby-core-utils": "^4.13.0",
10984
+ "gatsby-core-utils": "^4.13.1",
10985
"gatsby-legacy-polyfills": "^3.13.0"
10986
},
10987
"engines": {
@@ -13093,9 +13093,9 @@
13093
}
13094
},
13095
"node_modules/create-gatsby": {
13096
- "version": "3.13.0",
13097
- "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-3.13.0.tgz",
13098
- "integrity": "sha512-LioljItQuXjGOmla7tmpaPQ452mO8FYlEzEvhF6oMy+aureMLjiYHrO1BlpNQoaRQxIPp85iMnhliy4cQwDVwg==",
13096
+ "version": "3.13.1",
13097
+ "resolved": "https://registry.npmjs.org/create-gatsby/-/create-gatsby-3.13.1.tgz",
13098
+ "integrity": "sha512-CCg8Vz/iQs1cgMEzyRlVGMvNs8ivE/2w+TL6yS56FVe1JjOou8nKYHzxnWxRmBUtC7rTfjxVaTESIotuYBsltQ==",
13099
"dependencies": {
13100
"@babel/runtime": "^7.20.13"
13101
},
@@ -14615,9 +14615,9 @@
14615
}
14616
},
14617
"node_modules/envinfo": {
14618
- "version": "7.11.0",
14619
- "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.0.tgz",
14620
- "integrity": "sha512-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==",
14618
+ "version": "7.11.1",
14619
+ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.1.tgz",
14620
+ "integrity": "sha512-8PiZgZNIB4q/Lw4AhOvAfB/ityHAd2bli3lESSWmWSzSsl5dKpy5N1d1Rfkd2teq/g9xN90lc6o98DOjMeYHpg==",
14621
"bin": {
14622
"envinfo": "dist/cli.js"
14623
},
@@ -19465,9 +19465,9 @@
19465
"integrity": "sha512-4sPVXf+9oGhzg2tYzgWe4hgAY0wEbkqeuKVEgdnqX8S8VcLosQsDjb0jV+f5uoQlf8INWId1w0IGoufAoik1TA=="
19466
},
19467
"node_modules/gatsby": {
19468
- "version": "5.13.1",
19469
- "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.13.1.tgz",
19470
- "integrity": "sha512-y8VB381ZnHX3Xxc1n78AAAd+t0EsIyyIRtfqlSQ10CXwZHpZzBR3DTRoHmqIG3/NmdiqWhbHb/nRlmKZUzixtQ==",
19468
+ "version": "5.13.3",
19469
+ "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-5.13.3.tgz",
19470
+ "integrity": "sha512-SSnGpjswK20BQORcvTbtK8eI+W4QUG+u8rdVswB4suva6BfvTakW2wiktj7E2MdO4NjRvlgJjF5dUUncU5nldA==",
19471
"hasInstallScript": true,
19472
"dependencies": {
19473
"@babel/code-frame": "^7.18.6",
@@ -19493,6 +19493,7 @@
19493
"@parcel/cache": "2.8.3",
19494
"@parcel/core": "2.8.3",
19495
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
19496
+ "@sigmacomputing/babel-plugin-lodash": "^3.3.5",
19497
"@types/http-proxy": "^1.17.11",
19498
"@typescript-eslint/eslint-plugin": "^5.60.1",
19499
"@typescript-eslint/parser": "^5.60.1",
@@ -19507,9 +19508,8 @@
19508
"babel-loader": "^8.3.0",
19509
"babel-plugin-add-module-exports": "^1.0.4",
19510
"babel-plugin-dynamic-import-node": "^2.3.3",
19510
- "babel-plugin-lodash": "^3.3.4",
19511
- "babel-plugin-remove-graphql-queries": "^5.13.0",
19512
- "babel-preset-gatsby": "^3.13.0",
19511
+ "babel-plugin-remove-graphql-queries": "^5.13.1",
19512
+ "babel-preset-gatsby": "^3.13.1",
19513
"better-opn": "^2.1.1",
19514
"bluebird": "^3.7.2",
19515
"body-parser": "1.20.1",
@@ -19551,20 +19551,20 @@
19551
"find-cache-dir": "^3.3.2",
19552
"fs-exists-cached": "1.0.0",
19553
"fs-extra": "^11.1.1",
19554
- "gatsby-cli": "^5.13.1",
19555
- "gatsby-core-utils": "^4.13.0",
19556
- "gatsby-graphiql-explorer": "^3.13.0",
19554
+ "gatsby-cli": "^5.13.2",
19555
+ "gatsby-core-utils": "^4.13.1",
19556
+ "gatsby-graphiql-explorer": "^3.13.1",
19557
"gatsby-legacy-polyfills": "^3.13.0",
19558
- "gatsby-link": "^5.13.0",
19559
- "gatsby-page-utils": "^3.13.0",
19560
- "gatsby-parcel-config": "1.13.0",
19561
- "gatsby-plugin-page-creator": "^5.13.0",
19562
- "gatsby-plugin-typescript": "^5.13.0",
19563
- "gatsby-plugin-utils": "^4.13.0",
19564
- "gatsby-react-router-scroll": "^6.13.0",
19558
+ "gatsby-link": "^5.13.1",
19559
+ "gatsby-page-utils": "^3.13.1",
19560
+ "gatsby-parcel-config": "1.13.1",
19561
+ "gatsby-plugin-page-creator": "^5.13.1",
19562
+ "gatsby-plugin-typescript": "^5.13.1",
19563
+ "gatsby-plugin-utils": "^4.13.1",
19564
+ "gatsby-react-router-scroll": "^6.13.1",
19565
"gatsby-script": "^2.13.0",
19566
- "gatsby-telemetry": "^4.13.0",
19567
- "gatsby-worker": "^2.13.0",
19566
+ "gatsby-telemetry": "^4.13.1",
19567
+ "gatsby-worker": "^2.13.1",
19568
"glob": "^7.2.3",
19569
"globby": "^11.1.0",
19570
"got": "^11.8.6",
@@ -19653,9 +19653,9 @@
19653
}
19654
},
19655
"node_modules/gatsby-cli": {
19656
- "version": "5.13.1",
19657
- "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-5.13.1.tgz",
19658
- "integrity": "sha512-8BEdbNC8A6Q/s/WBRbRYiTE+B5OR+dB9Ka+qkYHIPBHmW0VuQnhWElYiPX7Nd3ffW3KNmL8BDU3Ns9Hhm66cyA==",
19656
+ "version": "5.13.2",
19657
+ "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-5.13.2.tgz",
19658
+ "integrity": "sha512-Wxsfgfp5jDciXOR00aKQk9SQANXoYaftNZz6LGGkRZcwMFjhPal1LdCioyy3sOXrRvB0uUsACrGLS1ghXxd2QA==",
19659
"hasInstallScript": true,
19660
"dependencies": {
19661
"@babel/code-frame": "^7.18.6",
@@ -19674,13 +19674,13 @@
19674
"clipboardy": "^4.0.0",
19675
"common-tags": "^1.8.2",
19676
"convert-hrtime": "^3.0.0",
19677
- "create-gatsby": "^3.13.0",
19677
+ "create-gatsby": "^3.13.1",
19678
"envinfo": "^7.10.0",
19679
"execa": "^5.1.1",
19680
"fs-exists-cached": "^1.0.0",
19681
"fs-extra": "^11.1.1",
19682
- "gatsby-core-utils": "^4.13.0",
19683
- "gatsby-telemetry": "^4.13.0",
19682
+ "gatsby-core-utils": "^4.13.1",
19683
+ "gatsby-telemetry": "^4.13.1",
19684
"hosted-git-info": "^3.0.8",
19685
"is-valid-path": "^0.1.1",
19686
"joi": "^17.9.2",
@@ -19932,9 +19932,9 @@
19932
}
19933
},
19934
"node_modules/gatsby-graphiql-explorer": {
19935
- "version": "3.13.0",
19936
- "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.13.0.tgz",
19937
- "integrity": "sha512-KK1+ka+rC8mBSaR2iBR/rVZa/KLYtGoK+lkjDw+rGGWB3zzwPQJtmNz9QYeOaelUy5PHQaMvyTxbBK5DWiyUhw==",
19935
+ "version": "3.13.1",
19936
+ "resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-3.13.1.tgz",
19937
+ "integrity": "sha512-WR6jv18OhKLwK/hGZ6ZGUd82GFtM6gHz+sOpgsJJx/+uqRjZwqcrH2LSrWRSWUCk7FoZY1rJuBSD1QkOODV01A==",
19938
"engines": {
19939
"node": ">=14.15.0"
19940
}
@@ -19961,12 +19961,12 @@
19961
}
19962
},
19963
"node_modules/gatsby-link": {
19964
- "version": "5.13.0",
19965
- "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.13.0.tgz",
19966
- "integrity": "sha512-3qgJXL9DGOjW6lp2WRtJUyJ2y+kPA7tp3fKGZVJJ2RFz2vVWajuOtH20pp9LMyJZESxX7ACDnwRd15nRGjifQw==",
19964
+ "version": "5.13.1",
19965
+ "resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-5.13.1.tgz",
19966
+ "integrity": "sha512-naQxvgX/rd4Pj5ICL2DcqT30TAENk6wHttcLioxIqW9/UhwAXGkM9QsOJOyUmwbrp37UIKU3K92Ks/cMbRxwXA==",
19967
"dependencies": {
19968
"@types/reach__router": "^1.3.10",
19969
- "gatsby-page-utils": "^3.13.0",
19969
+ "gatsby-page-utils": "^3.13.1",
19970
"prop-types": "^15.8.1"
19971
},
19972
"engines": {
@@ -19979,15 +19979,15 @@
19979
}
19980
},
19981
"node_modules/gatsby-page-utils": {
19982
- "version": "3.13.0",
19983
- "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-3.13.0.tgz",
19984
- "integrity": "sha512-DZZlktfTne3b4OIJ84K+Or618ZK8wWBbqVXyClhzg8OXSF/8qbPD/eJug39ieEOlVe8mZ5k3QzCA2VZ3uK9zDg==",
19982
+ "version": "3.13.1",
19983
+ "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-3.13.1.tgz",
19984
+ "integrity": "sha512-+/V+ZKPn1Lv3KfeTBV/XUVljwTFQq5kg3T0esu9ygXEz3EVXjG5VjL/IX57awiDm9sLsEALqRuuYLoHpfNHg0A==",
19985
"dependencies": {
19986
"@babel/runtime": "^7.20.13",
19987
"bluebird": "^3.7.2",
19988
"chokidar": "^3.5.3",
19989
"fs-exists-cached": "^1.0.0",
19990
- "gatsby-core-utils": "^4.13.0",
19990
+ "gatsby-core-utils": "^4.13.1",
19991
"glob": "^7.2.3",
19992
"lodash": "^4.17.21",
19993
"micromatch": "^4.0.5"
@@ -20036,11 +20036,11 @@
20036
}
20037
},
20038
"node_modules/gatsby-parcel-config": {
20039
- "version": "1.13.0",
20040
- "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.13.0.tgz",
20041
- "integrity": "sha512-TIneu+p+2Zo7SClgcTtisW+Qw7SBJCzmlSsDCe94i5AT3jCn/Ai8P/J2fFUeRhms9fRHfuHfGiehYMzcmoGEZQ==",
20039
+ "version": "1.13.1",
20040
+ "resolved": "https://registry.npmjs.org/gatsby-parcel-config/-/gatsby-parcel-config-1.13.1.tgz",
20041
+ "integrity": "sha512-zEiDKnq1UQvDDireYQN2TmDsxDf9n2SHYXASHyUTipwsMlNMEi0nLav1vHRQAfzbjw4tabk9Z5kcknkJ6nLqOA==",
20042
"dependencies": {
20043
- "@gatsbyjs/parcel-namer-relative-to-cwd": "^2.13.0",
20043
+ "@gatsbyjs/parcel-namer-relative-to-cwd": "^2.13.1",
20044
"@parcel/bundler-default": "2.8.3",
20045
"@parcel/compressor-raw": "2.8.3",
20046
"@parcel/namer-default": "2.8.3",
@@ -20254,9 +20254,9 @@
20254
}
20255
},
20256
"node_modules/gatsby-plugin-page-creator": {
20257
- "version": "5.13.0",
20258
- "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-5.13.0.tgz",
20259
- "integrity": "sha512-U3QknigfEBuQneb9Ukf17o4ZrAlLmysSehCiJEMj1b+Plze/hXV73Z0HA7z2TC83E7TvpVLay8YWbxppwlhddQ==",
20257
+ "version": "5.13.1",
20258
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-5.13.1.tgz",
20259
+ "integrity": "sha512-WBTQc0cFqaojS1Oh7MjBRSnLCOWWWl3L5t5LEsXwV+4L9OL6D5fLTz7K5xC34OVgfAIryuEKE/M2ZIEk3onVnw==",
20260
"dependencies": {
20261
"@babel/runtime": "^7.20.13",
20262
"@babel/traverse": "^7.20.13",
@@ -20264,10 +20264,10 @@
20264
"chokidar": "^3.5.3",
20265
"fs-exists-cached": "^1.0.0",
20266
"fs-extra": "^11.1.1",
20267
- "gatsby-core-utils": "^4.13.0",
20268
- "gatsby-page-utils": "^3.13.0",
20269
- "gatsby-plugin-utils": "^4.13.0",
20270
- "gatsby-telemetry": "^4.13.0",
20267
+ "gatsby-core-utils": "^4.13.1",
20268
+ "gatsby-page-utils": "^3.13.1",
20269
+ "gatsby-plugin-utils": "^4.13.1",
20270
+ "gatsby-telemetry": "^4.13.1",
20271
"globby": "^11.1.0",
20272
"lodash": "^4.17.21"
20273
},
@@ -20297,9 +20297,9 @@
20297
}
20298
},
20299
"node_modules/gatsby-plugin-typescript": {
20300
- "version": "5.13.0",
20301
- "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-5.13.0.tgz",
20302
- "integrity": "sha512-3wy8q+1tEGyv6SVTxoZBfYjK6hICeT8lRzyY7LtCgtiw3lXKezZEZLFAN5ikadp8Sn9N2aEnbwGWhIn8g6oxGA==",
20300
+ "version": "5.13.1",
20301
+ "resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-5.13.1.tgz",
20302
+ "integrity": "sha512-FsTihoFKWTjzyIaUTndqktL39qMTAb0KyHj9kP+LxTY2FySqHIvFoYc1ycS5q52J76AoWUiGStJuuQLMNq66FQ==",
20303
"dependencies": {
20304
"@babel/core": "^7.20.12",
20305
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
@@ -20307,7 +20307,7 @@
20307
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
20308
"@babel/preset-typescript": "^7.18.6",
20309
"@babel/runtime": "^7.20.13",
20310
- "babel-plugin-remove-graphql-queries": "^5.13.0"
20310
+ "babel-plugin-remove-graphql-queries": "^5.13.1"
20311
},
20312
"engines": {
20313
"node": ">=18.0.0"
@@ -20340,9 +20340,9 @@
20340
}
20341
},
20342
"node_modules/gatsby-react-router-scroll": {
20343
- "version": "6.13.0",
20344
- "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.13.0.tgz",
20345
- "integrity": "sha512-Sgw4jHL4bMGXVR+ygb/IRr509DAMxKuwZ/ewoBWsdd0l7fTrYiExqAtszcGIq4PT0/3XeljImRtH7BZGIpDsxQ==",
20343
+ "version": "6.13.1",
20344
+ "resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-6.13.1.tgz",
20345
+ "integrity": "sha512-srBpg/ZHW4miwH/4OWOcspHqr8ZmKLE4DBNvckt0KO4giJerWiGoLj6qePwLFRWZPfV7txJr2kuUzACxarpL5g==",
20346
"dependencies": {
20347
"@babel/runtime": "^7.20.13",
20348
"prop-types": "^15.8.1"
@@ -20403,9 +20403,9 @@
20403
}
20404
},
20405
"node_modules/gatsby-telemetry": {
20406
- "version": "4.13.0",
20407
- "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-4.13.0.tgz",
20408
- "integrity": "sha512-tUtXF782y4AlQd8hMMOcwoqB4vT+umjApXi4RefWy6vc45Zi/oB3x6IYYgoTuTeZigL0OZWbXyiNLur9vFebVw==",
20406
+ "version": "4.13.1",
20407
+ "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-4.13.1.tgz",
20408
+ "integrity": "sha512-NstKs3N8LK9rwEli6SXO+ClNmewFbVzqS2yo6XZzQSXbymH6+Kkk+eqQivKhrD8PbQLLrdXkk1p47n91zc85XQ==",
20409
"hasInstallScript": true,
20410
"dependencies": {
20411
"@babel/code-frame": "^7.18.6",
@@ -20415,7 +20415,7 @@
20415
"boxen": "^5.1.2",
20416
"configstore": "^5.0.1",
20417
"fs-extra": "^11.1.1",
20418
- "gatsby-core-utils": "^4.13.0",
20418
+ "gatsby-core-utils": "^4.13.1",
20419
"git-up": "^7.0.0",
20420
"is-docker": "^2.2.1",
20421
"lodash": "^4.17.21",
@@ -20458,9 +20458,9 @@
20458
}
20459
},
20460
"node_modules/gatsby-worker": {
20461
- "version": "2.13.0",
20462
- "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-2.13.0.tgz",
20463
- "integrity": "sha512-WEA/pEnmWVO+BIzSiIOANLzqUkNz4SDuj2JkC2jUJkyqtLaNaf1GoC0vvvU4Bw3o4uXj6AJOBvKlyoZHpdURVw==",
20461
+ "version": "2.13.1",
20462
+ "resolved": "https://registry.npmjs.org/gatsby-worker/-/gatsby-worker-2.13.1.tgz",
20463
+ "integrity": "sha512-CEm+5M2+3PzPcqTaJ0xjNuorQ3d1PfnKG1yqRRPfw8LFdPiycGhZAug/jqx0iTyVWXFHakEmddlykGFEbq54/Q==",
20464
"dependencies": {
20465
"@babel/core": "^7.20.12",
20466
"@babel/runtime": "^7.20.13",