netlify-cli 15.4.0 → 15.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "15.4.0",
3
+ "version": "15.4.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "15.4.0",
9
+ "version": "15.4.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@bugsnag/js": "7.20.2",
14
14
  "@fastify/static": "6.10.2",
15
- "@netlify/build": "29.12.1",
16
- "@netlify/build-info": "7.0.5",
17
- "@netlify/config": "20.4.4",
18
- "@netlify/edge-bundler": "8.16.1",
19
- "@netlify/framework-info": "9.8.9",
15
+ "@netlify/build": "29.12.2",
16
+ "@netlify/build-info": "7.0.6",
17
+ "@netlify/config": "20.4.5",
18
+ "@netlify/edge-bundler": "8.16.2",
19
+ "@netlify/framework-info": "9.8.10",
20
20
  "@netlify/local-functions-proxy": "1.1.1",
21
- "@netlify/zip-it-and-ship-it": "9.8.0",
21
+ "@netlify/zip-it-and-ship-it": "9.8.1",
22
22
  "@octokit/rest": "19.0.11",
23
23
  "@skn0tt/lambda-local": "2.0.3",
24
24
  "ansi-escapes": "6.2.0",
@@ -82,9 +82,9 @@
82
82
  "log-update": "5.0.1",
83
83
  "minimist": "1.2.8",
84
84
  "multiparty": "4.2.3",
85
- "netlify": "13.1.7",
85
+ "netlify": "13.1.8",
86
86
  "netlify-headers-parser": "7.1.2",
87
- "netlify-redirect-parser": "14.1.2",
87
+ "netlify-redirect-parser": "14.1.3",
88
88
  "netlify-redirector": "0.4.0",
89
89
  "node-fetch": "2.6.11",
90
90
  "node-version-alias": "3.4.1",
@@ -127,30 +127,30 @@
127
127
  }
128
128
  },
129
129
  "node_modules/@babel/code-frame": {
130
- "version": "7.21.4",
131
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz",
132
- "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==",
130
+ "version": "7.22.5",
131
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
132
+ "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
133
133
  "dependencies": {
134
- "@babel/highlight": "^7.18.6"
134
+ "@babel/highlight": "^7.22.5"
135
135
  },
136
136
  "engines": {
137
137
  "node": ">=6.9.0"
138
138
  }
139
139
  },
140
140
  "node_modules/@babel/helper-validator-identifier": {
141
- "version": "7.19.1",
142
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
143
- "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
141
+ "version": "7.22.5",
142
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
143
+ "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
144
144
  "engines": {
145
145
  "node": ">=6.9.0"
146
146
  }
147
147
  },
148
148
  "node_modules/@babel/highlight": {
149
- "version": "7.18.6",
150
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
151
- "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
149
+ "version": "7.22.5",
150
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
151
+ "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
152
152
  "dependencies": {
153
- "@babel/helper-validator-identifier": "^7.18.6",
153
+ "@babel/helper-validator-identifier": "^7.22.5",
154
154
  "chalk": "^2.0.0",
155
155
  "js-tokens": "^4.0.0"
156
156
  },
@@ -210,21 +210,9 @@
210
210
  }
211
211
  },
212
212
  "node_modules/@babel/parser": {
213
- "version": "7.22.4",
214
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
215
- "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==",
216
- "bin": {
217
- "parser": "bin/babel-parser.js"
218
- },
219
- "engines": {
220
- "node": ">=6.0.0"
221
- }
222
- },
223
- "node_modules/@babel/parser_latest": {
224
- "name": "@babel/parser",
225
- "version": "7.22.4",
226
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
227
- "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==",
213
+ "version": "7.22.5",
214
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz",
215
+ "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q==",
228
216
  "bin": {
229
217
  "parser": "bin/babel-parser.js"
230
218
  },
@@ -662,29 +650,29 @@
662
650
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
663
651
  },
664
652
  "node_modules/@netlify/build": {
665
- "version": "29.12.1",
666
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.12.1.tgz",
667
- "integrity": "sha512-ywXdJsCV/C+uBFTRM8Tc22gxd6E8cq0qbLMOAbID6N3BYKx6AFMaL8DkMFNmQOAYgb9AEfecRTAHmoFLBo/tVg==",
653
+ "version": "29.12.2",
654
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.12.2.tgz",
655
+ "integrity": "sha512-6rDNgQnK7QaQfmUBietGTjAHqyMrL9Pdab9I1pXa/8R0bSnBuadQ0tkfBIPXdKEY6MaLnK8vyoaxjRU8tpU7qQ==",
668
656
  "dependencies": {
669
657
  "@bugsnag/js": "^7.0.0",
670
658
  "@netlify/cache-utils": "^5.1.5",
671
- "@netlify/config": "^20.4.4",
672
- "@netlify/edge-bundler": "8.16.1",
673
- "@netlify/framework-info": "^9.8.9",
674
- "@netlify/functions-utils": "^5.2.10",
659
+ "@netlify/config": "^20.4.5",
660
+ "@netlify/edge-bundler": "8.16.2",
661
+ "@netlify/framework-info": "^9.8.10",
662
+ "@netlify/functions-utils": "^5.2.11",
675
663
  "@netlify/git-utils": "^5.1.1",
676
664
  "@netlify/plugins-list": "^6.68.0",
677
665
  "@netlify/run-utils": "^5.1.1",
678
- "@netlify/zip-it-and-ship-it": "9.8.0",
666
+ "@netlify/zip-it-and-ship-it": "9.8.1",
679
667
  "@sindresorhus/slugify": "^2.0.0",
680
668
  "ansi-escapes": "^6.0.0",
681
669
  "chalk": "^5.0.0",
682
670
  "clean-stack": "^4.0.0",
683
671
  "execa": "^6.0.0",
684
- "figures": "^4.0.0",
685
- "filter-obj": "^3.0.0",
672
+ "figures": "^5.0.0",
673
+ "filter-obj": "^5.0.0",
686
674
  "got": "^12.0.0",
687
- "hot-shots": "9.3.0",
675
+ "hot-shots": "10.0.0",
688
676
  "indent-string": "^5.0.0",
689
677
  "is-plain-obj": "^4.0.0",
690
678
  "js-yaml": "^4.0.0",
@@ -701,7 +689,7 @@
701
689
  "p-reduce": "^3.0.0",
702
690
  "path-exists": "^5.0.0",
703
691
  "path-type": "^5.0.0",
704
- "pkg-dir": "^6.0.0",
692
+ "pkg-dir": "^7.0.0",
705
693
  "pretty-ms": "^8.0.0",
706
694
  "ps-list": "^8.0.0",
707
695
  "read-pkg-up": "^9.0.0",
@@ -728,14 +716,14 @@
728
716
  }
729
717
  },
730
718
  "node_modules/@netlify/build-info": {
731
- "version": "7.0.5",
732
- "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.5.tgz",
733
- "integrity": "sha512-9HwW5SQJTdvp9z6m4vbrCV3RKAj7CGUDlMIhaMGfAdcMrBSEnzlJ0DoMD/Qrv+EB8jwjYog5nHCw5V2E357a4w==",
719
+ "version": "7.0.6",
720
+ "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.6.tgz",
721
+ "integrity": "sha512-v//AdbcNfIuKRhAk0H2jjuFXxBH9ByPjUyqFWfYBcNgXRfQOvmzLAdWHQzBvMulbUrhAGcFRJaS2cWw95E7V1w==",
734
722
  "dependencies": {
735
723
  "@bugsnag/js": "^7.20.0",
736
- "@netlify/framework-info": "^9.8.9",
724
+ "@netlify/framework-info": "^9.8.10",
737
725
  "find-up": "^6.3.0",
738
- "minimatch": "^6.2.0",
726
+ "minimatch": "^9.0.0",
739
727
  "read-pkg": "^7.1.0",
740
728
  "semver": "^7.3.8",
741
729
  "yaml": "^2.1.3",
@@ -757,14 +745,14 @@
757
745
  }
758
746
  },
759
747
  "node_modules/@netlify/build-info/node_modules/minimatch": {
760
- "version": "6.2.0",
761
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
762
- "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
748
+ "version": "9.0.1",
749
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
750
+ "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
763
751
  "dependencies": {
764
752
  "brace-expansion": "^2.0.1"
765
753
  },
766
754
  "engines": {
767
- "node": ">=10"
755
+ "node": ">=16 || 14 >=14.17"
768
756
  },
769
757
  "funding": {
770
758
  "url": "https://github.com/sponsors/isaacs"
@@ -892,26 +880,15 @@
892
880
  }
893
881
  },
894
882
  "node_modules/@netlify/build/node_modules/figures": {
895
- "version": "4.0.1",
896
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
897
- "integrity": "sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w==",
883
+ "version": "5.0.0",
884
+ "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
885
+ "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
898
886
  "dependencies": {
899
887
  "escape-string-regexp": "^5.0.0",
900
888
  "is-unicode-supported": "^1.2.0"
901
889
  },
902
890
  "engines": {
903
- "node": ">=12"
904
- },
905
- "funding": {
906
- "url": "https://github.com/sponsors/sindresorhus"
907
- }
908
- },
909
- "node_modules/@netlify/build/node_modules/filter-obj": {
910
- "version": "3.0.0",
911
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
912
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
913
- "engines": {
914
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
891
+ "node": ">=14"
915
892
  },
916
893
  "funding": {
917
894
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1111,14 +1088,14 @@
1111
1088
  }
1112
1089
  },
1113
1090
  "node_modules/@netlify/build/node_modules/pkg-dir": {
1114
- "version": "6.0.1",
1115
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-6.0.1.tgz",
1116
- "integrity": "sha512-C9R+PTCKGA32HG0n5I4JMYkdLL58ZpayVuncQHQrGeKa8o26A4o2x0u6BKekHG+Au0jv5ZW7Xfq1Cj6lm9Ag4w==",
1091
+ "version": "7.0.0",
1092
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz",
1093
+ "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==",
1117
1094
  "dependencies": {
1118
- "find-up": "^6.1.0"
1095
+ "find-up": "^6.3.0"
1119
1096
  },
1120
1097
  "engines": {
1121
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1098
+ "node": ">=14.16"
1122
1099
  },
1123
1100
  "funding": {
1124
1101
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1254,9 +1231,9 @@
1254
1231
  }
1255
1232
  },
1256
1233
  "node_modules/@netlify/config": {
1257
- "version": "20.4.4",
1258
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.4.tgz",
1259
- "integrity": "sha512-vwYRrEJFWAgUM+gbIkXzIifxq3XfPGhp9JXyI8MnV9ZztI2ZVslhVA2oq6Y0pbzmLh+d1PmimoCZYFllpDyDLA==",
1234
+ "version": "20.4.5",
1235
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.5.tgz",
1236
+ "integrity": "sha512-RuvEZvZRC0xkUFVb953CpnUGRHmeJdOlCc5568R4PKBxbtIjdzkm7uD4pxIIR2bt0jf8Eth5Wl1n5iZuPTXjQw==",
1260
1237
  "dependencies": {
1261
1238
  "chalk": "^5.0.0",
1262
1239
  "cron-parser": "^4.1.0",
@@ -1264,16 +1241,16 @@
1264
1241
  "dot-prop": "^7.0.0",
1265
1242
  "execa": "^6.0.0",
1266
1243
  "fast-safe-stringify": "^2.0.7",
1267
- "figures": "^4.0.0",
1268
- "filter-obj": "^3.0.0",
1244
+ "figures": "^5.0.0",
1245
+ "filter-obj": "^5.0.0",
1269
1246
  "find-up": "^6.0.0",
1270
1247
  "indent-string": "^5.0.0",
1271
1248
  "is-plain-obj": "^4.0.0",
1272
1249
  "js-yaml": "^4.0.0",
1273
1250
  "map-obj": "^5.0.0",
1274
- "netlify": "^13.1.7",
1251
+ "netlify": "^13.1.8",
1275
1252
  "netlify-headers-parser": "^7.1.2",
1276
- "netlify-redirect-parser": "^14.1.2",
1253
+ "netlify-redirect-parser": "^14.1.3",
1277
1254
  "omit.js": "^2.0.2",
1278
1255
  "p-locate": "^6.0.0",
1279
1256
  "path-type": "^5.0.0",
@@ -1323,26 +1300,15 @@
1323
1300
  }
1324
1301
  },
1325
1302
  "node_modules/@netlify/config/node_modules/figures": {
1326
- "version": "4.0.1",
1327
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
1328
- "integrity": "sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w==",
1303
+ "version": "5.0.0",
1304
+ "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
1305
+ "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
1329
1306
  "dependencies": {
1330
1307
  "escape-string-regexp": "^5.0.0",
1331
1308
  "is-unicode-supported": "^1.2.0"
1332
1309
  },
1333
1310
  "engines": {
1334
- "node": ">=12"
1335
- },
1336
- "funding": {
1337
- "url": "https://github.com/sponsors/sindresorhus"
1338
- }
1339
- },
1340
- "node_modules/@netlify/config/node_modules/filter-obj": {
1341
- "version": "3.0.0",
1342
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
1343
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
1344
- "engines": {
1345
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1311
+ "node": ">=14"
1346
1312
  },
1347
1313
  "funding": {
1348
1314
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1468,9 +1434,9 @@
1468
1434
  }
1469
1435
  },
1470
1436
  "node_modules/@netlify/edge-bundler": {
1471
- "version": "8.16.1",
1472
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.1.tgz",
1473
- "integrity": "sha512-nLwQchCruBwjr2bgptxisoa+i182PwNc9eu1NTqwVZCIwDJhdBPJQVH251VunT0NJEchnpqJ4nZdTce3y1G6zQ==",
1437
+ "version": "8.16.2",
1438
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.2.tgz",
1439
+ "integrity": "sha512-/deN9mBWXqm5s7SCYsdQCy95VgPeg16tw8Lm6buUoOxFThX9WLOf3+5YOiwjxTvzqpbMvO4ALmXn7pdXvuWCtQ==",
1474
1440
  "dependencies": {
1475
1441
  "@import-maps/resolve": "^1.0.1",
1476
1442
  "ajv": "^8.11.2",
@@ -1994,12 +1960,12 @@
1994
1960
  }
1995
1961
  },
1996
1962
  "node_modules/@netlify/framework-info": {
1997
- "version": "9.8.9",
1998
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.9.tgz",
1999
- "integrity": "sha512-2ihT5SQk4eqspjyjr3VCpf2PZDimLbZuBpvh8GkK6eW2j6X8clq1Mz3fxoHrLcA0r32IwPskRPUgnJrSIvoPuw==",
1963
+ "version": "9.8.10",
1964
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.10.tgz",
1965
+ "integrity": "sha512-VT8ejAaB/XU2xRpdpQinHUO1YL3+BMx6LJ49wJk2u9Yq/VI1/gYCi5VqbqTHBQXJUlOi84YuiRlrDBsLpPr8eg==",
2000
1966
  "dependencies": {
2001
1967
  "ajv": "^8.12.0",
2002
- "filter-obj": "^3.0.0",
1968
+ "filter-obj": "^5.0.0",
2003
1969
  "find-up": "^6.3.0",
2004
1970
  "is-plain-obj": "^4.0.0",
2005
1971
  "locate-path": "^7.0.0",
@@ -2028,17 +1994,6 @@
2028
1994
  "url": "https://github.com/sponsors/epoberezkin"
2029
1995
  }
2030
1996
  },
2031
- "node_modules/@netlify/framework-info/node_modules/filter-obj": {
2032
- "version": "3.0.0",
2033
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
2034
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
2035
- "engines": {
2036
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2037
- },
2038
- "funding": {
2039
- "url": "https://github.com/sponsors/sindresorhus"
2040
- }
2041
- },
2042
1997
  "node_modules/@netlify/framework-info/node_modules/json-schema-traverse": {
2043
1998
  "version": "1.0.0",
2044
1999
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -2084,11 +2039,11 @@
2084
2039
  }
2085
2040
  },
2086
2041
  "node_modules/@netlify/functions-utils": {
2087
- "version": "5.2.10",
2088
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.10.tgz",
2089
- "integrity": "sha512-b9sddm8jwYf7YCb9F3bIKS6FfxiDe5j9sMlOPZXpVOoyJxbLj8kDW+1VWfiiRS8xS/8s4VPvmYDuLZUTLFLPlA==",
2042
+ "version": "5.2.11",
2043
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.11.tgz",
2044
+ "integrity": "sha512-yl386ADN7I5ZjBPJlIxQefrpg8dPxgEzSfxtH82uu5DUrQ4mNAcN9UnKMU/6+2Y0ivIc2JUBk9sxlFxHFEjAfQ==",
2090
2045
  "dependencies": {
2091
- "@netlify/zip-it-and-ship-it": "9.8.0",
2046
+ "@netlify/zip-it-and-ship-it": "9.8.1",
2092
2047
  "cpy": "^9.0.0",
2093
2048
  "path-exists": "^5.0.0"
2094
2049
  },
@@ -2407,9 +2362,9 @@
2407
2362
  }
2408
2363
  },
2409
2364
  "node_modules/@netlify/open-api": {
2410
- "version": "2.18.0",
2411
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.18.0.tgz",
2412
- "integrity": "sha512-2spMBZxvK9KocIXr1Mpj+LrKAGHNZ0es6/tCFekFS89bIfC+He8VGi7j0bk49eVbLeC9IuZed5K27k692dHAcg=="
2365
+ "version": "2.19.0",
2366
+ "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.19.0.tgz",
2367
+ "integrity": "sha512-Mx5oo3Ts90nRV3lsuQ+wrALpxCMrqWmRowJylbHsxmuMEemdihUPN0m86Ed6kpJyoVMvmtiJpmMaNUbOJMwLCA=="
2413
2368
  },
2414
2369
  "node_modules/@netlify/plugins-list": {
2415
2370
  "version": "6.68.0",
@@ -2508,12 +2463,11 @@
2508
2463
  }
2509
2464
  },
2510
2465
  "node_modules/@netlify/zip-it-and-ship-it": {
2511
- "version": "9.8.0",
2512
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.8.0.tgz",
2513
- "integrity": "sha512-p7CJwd2Wy6yFcT5cb7g7+JUZk0kASRIev1lcLk0oeCuDjZAJ/LsFtzFwFEZkfkKn/NUu4TF8bdUha/PeoIXiPQ==",
2466
+ "version": "9.8.1",
2467
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.8.1.tgz",
2468
+ "integrity": "sha512-g/GCHAchrIaKjx0DfT7xvvhU1gmR1fhIdq+Z3Bm8ii8v6lyps9q1UqTwGbnJ3yWilUwyxmyadc/I4ARtc/d8Bw==",
2514
2469
  "dependencies": {
2515
- "@babel/parser": "7.16.8",
2516
- "@babel/parser_latest": "npm:@babel/parser@7.22.4",
2470
+ "@babel/parser": "^7.22.5",
2517
2471
  "@netlify/binary-info": "^1.0.0",
2518
2472
  "@netlify/esbuild": "0.14.39",
2519
2473
  "@netlify/serverless-functions-api": "^1.5.0",
@@ -2551,17 +2505,6 @@
2551
2505
  "node": "^14.18.0 || >=16.0.0"
2552
2506
  }
2553
2507
  },
2554
- "node_modules/@netlify/zip-it-and-ship-it/node_modules/@babel/parser": {
2555
- "version": "7.16.8",
2556
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
2557
- "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==",
2558
- "bin": {
2559
- "parser": "bin/babel-parser.js"
2560
- },
2561
- "engines": {
2562
- "node": ">=6.0.0"
2563
- }
2564
- },
2565
2508
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/brace-expansion": {
2566
2509
  "version": "2.0.1",
2567
2510
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
@@ -2762,16 +2705,16 @@
2762
2705
  }
2763
2706
  },
2764
2707
  "node_modules/@octokit/core/node_modules/@octokit/openapi-types": {
2765
- "version": "17.2.0",
2766
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2767
- "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
2708
+ "version": "18.0.0",
2709
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
2710
+ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
2768
2711
  },
2769
2712
  "node_modules/@octokit/core/node_modules/@octokit/types": {
2770
- "version": "9.2.3",
2771
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2772
- "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
2713
+ "version": "9.3.0",
2714
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz",
2715
+ "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==",
2773
2716
  "dependencies": {
2774
- "@octokit/openapi-types": "^17.2.0"
2717
+ "@octokit/openapi-types": "^18.0.0"
2775
2718
  }
2776
2719
  },
2777
2720
  "node_modules/@octokit/endpoint": {
@@ -2821,16 +2764,16 @@
2821
2764
  }
2822
2765
  },
2823
2766
  "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
2824
- "version": "17.2.0",
2825
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2826
- "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
2767
+ "version": "18.0.0",
2768
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
2769
+ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
2827
2770
  },
2828
2771
  "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
2829
- "version": "9.2.3",
2830
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2831
- "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
2772
+ "version": "9.3.0",
2773
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz",
2774
+ "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==",
2832
2775
  "dependencies": {
2833
- "@octokit/openapi-types": "^17.2.0"
2776
+ "@octokit/openapi-types": "^18.0.0"
2834
2777
  }
2835
2778
  },
2836
2779
  "node_modules/@octokit/plugin-request-log": {
@@ -2857,16 +2800,16 @@
2857
2800
  }
2858
2801
  },
2859
2802
  "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
2860
- "version": "17.2.0",
2861
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2862
- "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
2803
+ "version": "18.0.0",
2804
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
2805
+ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
2863
2806
  },
2864
2807
  "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
2865
- "version": "9.2.3",
2866
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2867
- "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
2808
+ "version": "9.3.0",
2809
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz",
2810
+ "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==",
2868
2811
  "dependencies": {
2869
- "@octokit/openapi-types": "^17.2.0"
2812
+ "@octokit/openapi-types": "^18.0.0"
2870
2813
  }
2871
2814
  },
2872
2815
  "node_modules/@octokit/request": {
@@ -4350,9 +4293,9 @@
4350
4293
  }
4351
4294
  },
4352
4295
  "node_modules/cacheable-request": {
4353
- "version": "7.0.2",
4354
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz",
4355
- "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==",
4296
+ "version": "7.0.4",
4297
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
4298
+ "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
4356
4299
  "dependencies": {
4357
4300
  "clone-response": "^1.0.2",
4358
4301
  "get-stream": "^5.1.0",
@@ -5631,9 +5574,9 @@
5631
5574
  }
5632
5575
  },
5633
5576
  "node_modules/detective-typescript/node_modules/@typescript-eslint/types": {
5634
- "version": "5.59.8",
5635
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz",
5636
- "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==",
5577
+ "version": "5.59.9",
5578
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
5579
+ "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
5637
5580
  "engines": {
5638
5581
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5639
5582
  },
@@ -5643,12 +5586,12 @@
5643
5586
  }
5644
5587
  },
5645
5588
  "node_modules/detective-typescript/node_modules/@typescript-eslint/typescript-estree": {
5646
- "version": "5.59.8",
5647
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz",
5648
- "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==",
5589
+ "version": "5.59.9",
5590
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
5591
+ "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
5649
5592
  "dependencies": {
5650
- "@typescript-eslint/types": "5.59.8",
5651
- "@typescript-eslint/visitor-keys": "5.59.8",
5593
+ "@typescript-eslint/types": "5.59.9",
5594
+ "@typescript-eslint/visitor-keys": "5.59.9",
5652
5595
  "debug": "^4.3.4",
5653
5596
  "globby": "^11.1.0",
5654
5597
  "is-glob": "^4.0.3",
@@ -5669,11 +5612,11 @@
5669
5612
  }
5670
5613
  },
5671
5614
  "node_modules/detective-typescript/node_modules/@typescript-eslint/visitor-keys": {
5672
- "version": "5.59.8",
5673
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz",
5674
- "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==",
5615
+ "version": "5.59.9",
5616
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
5617
+ "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
5675
5618
  "dependencies": {
5676
- "@typescript-eslint/types": "5.59.8",
5619
+ "@typescript-eslint/types": "5.59.9",
5677
5620
  "eslint-visitor-keys": "^3.3.0"
5678
5621
  },
5679
5622
  "engines": {
@@ -7565,11 +7508,11 @@
7565
7508
  }
7566
7509
  },
7567
7510
  "node_modules/hot-shots": {
7568
- "version": "9.3.0",
7569
- "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz",
7570
- "integrity": "sha512-e4tgWptiBvlIMnAX0ORe+dNEt0HznD+T2ckzXDUwCBsU7uWr2mwq5UtoT+Df5r9hD5S/DuP8rTxJUQvqAFSFKA==",
7511
+ "version": "10.0.0",
7512
+ "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.0.0.tgz",
7513
+ "integrity": "sha512-uy/uGpuJk7yuyiKRfZMBNkF1GAOX5O2ifO9rDCaX9jw8fu6eW9QeWC7WRPDI+O98frW1HQgV3+xwjWsZPECIzQ==",
7571
7514
  "engines": {
7572
- "node": ">=6.0.0"
7515
+ "node": ">=10.0.0"
7573
7516
  },
7574
7517
  "optionalDependencies": {
7575
7518
  "unix-dgram": "2.x"
@@ -9818,11 +9761,11 @@
9818
9761
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
9819
9762
  },
9820
9763
  "node_modules/netlify": {
9821
- "version": "13.1.7",
9822
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.7.tgz",
9823
- "integrity": "sha512-4gFiuDxFIV2UhgxelPNwXf56XJ+KSaOdokt65I+y1/ShOwUgDeKOUBUmXsBg5JhqIg20SWtgbbx2HmhiDGDn3Q==",
9764
+ "version": "13.1.8",
9765
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.8.tgz",
9766
+ "integrity": "sha512-ad+FNFSoEbcvi88ISpBvphfKXn2rW69V+mocKmQrUkDSmTSXaUlxABIeJYeaZrdSd9RP4VOG3vRQgQZAzRualw==",
9824
9767
  "dependencies": {
9825
- "@netlify/open-api": "^2.18.0",
9768
+ "@netlify/open-api": "^2.19.0",
9826
9769
  "lodash-es": "^4.17.21",
9827
9770
  "micro-api-client": "^3.3.0",
9828
9771
  "node-fetch": "^3.0.0",
@@ -9881,12 +9824,12 @@
9881
9824
  }
9882
9825
  },
9883
9826
  "node_modules/netlify-redirect-parser": {
9884
- "version": "14.1.2",
9885
- "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.1.2.tgz",
9886
- "integrity": "sha512-o60UH53BdypS3Z8frk/vQjscwHxRFGAxZJ3XAFCK3mPURnIlQAseiprvnuGphbbaM1zMzWa/Y4wKf0rloz7dyA==",
9827
+ "version": "14.1.3",
9828
+ "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.1.3.tgz",
9829
+ "integrity": "sha512-23svKHdO2QUEJHo3knQV1EpAh8UX/+8zQmwxVMSby4/NRj5vPS+u/yKesY/uHAgcw/28HwvEUGQdbXsPPe7J/Q==",
9887
9830
  "dependencies": {
9888
9831
  "fast-safe-stringify": "^2.1.1",
9889
- "filter-obj": "^3.0.0",
9832
+ "filter-obj": "^5.0.0",
9890
9833
  "is-plain-obj": "^4.0.0",
9891
9834
  "path-exists": "^5.0.0",
9892
9835
  "toml": "^3.0.0"
@@ -9895,17 +9838,6 @@
9895
9838
  "node": "^14.16.0 || >=16.0.0"
9896
9839
  }
9897
9840
  },
9898
- "node_modules/netlify-redirect-parser/node_modules/filter-obj": {
9899
- "version": "3.0.0",
9900
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
9901
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
9902
- "engines": {
9903
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
9904
- },
9905
- "funding": {
9906
- "url": "https://github.com/sponsors/sindresorhus"
9907
- }
9908
- },
9909
9841
  "node_modules/netlify-redirect-parser/node_modules/path-exists": {
9910
9842
  "version": "5.0.0",
9911
9843
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -13765,24 +13697,24 @@
13765
13697
  },
13766
13698
  "dependencies": {
13767
13699
  "@babel/code-frame": {
13768
- "version": "7.21.4",
13769
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz",
13770
- "integrity": "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==",
13700
+ "version": "7.22.5",
13701
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
13702
+ "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
13771
13703
  "requires": {
13772
- "@babel/highlight": "^7.18.6"
13704
+ "@babel/highlight": "^7.22.5"
13773
13705
  }
13774
13706
  },
13775
13707
  "@babel/helper-validator-identifier": {
13776
- "version": "7.19.1",
13777
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
13778
- "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
13708
+ "version": "7.22.5",
13709
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
13710
+ "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ=="
13779
13711
  },
13780
13712
  "@babel/highlight": {
13781
- "version": "7.18.6",
13782
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
13783
- "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
13713
+ "version": "7.22.5",
13714
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
13715
+ "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
13784
13716
  "requires": {
13785
- "@babel/helper-validator-identifier": "^7.18.6",
13717
+ "@babel/helper-validator-identifier": "^7.22.5",
13786
13718
  "chalk": "^2.0.0",
13787
13719
  "js-tokens": "^4.0.0"
13788
13720
  },
@@ -13826,14 +13758,9 @@
13826
13758
  }
13827
13759
  },
13828
13760
  "@babel/parser": {
13829
- "version": "7.22.4",
13830
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
13831
- "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA=="
13832
- },
13833
- "@babel/parser_latest": {
13834
- "version": "npm:@babel/parser@7.22.4",
13835
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
13836
- "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA=="
13761
+ "version": "7.22.5",
13762
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.5.tgz",
13763
+ "integrity": "sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q=="
13837
13764
  },
13838
13765
  "@bugsnag/browser": {
13839
13766
  "version": "7.20.2",
@@ -14186,29 +14113,29 @@
14186
14113
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
14187
14114
  },
14188
14115
  "@netlify/build": {
14189
- "version": "29.12.1",
14190
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.12.1.tgz",
14191
- "integrity": "sha512-ywXdJsCV/C+uBFTRM8Tc22gxd6E8cq0qbLMOAbID6N3BYKx6AFMaL8DkMFNmQOAYgb9AEfecRTAHmoFLBo/tVg==",
14116
+ "version": "29.12.2",
14117
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.12.2.tgz",
14118
+ "integrity": "sha512-6rDNgQnK7QaQfmUBietGTjAHqyMrL9Pdab9I1pXa/8R0bSnBuadQ0tkfBIPXdKEY6MaLnK8vyoaxjRU8tpU7qQ==",
14192
14119
  "requires": {
14193
14120
  "@bugsnag/js": "^7.0.0",
14194
14121
  "@netlify/cache-utils": "^5.1.5",
14195
- "@netlify/config": "^20.4.4",
14196
- "@netlify/edge-bundler": "8.16.1",
14197
- "@netlify/framework-info": "^9.8.9",
14198
- "@netlify/functions-utils": "^5.2.10",
14122
+ "@netlify/config": "^20.4.5",
14123
+ "@netlify/edge-bundler": "8.16.2",
14124
+ "@netlify/framework-info": "^9.8.10",
14125
+ "@netlify/functions-utils": "^5.2.11",
14199
14126
  "@netlify/git-utils": "^5.1.1",
14200
14127
  "@netlify/plugins-list": "^6.68.0",
14201
14128
  "@netlify/run-utils": "^5.1.1",
14202
- "@netlify/zip-it-and-ship-it": "9.8.0",
14129
+ "@netlify/zip-it-and-ship-it": "9.8.1",
14203
14130
  "@sindresorhus/slugify": "^2.0.0",
14204
14131
  "ansi-escapes": "^6.0.0",
14205
14132
  "chalk": "^5.0.0",
14206
14133
  "clean-stack": "^4.0.0",
14207
14134
  "execa": "^6.0.0",
14208
- "figures": "^4.0.0",
14209
- "filter-obj": "^3.0.0",
14135
+ "figures": "^5.0.0",
14136
+ "filter-obj": "^5.0.0",
14210
14137
  "got": "^12.0.0",
14211
- "hot-shots": "9.3.0",
14138
+ "hot-shots": "10.0.0",
14212
14139
  "indent-string": "^5.0.0",
14213
14140
  "is-plain-obj": "^4.0.0",
14214
14141
  "js-yaml": "^4.0.0",
@@ -14225,7 +14152,7 @@
14225
14152
  "p-reduce": "^3.0.0",
14226
14153
  "path-exists": "^5.0.0",
14227
14154
  "path-type": "^5.0.0",
14228
- "pkg-dir": "^6.0.0",
14155
+ "pkg-dir": "^7.0.0",
14229
14156
  "pretty-ms": "^8.0.0",
14230
14157
  "ps-list": "^8.0.0",
14231
14158
  "read-pkg-up": "^9.0.0",
@@ -14304,19 +14231,14 @@
14304
14231
  }
14305
14232
  },
14306
14233
  "figures": {
14307
- "version": "4.0.1",
14308
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
14309
- "integrity": "sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w==",
14234
+ "version": "5.0.0",
14235
+ "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
14236
+ "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
14310
14237
  "requires": {
14311
14238
  "escape-string-regexp": "^5.0.0",
14312
14239
  "is-unicode-supported": "^1.2.0"
14313
14240
  }
14314
14241
  },
14315
- "filter-obj": {
14316
- "version": "3.0.0",
14317
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
14318
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
14319
- },
14320
14242
  "got": {
14321
14243
  "version": "12.6.1",
14322
14244
  "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
@@ -14427,11 +14349,11 @@
14427
14349
  "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg=="
14428
14350
  },
14429
14351
  "pkg-dir": {
14430
- "version": "6.0.1",
14431
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-6.0.1.tgz",
14432
- "integrity": "sha512-C9R+PTCKGA32HG0n5I4JMYkdLL58ZpayVuncQHQrGeKa8o26A4o2x0u6BKekHG+Au0jv5ZW7Xfq1Cj6lm9Ag4w==",
14352
+ "version": "7.0.0",
14353
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz",
14354
+ "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==",
14433
14355
  "requires": {
14434
- "find-up": "^6.1.0"
14356
+ "find-up": "^6.3.0"
14435
14357
  }
14436
14358
  },
14437
14359
  "pretty-ms": {
@@ -14478,14 +14400,14 @@
14478
14400
  }
14479
14401
  },
14480
14402
  "@netlify/build-info": {
14481
- "version": "7.0.5",
14482
- "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.5.tgz",
14483
- "integrity": "sha512-9HwW5SQJTdvp9z6m4vbrCV3RKAj7CGUDlMIhaMGfAdcMrBSEnzlJ0DoMD/Qrv+EB8jwjYog5nHCw5V2E357a4w==",
14403
+ "version": "7.0.6",
14404
+ "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.6.tgz",
14405
+ "integrity": "sha512-v//AdbcNfIuKRhAk0H2jjuFXxBH9ByPjUyqFWfYBcNgXRfQOvmzLAdWHQzBvMulbUrhAGcFRJaS2cWw95E7V1w==",
14484
14406
  "requires": {
14485
14407
  "@bugsnag/js": "^7.20.0",
14486
- "@netlify/framework-info": "^9.8.9",
14408
+ "@netlify/framework-info": "^9.8.10",
14487
14409
  "find-up": "^6.3.0",
14488
- "minimatch": "^6.2.0",
14410
+ "minimatch": "^9.0.0",
14489
14411
  "read-pkg": "^7.1.0",
14490
14412
  "semver": "^7.3.8",
14491
14413
  "yaml": "^2.1.3",
@@ -14501,9 +14423,9 @@
14501
14423
  }
14502
14424
  },
14503
14425
  "minimatch": {
14504
- "version": "6.2.0",
14505
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
14506
- "integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==",
14426
+ "version": "9.0.1",
14427
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz",
14428
+ "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==",
14507
14429
  "requires": {
14508
14430
  "brace-expansion": "^2.0.1"
14509
14431
  }
@@ -14571,9 +14493,9 @@
14571
14493
  }
14572
14494
  },
14573
14495
  "@netlify/config": {
14574
- "version": "20.4.4",
14575
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.4.tgz",
14576
- "integrity": "sha512-vwYRrEJFWAgUM+gbIkXzIifxq3XfPGhp9JXyI8MnV9ZztI2ZVslhVA2oq6Y0pbzmLh+d1PmimoCZYFllpDyDLA==",
14496
+ "version": "20.4.5",
14497
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.5.tgz",
14498
+ "integrity": "sha512-RuvEZvZRC0xkUFVb953CpnUGRHmeJdOlCc5568R4PKBxbtIjdzkm7uD4pxIIR2bt0jf8Eth5Wl1n5iZuPTXjQw==",
14577
14499
  "requires": {
14578
14500
  "chalk": "^5.0.0",
14579
14501
  "cron-parser": "^4.1.0",
@@ -14581,16 +14503,16 @@
14581
14503
  "dot-prop": "^7.0.0",
14582
14504
  "execa": "^6.0.0",
14583
14505
  "fast-safe-stringify": "^2.0.7",
14584
- "figures": "^4.0.0",
14585
- "filter-obj": "^3.0.0",
14506
+ "figures": "^5.0.0",
14507
+ "filter-obj": "^5.0.0",
14586
14508
  "find-up": "^6.0.0",
14587
14509
  "indent-string": "^5.0.0",
14588
14510
  "is-plain-obj": "^4.0.0",
14589
14511
  "js-yaml": "^4.0.0",
14590
14512
  "map-obj": "^5.0.0",
14591
- "netlify": "^13.1.7",
14513
+ "netlify": "^13.1.8",
14592
14514
  "netlify-headers-parser": "^7.1.2",
14593
- "netlify-redirect-parser": "^14.1.2",
14515
+ "netlify-redirect-parser": "^14.1.3",
14594
14516
  "omit.js": "^2.0.2",
14595
14517
  "p-locate": "^6.0.0",
14596
14518
  "path-type": "^5.0.0",
@@ -14622,19 +14544,14 @@
14622
14544
  }
14623
14545
  },
14624
14546
  "figures": {
14625
- "version": "4.0.1",
14626
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
14627
- "integrity": "sha512-rElJwkA/xS04Vfg+CaZodpso7VqBknOYbzi6I76hI4X80RUjkSxO2oAyPmGbuXUppywjqndOrQDl817hDnI++w==",
14547
+ "version": "5.0.0",
14548
+ "resolved": "https://registry.npmjs.org/figures/-/figures-5.0.0.tgz",
14549
+ "integrity": "sha512-ej8ksPF4x6e5wvK9yevct0UCXh8TTFlWGVLlgjZuoBH1HwjIfKE/IdL5mq89sFA7zELi1VhKpmtDnrs7zWyeyg==",
14628
14550
  "requires": {
14629
14551
  "escape-string-regexp": "^5.0.0",
14630
14552
  "is-unicode-supported": "^1.2.0"
14631
14553
  }
14632
14554
  },
14633
- "filter-obj": {
14634
- "version": "3.0.0",
14635
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
14636
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
14637
- },
14638
14555
  "human-signals": {
14639
14556
  "version": "3.0.1",
14640
14557
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
@@ -14700,9 +14617,9 @@
14700
14617
  }
14701
14618
  },
14702
14619
  "@netlify/edge-bundler": {
14703
- "version": "8.16.1",
14704
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.1.tgz",
14705
- "integrity": "sha512-nLwQchCruBwjr2bgptxisoa+i182PwNc9eu1NTqwVZCIwDJhdBPJQVH251VunT0NJEchnpqJ4nZdTce3y1G6zQ==",
14620
+ "version": "8.16.2",
14621
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.2.tgz",
14622
+ "integrity": "sha512-/deN9mBWXqm5s7SCYsdQCy95VgPeg16tw8Lm6buUoOxFThX9WLOf3+5YOiwjxTvzqpbMvO4ALmXn7pdXvuWCtQ==",
14706
14623
  "requires": {
14707
14624
  "@import-maps/resolve": "^1.0.1",
14708
14625
  "ajv": "^8.11.2",
@@ -14974,12 +14891,12 @@
14974
14891
  "optional": true
14975
14892
  },
14976
14893
  "@netlify/framework-info": {
14977
- "version": "9.8.9",
14978
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.9.tgz",
14979
- "integrity": "sha512-2ihT5SQk4eqspjyjr3VCpf2PZDimLbZuBpvh8GkK6eW2j6X8clq1Mz3fxoHrLcA0r32IwPskRPUgnJrSIvoPuw==",
14894
+ "version": "9.8.10",
14895
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.10.tgz",
14896
+ "integrity": "sha512-VT8ejAaB/XU2xRpdpQinHUO1YL3+BMx6LJ49wJk2u9Yq/VI1/gYCi5VqbqTHBQXJUlOi84YuiRlrDBsLpPr8eg==",
14980
14897
  "requires": {
14981
14898
  "ajv": "^8.12.0",
14982
- "filter-obj": "^3.0.0",
14899
+ "filter-obj": "^5.0.0",
14983
14900
  "find-up": "^6.3.0",
14984
14901
  "is-plain-obj": "^4.0.0",
14985
14902
  "locate-path": "^7.0.0",
@@ -15001,11 +14918,6 @@
15001
14918
  "uri-js": "^4.2.2"
15002
14919
  }
15003
14920
  },
15004
- "filter-obj": {
15005
- "version": "3.0.0",
15006
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
15007
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
15008
- },
15009
14921
  "json-schema-traverse": {
15010
14922
  "version": "1.0.0",
15011
14923
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -15035,11 +14947,11 @@
15035
14947
  }
15036
14948
  },
15037
14949
  "@netlify/functions-utils": {
15038
- "version": "5.2.10",
15039
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.10.tgz",
15040
- "integrity": "sha512-b9sddm8jwYf7YCb9F3bIKS6FfxiDe5j9sMlOPZXpVOoyJxbLj8kDW+1VWfiiRS8xS/8s4VPvmYDuLZUTLFLPlA==",
14950
+ "version": "5.2.11",
14951
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.11.tgz",
14952
+ "integrity": "sha512-yl386ADN7I5ZjBPJlIxQefrpg8dPxgEzSfxtH82uu5DUrQ4mNAcN9UnKMU/6+2Y0ivIc2JUBk9sxlFxHFEjAfQ==",
15041
14953
  "requires": {
15042
- "@netlify/zip-it-and-ship-it": "9.8.0",
14954
+ "@netlify/zip-it-and-ship-it": "9.8.1",
15043
14955
  "cpy": "^9.0.0",
15044
14956
  "path-exists": "^5.0.0"
15045
14957
  },
@@ -15209,9 +15121,9 @@
15209
15121
  "optional": true
15210
15122
  },
15211
15123
  "@netlify/open-api": {
15212
- "version": "2.18.0",
15213
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.18.0.tgz",
15214
- "integrity": "sha512-2spMBZxvK9KocIXr1Mpj+LrKAGHNZ0es6/tCFekFS89bIfC+He8VGi7j0bk49eVbLeC9IuZed5K27k692dHAcg=="
15124
+ "version": "2.19.0",
15125
+ "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.19.0.tgz",
15126
+ "integrity": "sha512-Mx5oo3Ts90nRV3lsuQ+wrALpxCMrqWmRowJylbHsxmuMEemdihUPN0m86Ed6kpJyoVMvmtiJpmMaNUbOJMwLCA=="
15215
15127
  },
15216
15128
  "@netlify/plugins-list": {
15217
15129
  "version": "6.68.0",
@@ -15276,12 +15188,11 @@
15276
15188
  "integrity": "sha512-6O6mr4ynN4DWbI82nbt2ueq+tD9MeRD3BABTnjrxAJn85o79Lu3KFndr+Omur1OpbKEqIrWsFs0Bsi72DkPFbg=="
15277
15189
  },
15278
15190
  "@netlify/zip-it-and-ship-it": {
15279
- "version": "9.8.0",
15280
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.8.0.tgz",
15281
- "integrity": "sha512-p7CJwd2Wy6yFcT5cb7g7+JUZk0kASRIev1lcLk0oeCuDjZAJ/LsFtzFwFEZkfkKn/NUu4TF8bdUha/PeoIXiPQ==",
15191
+ "version": "9.8.1",
15192
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.8.1.tgz",
15193
+ "integrity": "sha512-g/GCHAchrIaKjx0DfT7xvvhU1gmR1fhIdq+Z3Bm8ii8v6lyps9q1UqTwGbnJ3yWilUwyxmyadc/I4ARtc/d8Bw==",
15282
15194
  "requires": {
15283
- "@babel/parser": "7.16.8",
15284
- "@babel/parser_latest": "npm:@babel/parser@7.22.4",
15195
+ "@babel/parser": "^7.22.5",
15285
15196
  "@netlify/binary-info": "^1.0.0",
15286
15197
  "@netlify/esbuild": "0.14.39",
15287
15198
  "@netlify/serverless-functions-api": "^1.5.0",
@@ -15313,11 +15224,6 @@
15313
15224
  "yargs": "^17.0.0"
15314
15225
  },
15315
15226
  "dependencies": {
15316
- "@babel/parser": {
15317
- "version": "7.16.8",
15318
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
15319
- "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
15320
- },
15321
15227
  "brace-expansion": {
15322
15228
  "version": "2.0.1",
15323
15229
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
@@ -15456,16 +15362,16 @@
15456
15362
  },
15457
15363
  "dependencies": {
15458
15364
  "@octokit/openapi-types": {
15459
- "version": "17.2.0",
15460
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15461
- "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
15365
+ "version": "18.0.0",
15366
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
15367
+ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
15462
15368
  },
15463
15369
  "@octokit/types": {
15464
- "version": "9.2.3",
15465
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15466
- "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
15370
+ "version": "9.3.0",
15371
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz",
15372
+ "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==",
15467
15373
  "requires": {
15468
- "@octokit/openapi-types": "^17.2.0"
15374
+ "@octokit/openapi-types": "^18.0.0"
15469
15375
  }
15470
15376
  }
15471
15377
  }
@@ -15505,16 +15411,16 @@
15505
15411
  },
15506
15412
  "dependencies": {
15507
15413
  "@octokit/openapi-types": {
15508
- "version": "17.2.0",
15509
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15510
- "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
15414
+ "version": "18.0.0",
15415
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
15416
+ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
15511
15417
  },
15512
15418
  "@octokit/types": {
15513
- "version": "9.2.3",
15514
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15515
- "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
15419
+ "version": "9.3.0",
15420
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz",
15421
+ "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==",
15516
15422
  "requires": {
15517
- "@octokit/openapi-types": "^17.2.0"
15423
+ "@octokit/openapi-types": "^18.0.0"
15518
15424
  }
15519
15425
  }
15520
15426
  }
@@ -15535,16 +15441,16 @@
15535
15441
  },
15536
15442
  "dependencies": {
15537
15443
  "@octokit/openapi-types": {
15538
- "version": "17.2.0",
15539
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15540
- "integrity": "sha512-MazrFNx4plbLsGl+LFesMo96eIXkFgEtaKbnNpdh4aQ0VM10aoylFsTYP1AEjkeoRNZiiPe3T6Gl2Hr8dJWdlQ=="
15444
+ "version": "18.0.0",
15445
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz",
15446
+ "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw=="
15541
15447
  },
15542
15448
  "@octokit/types": {
15543
- "version": "9.2.3",
15544
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15545
- "integrity": "sha512-MMeLdHyFIALioycq+LFcA71v0S2xpQUX2cw6pPbHQjaibcHYwLnmK/kMZaWuGfGfjBJZ3wRUq+dOaWsvrPJVvA==",
15449
+ "version": "9.3.0",
15450
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.3.0.tgz",
15451
+ "integrity": "sha512-ZNO1In0QuWZLDngSLcn5H4ExRhYOd1rDcWnwc/LuR55cO1d6Sex6+T6RiSQwp/tyEg7eNWx+MUdJGL7Fu1kMjw==",
15546
15452
  "requires": {
15547
- "@octokit/openapi-types": "^17.2.0"
15453
+ "@octokit/openapi-types": "^18.0.0"
15548
15454
  }
15549
15455
  }
15550
15456
  }
@@ -16682,9 +16588,9 @@
16682
16588
  "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA=="
16683
16589
  },
16684
16590
  "cacheable-request": {
16685
- "version": "7.0.2",
16686
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz",
16687
- "integrity": "sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==",
16591
+ "version": "7.0.4",
16592
+ "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
16593
+ "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
16688
16594
  "requires": {
16689
16595
  "clone-response": "^1.0.2",
16690
16596
  "get-stream": "^5.1.0",
@@ -17637,17 +17543,17 @@
17637
17543
  },
17638
17544
  "dependencies": {
17639
17545
  "@typescript-eslint/types": {
17640
- "version": "5.59.8",
17641
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz",
17642
- "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w=="
17546
+ "version": "5.59.9",
17547
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
17548
+ "integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw=="
17643
17549
  },
17644
17550
  "@typescript-eslint/typescript-estree": {
17645
- "version": "5.59.8",
17646
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz",
17647
- "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==",
17551
+ "version": "5.59.9",
17552
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
17553
+ "integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
17648
17554
  "requires": {
17649
- "@typescript-eslint/types": "5.59.8",
17650
- "@typescript-eslint/visitor-keys": "5.59.8",
17555
+ "@typescript-eslint/types": "5.59.9",
17556
+ "@typescript-eslint/visitor-keys": "5.59.9",
17651
17557
  "debug": "^4.3.4",
17652
17558
  "globby": "^11.1.0",
17653
17559
  "is-glob": "^4.0.3",
@@ -17656,11 +17562,11 @@
17656
17562
  }
17657
17563
  },
17658
17564
  "@typescript-eslint/visitor-keys": {
17659
- "version": "5.59.8",
17660
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz",
17661
- "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==",
17565
+ "version": "5.59.9",
17566
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
17567
+ "integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
17662
17568
  "requires": {
17663
- "@typescript-eslint/types": "5.59.8",
17569
+ "@typescript-eslint/types": "5.59.9",
17664
17570
  "eslint-visitor-keys": "^3.3.0"
17665
17571
  }
17666
17572
  },
@@ -19073,9 +18979,9 @@
19073
18979
  }
19074
18980
  },
19075
18981
  "hot-shots": {
19076
- "version": "9.3.0",
19077
- "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz",
19078
- "integrity": "sha512-e4tgWptiBvlIMnAX0ORe+dNEt0HznD+T2ckzXDUwCBsU7uWr2mwq5UtoT+Df5r9hD5S/DuP8rTxJUQvqAFSFKA==",
18982
+ "version": "10.0.0",
18983
+ "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-10.0.0.tgz",
18984
+ "integrity": "sha512-uy/uGpuJk7yuyiKRfZMBNkF1GAOX5O2ifO9rDCaX9jw8fu6eW9QeWC7WRPDI+O98frW1HQgV3+xwjWsZPECIzQ==",
19079
18985
  "requires": {
19080
18986
  "unix-dgram": "2.x"
19081
18987
  }
@@ -20693,11 +20599,11 @@
20693
20599
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
20694
20600
  },
20695
20601
  "netlify": {
20696
- "version": "13.1.7",
20697
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.7.tgz",
20698
- "integrity": "sha512-4gFiuDxFIV2UhgxelPNwXf56XJ+KSaOdokt65I+y1/ShOwUgDeKOUBUmXsBg5JhqIg20SWtgbbx2HmhiDGDn3Q==",
20602
+ "version": "13.1.8",
20603
+ "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.8.tgz",
20604
+ "integrity": "sha512-ad+FNFSoEbcvi88ISpBvphfKXn2rW69V+mocKmQrUkDSmTSXaUlxABIeJYeaZrdSd9RP4VOG3vRQgQZAzRualw==",
20699
20605
  "requires": {
20700
- "@netlify/open-api": "^2.18.0",
20606
+ "@netlify/open-api": "^2.19.0",
20701
20607
  "lodash-es": "^4.17.21",
20702
20608
  "micro-api-client": "^3.3.0",
20703
20609
  "node-fetch": "^3.0.0",
@@ -20762,22 +20668,17 @@
20762
20668
  }
20763
20669
  },
20764
20670
  "netlify-redirect-parser": {
20765
- "version": "14.1.2",
20766
- "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.1.2.tgz",
20767
- "integrity": "sha512-o60UH53BdypS3Z8frk/vQjscwHxRFGAxZJ3XAFCK3mPURnIlQAseiprvnuGphbbaM1zMzWa/Y4wKf0rloz7dyA==",
20671
+ "version": "14.1.3",
20672
+ "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.1.3.tgz",
20673
+ "integrity": "sha512-23svKHdO2QUEJHo3knQV1EpAh8UX/+8zQmwxVMSby4/NRj5vPS+u/yKesY/uHAgcw/28HwvEUGQdbXsPPe7J/Q==",
20768
20674
  "requires": {
20769
20675
  "fast-safe-stringify": "^2.1.1",
20770
- "filter-obj": "^3.0.0",
20676
+ "filter-obj": "^5.0.0",
20771
20677
  "is-plain-obj": "^4.0.0",
20772
20678
  "path-exists": "^5.0.0",
20773
20679
  "toml": "^3.0.0"
20774
20680
  },
20775
20681
  "dependencies": {
20776
- "filter-obj": {
20777
- "version": "3.0.0",
20778
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
20779
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
20780
- },
20781
20682
  "path-exists": {
20782
20683
  "version": "5.0.0",
20783
20684
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "15.4.0",
4
+ "version": "15.4.2",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -44,13 +44,13 @@
44
44
  "dependencies": {
45
45
  "@bugsnag/js": "7.20.2",
46
46
  "@fastify/static": "6.10.2",
47
- "@netlify/build": "29.12.1",
48
- "@netlify/build-info": "7.0.5",
49
- "@netlify/config": "20.4.4",
50
- "@netlify/edge-bundler": "8.16.1",
51
- "@netlify/framework-info": "9.8.9",
47
+ "@netlify/build": "29.12.2",
48
+ "@netlify/build-info": "7.0.6",
49
+ "@netlify/config": "20.4.5",
50
+ "@netlify/edge-bundler": "8.16.2",
51
+ "@netlify/framework-info": "9.8.10",
52
52
  "@netlify/local-functions-proxy": "1.1.1",
53
- "@netlify/zip-it-and-ship-it": "9.8.0",
53
+ "@netlify/zip-it-and-ship-it": "9.8.1",
54
54
  "@octokit/rest": "19.0.11",
55
55
  "@skn0tt/lambda-local": "2.0.3",
56
56
  "ansi-escapes": "6.2.0",
@@ -114,9 +114,9 @@
114
114
  "log-update": "5.0.1",
115
115
  "minimist": "1.2.8",
116
116
  "multiparty": "4.2.3",
117
- "netlify": "13.1.7",
117
+ "netlify": "13.1.8",
118
118
  "netlify-headers-parser": "7.1.2",
119
- "netlify-redirect-parser": "14.1.2",
119
+ "netlify-redirect-parser": "14.1.3",
120
120
  "netlify-redirector": "0.4.0",
121
121
  "node-fetch": "2.6.11",
122
122
  "node-version-alias": "3.4.1",
@@ -139,6 +139,7 @@ export const createFormSubmissionHandler = function ({ functionsRegistry, siteUr
139
139
  'content-length': data.length,
140
140
  'content-type': 'application/json',
141
141
  'x-netlify-original-pathname': originalUrl.pathname,
142
+ 'x-netlify-original-search': originalUrl.search,
142
143
  }
143
144
 
144
145
  next()
@@ -84,7 +84,14 @@ export const createHandler = function (options) {
84
84
  requestPath = request.header('x-netlify-original-pathname')
85
85
  delete request.headers['x-netlify-original-pathname']
86
86
  }
87
- const queryParams = Object.entries(request.query).reduce(
87
+
88
+ let requestQuery = request.query
89
+ if (request.header('x-netlify-original-search')) {
90
+ requestQuery = Object.fromEntries(new URLSearchParams(request.header('x-netlify-original-search')))
91
+ delete request.headers['x-netlify-original-search']
92
+ }
93
+
94
+ const queryParams = Object.entries(requestQuery).reduce(
88
95
  (prev, [key, value]) => ({ ...prev, [key]: Array.isArray(value) ? value : [value] }),
89
96
  {},
90
97
  )
@@ -92,7 +99,7 @@ export const createHandler = function (options) {
92
99
  (prev, [key, value]) => ({ ...prev, [key]: Array.isArray(value) ? value : [value] }),
93
100
  {},
94
101
  )
95
- const rawQuery = new URLSearchParams(request.query).toString()
102
+ const rawQuery = new URLSearchParams(requestQuery).toString()
96
103
  const protocol = options.config?.dev?.https ? 'https' : 'http'
97
104
  const url = new URL(requestPath, `${protocol}://${request.get('host') || 'localhost'}`)
98
105
  url.search = rawQuery
@@ -301,7 +301,10 @@ const serveRedirect = async function ({ env, match, options, proxy, req, res, si
301
301
  }
302
302
 
303
303
  if (isFunction(options.functionsPort, req.url)) {
304
- req.headers['x-netlify-original-pathname'] = reqToURL(req, originalURL).pathname
304
+ const url = reqToURL(req, originalURL)
305
+ req.headers['x-netlify-original-pathname'] = url.pathname
306
+ req.headers['x-netlify-original-search'] = url.search
307
+
305
308
  return proxy.web(req, res, { target: options.functionsServer })
306
309
  }
307
310
  const addonUrl = getAddonUrl(options.addonsUrls, req)