netlify-cli 15.4.1 → 15.5.0

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.1",
3
+ "version": "15.5.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "15.4.1",
9
+ "version": "15.5.0",
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",
15
+ "@netlify/build": "29.12.2",
16
+ "@netlify/build-info": "7.0.6",
17
+ "@netlify/config": "20.4.5",
18
18
  "@netlify/edge-bundler": "8.16.2",
19
- "@netlify/framework-info": "9.8.9",
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"
@@ -806,45 +794,6 @@
806
794
  "node": ">= 14"
807
795
  }
808
796
  },
809
- "node_modules/@netlify/build/node_modules/@netlify/edge-bundler": {
810
- "version": "8.16.1",
811
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.1.tgz",
812
- "integrity": "sha512-nLwQchCruBwjr2bgptxisoa+i182PwNc9eu1NTqwVZCIwDJhdBPJQVH251VunT0NJEchnpqJ4nZdTce3y1G6zQ==",
813
- "dependencies": {
814
- "@import-maps/resolve": "^1.0.1",
815
- "ajv": "^8.11.2",
816
- "ajv-errors": "^3.0.0",
817
- "better-ajv-errors": "^1.2.0",
818
- "common-path-prefix": "^3.0.0",
819
- "env-paths": "^3.0.0",
820
- "execa": "^6.0.0",
821
- "find-up": "^6.3.0",
822
- "get-port": "^6.1.2",
823
- "glob-to-regexp": "^0.4.1",
824
- "is-path-inside": "^4.0.0",
825
- "jsonc-parser": "^3.2.0",
826
- "node-fetch": "^3.1.1",
827
- "node-stream-zip": "^1.15.0",
828
- "p-retry": "^5.1.1",
829
- "p-wait-for": "^4.1.0",
830
- "path-key": "^4.0.0",
831
- "regexp-tree": "^0.1.24",
832
- "semver": "^7.3.8",
833
- "tmp-promise": "^3.0.3",
834
- "uuid": "^9.0.0"
835
- },
836
- "engines": {
837
- "node": "^14.16.0 || >=16.0.0"
838
- }
839
- },
840
- "node_modules/@netlify/build/node_modules/@netlify/edge-bundler/node_modules/uuid": {
841
- "version": "9.0.0",
842
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
843
- "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
844
- "bin": {
845
- "uuid": "dist/bin/uuid"
846
- }
847
- },
848
797
  "node_modules/@netlify/build/node_modules/@sindresorhus/is": {
849
798
  "version": "5.4.1",
850
799
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.1.tgz",
@@ -867,29 +816,6 @@
867
816
  "node": ">=14.16"
868
817
  }
869
818
  },
870
- "node_modules/@netlify/build/node_modules/ajv": {
871
- "version": "8.12.0",
872
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
873
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
874
- "dependencies": {
875
- "fast-deep-equal": "^3.1.1",
876
- "json-schema-traverse": "^1.0.0",
877
- "require-from-string": "^2.0.2",
878
- "uri-js": "^4.2.2"
879
- },
880
- "funding": {
881
- "type": "github",
882
- "url": "https://github.com/sponsors/epoberezkin"
883
- }
884
- },
885
- "node_modules/@netlify/build/node_modules/ajv-errors": {
886
- "version": "3.0.0",
887
- "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
888
- "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
889
- "peerDependencies": {
890
- "ajv": "^8.0.1"
891
- }
892
- },
893
819
  "node_modules/@netlify/build/node_modules/cacheable-lookup": {
894
820
  "version": "7.0.0",
895
821
  "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
@@ -954,37 +880,15 @@
954
880
  }
955
881
  },
956
882
  "node_modules/@netlify/build/node_modules/figures": {
957
- "version": "4.0.1",
958
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
959
- "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==",
960
886
  "dependencies": {
961
887
  "escape-string-regexp": "^5.0.0",
962
888
  "is-unicode-supported": "^1.2.0"
963
889
  },
964
890
  "engines": {
965
- "node": ">=12"
966
- },
967
- "funding": {
968
- "url": "https://github.com/sponsors/sindresorhus"
969
- }
970
- },
971
- "node_modules/@netlify/build/node_modules/filter-obj": {
972
- "version": "3.0.0",
973
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
974
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
975
- "engines": {
976
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
977
- },
978
- "funding": {
979
- "url": "https://github.com/sponsors/sindresorhus"
980
- }
981
- },
982
- "node_modules/@netlify/build/node_modules/get-port": {
983
- "version": "6.1.2",
984
- "resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
985
- "integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw==",
986
- "engines": {
987
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
891
+ "node": ">=14"
988
892
  },
989
893
  "funding": {
990
894
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1045,22 +949,6 @@
1045
949
  "url": "https://github.com/sponsors/sindresorhus"
1046
950
  }
1047
951
  },
1048
- "node_modules/@netlify/build/node_modules/is-path-inside": {
1049
- "version": "4.0.0",
1050
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
1051
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==",
1052
- "engines": {
1053
- "node": ">=12"
1054
- },
1055
- "funding": {
1056
- "url": "https://github.com/sponsors/sindresorhus"
1057
- }
1058
- },
1059
- "node_modules/@netlify/build/node_modules/json-schema-traverse": {
1060
- "version": "1.0.0",
1061
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
1062
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
1063
- },
1064
952
  "node_modules/@netlify/build/node_modules/lowercase-keys": {
1065
953
  "version": "3.0.0",
1066
954
  "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
@@ -1094,23 +982,6 @@
1094
982
  "url": "https://github.com/sponsors/sindresorhus"
1095
983
  }
1096
984
  },
1097
- "node_modules/@netlify/build/node_modules/node-fetch": {
1098
- "version": "3.3.1",
1099
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz",
1100
- "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==",
1101
- "dependencies": {
1102
- "data-uri-to-buffer": "^4.0.0",
1103
- "fetch-blob": "^3.1.4",
1104
- "formdata-polyfill": "^4.0.10"
1105
- },
1106
- "engines": {
1107
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1108
- },
1109
- "funding": {
1110
- "type": "opencollective",
1111
- "url": "https://opencollective.com/node-fetch"
1112
- }
1113
- },
1114
985
  "node_modules/@netlify/build/node_modules/normalize-url": {
1115
986
  "version": "8.0.0",
1116
987
  "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
@@ -1186,31 +1057,6 @@
1186
1057
  "url": "https://github.com/sponsors/sindresorhus"
1187
1058
  }
1188
1059
  },
1189
- "node_modules/@netlify/build/node_modules/p-timeout": {
1190
- "version": "5.1.0",
1191
- "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
1192
- "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==",
1193
- "engines": {
1194
- "node": ">=12"
1195
- },
1196
- "funding": {
1197
- "url": "https://github.com/sponsors/sindresorhus"
1198
- }
1199
- },
1200
- "node_modules/@netlify/build/node_modules/p-wait-for": {
1201
- "version": "4.1.0",
1202
- "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
1203
- "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
1204
- "dependencies": {
1205
- "p-timeout": "^5.0.0"
1206
- },
1207
- "engines": {
1208
- "node": ">=12"
1209
- },
1210
- "funding": {
1211
- "url": "https://github.com/sponsors/sindresorhus"
1212
- }
1213
- },
1214
1060
  "node_modules/@netlify/build/node_modules/parse-ms": {
1215
1061
  "version": "3.0.0",
1216
1062
  "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-3.0.0.tgz",
@@ -1242,14 +1088,14 @@
1242
1088
  }
1243
1089
  },
1244
1090
  "node_modules/@netlify/build/node_modules/pkg-dir": {
1245
- "version": "6.0.1",
1246
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-6.0.1.tgz",
1247
- "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==",
1248
1094
  "dependencies": {
1249
- "find-up": "^6.1.0"
1095
+ "find-up": "^6.3.0"
1250
1096
  },
1251
1097
  "engines": {
1252
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1098
+ "node": ">=14.16"
1253
1099
  },
1254
1100
  "funding": {
1255
1101
  "url": "https://github.com/sponsors/sindresorhus"
@@ -1385,9 +1231,9 @@
1385
1231
  }
1386
1232
  },
1387
1233
  "node_modules/@netlify/config": {
1388
- "version": "20.4.4",
1389
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.4.tgz",
1390
- "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==",
1391
1237
  "dependencies": {
1392
1238
  "chalk": "^5.0.0",
1393
1239
  "cron-parser": "^4.1.0",
@@ -1395,16 +1241,16 @@
1395
1241
  "dot-prop": "^7.0.0",
1396
1242
  "execa": "^6.0.0",
1397
1243
  "fast-safe-stringify": "^2.0.7",
1398
- "figures": "^4.0.0",
1399
- "filter-obj": "^3.0.0",
1244
+ "figures": "^5.0.0",
1245
+ "filter-obj": "^5.0.0",
1400
1246
  "find-up": "^6.0.0",
1401
1247
  "indent-string": "^5.0.0",
1402
1248
  "is-plain-obj": "^4.0.0",
1403
1249
  "js-yaml": "^4.0.0",
1404
1250
  "map-obj": "^5.0.0",
1405
- "netlify": "^13.1.7",
1251
+ "netlify": "^13.1.8",
1406
1252
  "netlify-headers-parser": "^7.1.2",
1407
- "netlify-redirect-parser": "^14.1.2",
1253
+ "netlify-redirect-parser": "^14.1.3",
1408
1254
  "omit.js": "^2.0.2",
1409
1255
  "p-locate": "^6.0.0",
1410
1256
  "path-type": "^5.0.0",
@@ -1454,26 +1300,15 @@
1454
1300
  }
1455
1301
  },
1456
1302
  "node_modules/@netlify/config/node_modules/figures": {
1457
- "version": "4.0.1",
1458
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
1459
- "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==",
1460
1306
  "dependencies": {
1461
1307
  "escape-string-regexp": "^5.0.0",
1462
1308
  "is-unicode-supported": "^1.2.0"
1463
1309
  },
1464
1310
  "engines": {
1465
- "node": ">=12"
1466
- },
1467
- "funding": {
1468
- "url": "https://github.com/sponsors/sindresorhus"
1469
- }
1470
- },
1471
- "node_modules/@netlify/config/node_modules/filter-obj": {
1472
- "version": "3.0.0",
1473
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
1474
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
1475
- "engines": {
1476
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
1311
+ "node": ">=14"
1477
1312
  },
1478
1313
  "funding": {
1479
1314
  "url": "https://github.com/sponsors/sindresorhus"
@@ -2125,12 +1960,12 @@
2125
1960
  }
2126
1961
  },
2127
1962
  "node_modules/@netlify/framework-info": {
2128
- "version": "9.8.9",
2129
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.9.tgz",
2130
- "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==",
2131
1966
  "dependencies": {
2132
1967
  "ajv": "^8.12.0",
2133
- "filter-obj": "^3.0.0",
1968
+ "filter-obj": "^5.0.0",
2134
1969
  "find-up": "^6.3.0",
2135
1970
  "is-plain-obj": "^4.0.0",
2136
1971
  "locate-path": "^7.0.0",
@@ -2159,17 +1994,6 @@
2159
1994
  "url": "https://github.com/sponsors/epoberezkin"
2160
1995
  }
2161
1996
  },
2162
- "node_modules/@netlify/framework-info/node_modules/filter-obj": {
2163
- "version": "3.0.0",
2164
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
2165
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
2166
- "engines": {
2167
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
2168
- },
2169
- "funding": {
2170
- "url": "https://github.com/sponsors/sindresorhus"
2171
- }
2172
- },
2173
1997
  "node_modules/@netlify/framework-info/node_modules/json-schema-traverse": {
2174
1998
  "version": "1.0.0",
2175
1999
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -2215,11 +2039,11 @@
2215
2039
  }
2216
2040
  },
2217
2041
  "node_modules/@netlify/functions-utils": {
2218
- "version": "5.2.10",
2219
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.10.tgz",
2220
- "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==",
2221
2045
  "dependencies": {
2222
- "@netlify/zip-it-and-ship-it": "9.8.0",
2046
+ "@netlify/zip-it-and-ship-it": "9.8.1",
2223
2047
  "cpy": "^9.0.0",
2224
2048
  "path-exists": "^5.0.0"
2225
2049
  },
@@ -2538,9 +2362,9 @@
2538
2362
  }
2539
2363
  },
2540
2364
  "node_modules/@netlify/open-api": {
2541
- "version": "2.18.0",
2542
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.18.0.tgz",
2543
- "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=="
2544
2368
  },
2545
2369
  "node_modules/@netlify/plugins-list": {
2546
2370
  "version": "6.68.0",
@@ -2639,12 +2463,11 @@
2639
2463
  }
2640
2464
  },
2641
2465
  "node_modules/@netlify/zip-it-and-ship-it": {
2642
- "version": "9.8.0",
2643
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.8.0.tgz",
2644
- "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==",
2645
2469
  "dependencies": {
2646
- "@babel/parser": "7.16.8",
2647
- "@babel/parser_latest": "npm:@babel/parser@7.22.4",
2470
+ "@babel/parser": "^7.22.5",
2648
2471
  "@netlify/binary-info": "^1.0.0",
2649
2472
  "@netlify/esbuild": "0.14.39",
2650
2473
  "@netlify/serverless-functions-api": "^1.5.0",
@@ -2682,17 +2505,6 @@
2682
2505
  "node": "^14.18.0 || >=16.0.0"
2683
2506
  }
2684
2507
  },
2685
- "node_modules/@netlify/zip-it-and-ship-it/node_modules/@babel/parser": {
2686
- "version": "7.16.8",
2687
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
2688
- "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==",
2689
- "bin": {
2690
- "parser": "bin/babel-parser.js"
2691
- },
2692
- "engines": {
2693
- "node": ">=6.0.0"
2694
- }
2695
- },
2696
2508
  "node_modules/@netlify/zip-it-and-ship-it/node_modules/brace-expansion": {
2697
2509
  "version": "2.0.1",
2698
2510
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
@@ -2893,16 +2705,16 @@
2893
2705
  }
2894
2706
  },
2895
2707
  "node_modules/@octokit/core/node_modules/@octokit/openapi-types": {
2896
- "version": "17.2.0",
2897
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2898
- "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=="
2899
2711
  },
2900
2712
  "node_modules/@octokit/core/node_modules/@octokit/types": {
2901
- "version": "9.2.3",
2902
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2903
- "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==",
2904
2716
  "dependencies": {
2905
- "@octokit/openapi-types": "^17.2.0"
2717
+ "@octokit/openapi-types": "^18.0.0"
2906
2718
  }
2907
2719
  },
2908
2720
  "node_modules/@octokit/endpoint": {
@@ -2952,16 +2764,16 @@
2952
2764
  }
2953
2765
  },
2954
2766
  "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/openapi-types": {
2955
- "version": "17.2.0",
2956
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2957
- "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=="
2958
2770
  },
2959
2771
  "node_modules/@octokit/plugin-paginate-rest/node_modules/@octokit/types": {
2960
- "version": "9.2.3",
2961
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2962
- "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==",
2963
2775
  "dependencies": {
2964
- "@octokit/openapi-types": "^17.2.0"
2776
+ "@octokit/openapi-types": "^18.0.0"
2965
2777
  }
2966
2778
  },
2967
2779
  "node_modules/@octokit/plugin-request-log": {
@@ -2988,16 +2800,16 @@
2988
2800
  }
2989
2801
  },
2990
2802
  "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/openapi-types": {
2991
- "version": "17.2.0",
2992
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
2993
- "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=="
2994
2806
  },
2995
2807
  "node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types": {
2996
- "version": "9.2.3",
2997
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
2998
- "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==",
2999
2811
  "dependencies": {
3000
- "@octokit/openapi-types": "^17.2.0"
2812
+ "@octokit/openapi-types": "^18.0.0"
3001
2813
  }
3002
2814
  },
3003
2815
  "node_modules/@octokit/request": {
@@ -4481,9 +4293,9 @@
4481
4293
  }
4482
4294
  },
4483
4295
  "node_modules/cacheable-request": {
4484
- "version": "7.0.2",
4485
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz",
4486
- "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==",
4487
4299
  "dependencies": {
4488
4300
  "clone-response": "^1.0.2",
4489
4301
  "get-stream": "^5.1.0",
@@ -7696,11 +7508,11 @@
7696
7508
  }
7697
7509
  },
7698
7510
  "node_modules/hot-shots": {
7699
- "version": "9.3.0",
7700
- "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz",
7701
- "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==",
7702
7514
  "engines": {
7703
- "node": ">=6.0.0"
7515
+ "node": ">=10.0.0"
7704
7516
  },
7705
7517
  "optionalDependencies": {
7706
7518
  "unix-dgram": "2.x"
@@ -9949,11 +9761,11 @@
9949
9761
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
9950
9762
  },
9951
9763
  "node_modules/netlify": {
9952
- "version": "13.1.7",
9953
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.7.tgz",
9954
- "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==",
9955
9767
  "dependencies": {
9956
- "@netlify/open-api": "^2.18.0",
9768
+ "@netlify/open-api": "^2.19.0",
9957
9769
  "lodash-es": "^4.17.21",
9958
9770
  "micro-api-client": "^3.3.0",
9959
9771
  "node-fetch": "^3.0.0",
@@ -10012,12 +9824,12 @@
10012
9824
  }
10013
9825
  },
10014
9826
  "node_modules/netlify-redirect-parser": {
10015
- "version": "14.1.2",
10016
- "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.1.2.tgz",
10017
- "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==",
10018
9830
  "dependencies": {
10019
9831
  "fast-safe-stringify": "^2.1.1",
10020
- "filter-obj": "^3.0.0",
9832
+ "filter-obj": "^5.0.0",
10021
9833
  "is-plain-obj": "^4.0.0",
10022
9834
  "path-exists": "^5.0.0",
10023
9835
  "toml": "^3.0.0"
@@ -10026,17 +9838,6 @@
10026
9838
  "node": "^14.16.0 || >=16.0.0"
10027
9839
  }
10028
9840
  },
10029
- "node_modules/netlify-redirect-parser/node_modules/filter-obj": {
10030
- "version": "3.0.0",
10031
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
10032
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg==",
10033
- "engines": {
10034
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
10035
- },
10036
- "funding": {
10037
- "url": "https://github.com/sponsors/sindresorhus"
10038
- }
10039
- },
10040
9841
  "node_modules/netlify-redirect-parser/node_modules/path-exists": {
10041
9842
  "version": "5.0.0",
10042
9843
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",
@@ -13896,24 +13697,24 @@
13896
13697
  },
13897
13698
  "dependencies": {
13898
13699
  "@babel/code-frame": {
13899
- "version": "7.21.4",
13900
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz",
13901
- "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==",
13902
13703
  "requires": {
13903
- "@babel/highlight": "^7.18.6"
13704
+ "@babel/highlight": "^7.22.5"
13904
13705
  }
13905
13706
  },
13906
13707
  "@babel/helper-validator-identifier": {
13907
- "version": "7.19.1",
13908
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
13909
- "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=="
13910
13711
  },
13911
13712
  "@babel/highlight": {
13912
- "version": "7.18.6",
13913
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
13914
- "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==",
13915
13716
  "requires": {
13916
- "@babel/helper-validator-identifier": "^7.18.6",
13717
+ "@babel/helper-validator-identifier": "^7.22.5",
13917
13718
  "chalk": "^2.0.0",
13918
13719
  "js-tokens": "^4.0.0"
13919
13720
  },
@@ -13957,14 +13758,9 @@
13957
13758
  }
13958
13759
  },
13959
13760
  "@babel/parser": {
13960
- "version": "7.22.4",
13961
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
13962
- "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA=="
13963
- },
13964
- "@babel/parser_latest": {
13965
- "version": "npm:@babel/parser@7.22.4",
13966
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
13967
- "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=="
13968
13764
  },
13969
13765
  "@bugsnag/browser": {
13970
13766
  "version": "7.20.2",
@@ -14317,29 +14113,29 @@
14317
14113
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
14318
14114
  },
14319
14115
  "@netlify/build": {
14320
- "version": "29.12.1",
14321
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.12.1.tgz",
14322
- "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==",
14323
14119
  "requires": {
14324
14120
  "@bugsnag/js": "^7.0.0",
14325
14121
  "@netlify/cache-utils": "^5.1.5",
14326
- "@netlify/config": "^20.4.4",
14327
- "@netlify/edge-bundler": "8.16.1",
14328
- "@netlify/framework-info": "^9.8.9",
14329
- "@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",
14330
14126
  "@netlify/git-utils": "^5.1.1",
14331
14127
  "@netlify/plugins-list": "^6.68.0",
14332
14128
  "@netlify/run-utils": "^5.1.1",
14333
- "@netlify/zip-it-and-ship-it": "9.8.0",
14129
+ "@netlify/zip-it-and-ship-it": "9.8.1",
14334
14130
  "@sindresorhus/slugify": "^2.0.0",
14335
14131
  "ansi-escapes": "^6.0.0",
14336
14132
  "chalk": "^5.0.0",
14337
14133
  "clean-stack": "^4.0.0",
14338
14134
  "execa": "^6.0.0",
14339
- "figures": "^4.0.0",
14340
- "filter-obj": "^3.0.0",
14135
+ "figures": "^5.0.0",
14136
+ "filter-obj": "^5.0.0",
14341
14137
  "got": "^12.0.0",
14342
- "hot-shots": "9.3.0",
14138
+ "hot-shots": "10.0.0",
14343
14139
  "indent-string": "^5.0.0",
14344
14140
  "is-plain-obj": "^4.0.0",
14345
14141
  "js-yaml": "^4.0.0",
@@ -14356,7 +14152,7 @@
14356
14152
  "p-reduce": "^3.0.0",
14357
14153
  "path-exists": "^5.0.0",
14358
14154
  "path-type": "^5.0.0",
14359
- "pkg-dir": "^6.0.0",
14155
+ "pkg-dir": "^7.0.0",
14360
14156
  "pretty-ms": "^8.0.0",
14361
14157
  "ps-list": "^8.0.0",
14362
14158
  "read-pkg-up": "^9.0.0",
@@ -14376,41 +14172,6 @@
14376
14172
  "yargs": "^17.6.0"
14377
14173
  },
14378
14174
  "dependencies": {
14379
- "@netlify/edge-bundler": {
14380
- "version": "8.16.1",
14381
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.1.tgz",
14382
- "integrity": "sha512-nLwQchCruBwjr2bgptxisoa+i182PwNc9eu1NTqwVZCIwDJhdBPJQVH251VunT0NJEchnpqJ4nZdTce3y1G6zQ==",
14383
- "requires": {
14384
- "@import-maps/resolve": "^1.0.1",
14385
- "ajv": "^8.11.2",
14386
- "ajv-errors": "^3.0.0",
14387
- "better-ajv-errors": "^1.2.0",
14388
- "common-path-prefix": "^3.0.0",
14389
- "env-paths": "^3.0.0",
14390
- "execa": "^6.0.0",
14391
- "find-up": "^6.3.0",
14392
- "get-port": "^6.1.2",
14393
- "glob-to-regexp": "^0.4.1",
14394
- "is-path-inside": "^4.0.0",
14395
- "jsonc-parser": "^3.2.0",
14396
- "node-fetch": "^3.1.1",
14397
- "node-stream-zip": "^1.15.0",
14398
- "p-retry": "^5.1.1",
14399
- "p-wait-for": "^4.1.0",
14400
- "path-key": "^4.0.0",
14401
- "regexp-tree": "^0.1.24",
14402
- "semver": "^7.3.8",
14403
- "tmp-promise": "^3.0.3",
14404
- "uuid": "^9.0.0"
14405
- },
14406
- "dependencies": {
14407
- "uuid": {
14408
- "version": "9.0.0",
14409
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
14410
- "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg=="
14411
- }
14412
- }
14413
- },
14414
14175
  "@sindresorhus/is": {
14415
14176
  "version": "5.4.1",
14416
14177
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.1.tgz",
@@ -14424,23 +14185,6 @@
14424
14185
  "defer-to-connect": "^2.0.1"
14425
14186
  }
14426
14187
  },
14427
- "ajv": {
14428
- "version": "8.12.0",
14429
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
14430
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
14431
- "requires": {
14432
- "fast-deep-equal": "^3.1.1",
14433
- "json-schema-traverse": "^1.0.0",
14434
- "require-from-string": "^2.0.2",
14435
- "uri-js": "^4.2.2"
14436
- }
14437
- },
14438
- "ajv-errors": {
14439
- "version": "3.0.0",
14440
- "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-3.0.0.tgz",
14441
- "integrity": "sha512-V3wD15YHfHz6y0KdhYFjyy9vWtEVALT9UrxfN3zqlI6dMioHnJrqOYfyPKol3oqrnCM9uwkcdCwkJ0WUcbLMTQ==",
14442
- "requires": {}
14443
- },
14444
14188
  "cacheable-lookup": {
14445
14189
  "version": "7.0.0",
14446
14190
  "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
@@ -14487,24 +14231,14 @@
14487
14231
  }
14488
14232
  },
14489
14233
  "figures": {
14490
- "version": "4.0.1",
14491
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
14492
- "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==",
14493
14237
  "requires": {
14494
14238
  "escape-string-regexp": "^5.0.0",
14495
14239
  "is-unicode-supported": "^1.2.0"
14496
14240
  }
14497
14241
  },
14498
- "filter-obj": {
14499
- "version": "3.0.0",
14500
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
14501
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
14502
- },
14503
- "get-port": {
14504
- "version": "6.1.2",
14505
- "resolved": "https://registry.npmjs.org/get-port/-/get-port-6.1.2.tgz",
14506
- "integrity": "sha512-BrGGraKm2uPqurfGVj/z97/zv8dPleC6x9JBNRTrDNtCkkRF4rPwrQXFgL7+I+q8QSdU4ntLQX2D7KIxSy8nGw=="
14507
- },
14508
14242
  "got": {
14509
14243
  "version": "12.6.1",
14510
14244
  "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
@@ -14542,16 +14276,6 @@
14542
14276
  "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz",
14543
14277
  "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg=="
14544
14278
  },
14545
- "is-path-inside": {
14546
- "version": "4.0.0",
14547
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-4.0.0.tgz",
14548
- "integrity": "sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA=="
14549
- },
14550
- "json-schema-traverse": {
14551
- "version": "1.0.0",
14552
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
14553
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
14554
- },
14555
14279
  "lowercase-keys": {
14556
14280
  "version": "3.0.0",
14557
14281
  "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
@@ -14567,16 +14291,6 @@
14567
14291
  "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
14568
14292
  "integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg=="
14569
14293
  },
14570
- "node-fetch": {
14571
- "version": "3.3.1",
14572
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz",
14573
- "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==",
14574
- "requires": {
14575
- "data-uri-to-buffer": "^4.0.0",
14576
- "fetch-blob": "^3.1.4",
14577
- "formdata-polyfill": "^4.0.10"
14578
- }
14579
- },
14580
14294
  "normalize-url": {
14581
14295
  "version": "8.0.0",
14582
14296
  "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
@@ -14619,19 +14333,6 @@
14619
14333
  "p-limit": "^4.0.0"
14620
14334
  }
14621
14335
  },
14622
- "p-timeout": {
14623
- "version": "5.1.0",
14624
- "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
14625
- "integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew=="
14626
- },
14627
- "p-wait-for": {
14628
- "version": "4.1.0",
14629
- "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-4.1.0.tgz",
14630
- "integrity": "sha512-i8nE5q++9h8oaQHWltS1Tnnv4IoMDOlqN7C0KFG2OdbK0iFJIt6CROZ8wfBM+K4Pxqfnq4C4lkkpXqTEpB5DZw==",
14631
- "requires": {
14632
- "p-timeout": "^5.0.0"
14633
- }
14634
- },
14635
14336
  "parse-ms": {
14636
14337
  "version": "3.0.0",
14637
14338
  "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-3.0.0.tgz",
@@ -14648,11 +14349,11 @@
14648
14349
  "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg=="
14649
14350
  },
14650
14351
  "pkg-dir": {
14651
- "version": "6.0.1",
14652
- "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-6.0.1.tgz",
14653
- "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==",
14654
14355
  "requires": {
14655
- "find-up": "^6.1.0"
14356
+ "find-up": "^6.3.0"
14656
14357
  }
14657
14358
  },
14658
14359
  "pretty-ms": {
@@ -14699,14 +14400,14 @@
14699
14400
  }
14700
14401
  },
14701
14402
  "@netlify/build-info": {
14702
- "version": "7.0.5",
14703
- "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.5.tgz",
14704
- "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==",
14705
14406
  "requires": {
14706
14407
  "@bugsnag/js": "^7.20.0",
14707
- "@netlify/framework-info": "^9.8.9",
14408
+ "@netlify/framework-info": "^9.8.10",
14708
14409
  "find-up": "^6.3.0",
14709
- "minimatch": "^6.2.0",
14410
+ "minimatch": "^9.0.0",
14710
14411
  "read-pkg": "^7.1.0",
14711
14412
  "semver": "^7.3.8",
14712
14413
  "yaml": "^2.1.3",
@@ -14722,9 +14423,9 @@
14722
14423
  }
14723
14424
  },
14724
14425
  "minimatch": {
14725
- "version": "6.2.0",
14726
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz",
14727
- "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==",
14728
14429
  "requires": {
14729
14430
  "brace-expansion": "^2.0.1"
14730
14431
  }
@@ -14792,9 +14493,9 @@
14792
14493
  }
14793
14494
  },
14794
14495
  "@netlify/config": {
14795
- "version": "20.4.4",
14796
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.4.4.tgz",
14797
- "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==",
14798
14499
  "requires": {
14799
14500
  "chalk": "^5.0.0",
14800
14501
  "cron-parser": "^4.1.0",
@@ -14802,16 +14503,16 @@
14802
14503
  "dot-prop": "^7.0.0",
14803
14504
  "execa": "^6.0.0",
14804
14505
  "fast-safe-stringify": "^2.0.7",
14805
- "figures": "^4.0.0",
14806
- "filter-obj": "^3.0.0",
14506
+ "figures": "^5.0.0",
14507
+ "filter-obj": "^5.0.0",
14807
14508
  "find-up": "^6.0.0",
14808
14509
  "indent-string": "^5.0.0",
14809
14510
  "is-plain-obj": "^4.0.0",
14810
14511
  "js-yaml": "^4.0.0",
14811
14512
  "map-obj": "^5.0.0",
14812
- "netlify": "^13.1.7",
14513
+ "netlify": "^13.1.8",
14813
14514
  "netlify-headers-parser": "^7.1.2",
14814
- "netlify-redirect-parser": "^14.1.2",
14515
+ "netlify-redirect-parser": "^14.1.3",
14815
14516
  "omit.js": "^2.0.2",
14816
14517
  "p-locate": "^6.0.0",
14817
14518
  "path-type": "^5.0.0",
@@ -14843,19 +14544,14 @@
14843
14544
  }
14844
14545
  },
14845
14546
  "figures": {
14846
- "version": "4.0.1",
14847
- "resolved": "https://registry.npmjs.org/figures/-/figures-4.0.1.tgz",
14848
- "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==",
14849
14550
  "requires": {
14850
14551
  "escape-string-regexp": "^5.0.0",
14851
14552
  "is-unicode-supported": "^1.2.0"
14852
14553
  }
14853
14554
  },
14854
- "filter-obj": {
14855
- "version": "3.0.0",
14856
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
14857
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
14858
- },
14859
14555
  "human-signals": {
14860
14556
  "version": "3.0.1",
14861
14557
  "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-3.0.1.tgz",
@@ -15195,12 +14891,12 @@
15195
14891
  "optional": true
15196
14892
  },
15197
14893
  "@netlify/framework-info": {
15198
- "version": "9.8.9",
15199
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.9.tgz",
15200
- "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==",
15201
14897
  "requires": {
15202
14898
  "ajv": "^8.12.0",
15203
- "filter-obj": "^3.0.0",
14899
+ "filter-obj": "^5.0.0",
15204
14900
  "find-up": "^6.3.0",
15205
14901
  "is-plain-obj": "^4.0.0",
15206
14902
  "locate-path": "^7.0.0",
@@ -15222,11 +14918,6 @@
15222
14918
  "uri-js": "^4.2.2"
15223
14919
  }
15224
14920
  },
15225
- "filter-obj": {
15226
- "version": "3.0.0",
15227
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
15228
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
15229
- },
15230
14921
  "json-schema-traverse": {
15231
14922
  "version": "1.0.0",
15232
14923
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
@@ -15256,11 +14947,11 @@
15256
14947
  }
15257
14948
  },
15258
14949
  "@netlify/functions-utils": {
15259
- "version": "5.2.10",
15260
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.10.tgz",
15261
- "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==",
15262
14953
  "requires": {
15263
- "@netlify/zip-it-and-ship-it": "9.8.0",
14954
+ "@netlify/zip-it-and-ship-it": "9.8.1",
15264
14955
  "cpy": "^9.0.0",
15265
14956
  "path-exists": "^5.0.0"
15266
14957
  },
@@ -15430,9 +15121,9 @@
15430
15121
  "optional": true
15431
15122
  },
15432
15123
  "@netlify/open-api": {
15433
- "version": "2.18.0",
15434
- "resolved": "https://registry.npmjs.org/@netlify/open-api/-/open-api-2.18.0.tgz",
15435
- "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=="
15436
15127
  },
15437
15128
  "@netlify/plugins-list": {
15438
15129
  "version": "6.68.0",
@@ -15497,12 +15188,11 @@
15497
15188
  "integrity": "sha512-6O6mr4ynN4DWbI82nbt2ueq+tD9MeRD3BABTnjrxAJn85o79Lu3KFndr+Omur1OpbKEqIrWsFs0Bsi72DkPFbg=="
15498
15189
  },
15499
15190
  "@netlify/zip-it-and-ship-it": {
15500
- "version": "9.8.0",
15501
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.8.0.tgz",
15502
- "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==",
15503
15194
  "requires": {
15504
- "@babel/parser": "7.16.8",
15505
- "@babel/parser_latest": "npm:@babel/parser@7.22.4",
15195
+ "@babel/parser": "^7.22.5",
15506
15196
  "@netlify/binary-info": "^1.0.0",
15507
15197
  "@netlify/esbuild": "0.14.39",
15508
15198
  "@netlify/serverless-functions-api": "^1.5.0",
@@ -15534,11 +15224,6 @@
15534
15224
  "yargs": "^17.0.0"
15535
15225
  },
15536
15226
  "dependencies": {
15537
- "@babel/parser": {
15538
- "version": "7.16.8",
15539
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
15540
- "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
15541
- },
15542
15227
  "brace-expansion": {
15543
15228
  "version": "2.0.1",
15544
15229
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
@@ -15677,16 +15362,16 @@
15677
15362
  },
15678
15363
  "dependencies": {
15679
15364
  "@octokit/openapi-types": {
15680
- "version": "17.2.0",
15681
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15682
- "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=="
15683
15368
  },
15684
15369
  "@octokit/types": {
15685
- "version": "9.2.3",
15686
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15687
- "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==",
15688
15373
  "requires": {
15689
- "@octokit/openapi-types": "^17.2.0"
15374
+ "@octokit/openapi-types": "^18.0.0"
15690
15375
  }
15691
15376
  }
15692
15377
  }
@@ -15726,16 +15411,16 @@
15726
15411
  },
15727
15412
  "dependencies": {
15728
15413
  "@octokit/openapi-types": {
15729
- "version": "17.2.0",
15730
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15731
- "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=="
15732
15417
  },
15733
15418
  "@octokit/types": {
15734
- "version": "9.2.3",
15735
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15736
- "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==",
15737
15422
  "requires": {
15738
- "@octokit/openapi-types": "^17.2.0"
15423
+ "@octokit/openapi-types": "^18.0.0"
15739
15424
  }
15740
15425
  }
15741
15426
  }
@@ -15756,16 +15441,16 @@
15756
15441
  },
15757
15442
  "dependencies": {
15758
15443
  "@octokit/openapi-types": {
15759
- "version": "17.2.0",
15760
- "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-17.2.0.tgz",
15761
- "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=="
15762
15447
  },
15763
15448
  "@octokit/types": {
15764
- "version": "9.2.3",
15765
- "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.2.3.tgz",
15766
- "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==",
15767
15452
  "requires": {
15768
- "@octokit/openapi-types": "^17.2.0"
15453
+ "@octokit/openapi-types": "^18.0.0"
15769
15454
  }
15770
15455
  }
15771
15456
  }
@@ -16903,9 +16588,9 @@
16903
16588
  "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA=="
16904
16589
  },
16905
16590
  "cacheable-request": {
16906
- "version": "7.0.2",
16907
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.2.tgz",
16908
- "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==",
16909
16594
  "requires": {
16910
16595
  "clone-response": "^1.0.2",
16911
16596
  "get-stream": "^5.1.0",
@@ -19294,9 +18979,9 @@
19294
18979
  }
19295
18980
  },
19296
18981
  "hot-shots": {
19297
- "version": "9.3.0",
19298
- "resolved": "https://registry.npmjs.org/hot-shots/-/hot-shots-9.3.0.tgz",
19299
- "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==",
19300
18985
  "requires": {
19301
18986
  "unix-dgram": "2.x"
19302
18987
  }
@@ -20914,11 +20599,11 @@
20914
20599
  "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw=="
20915
20600
  },
20916
20601
  "netlify": {
20917
- "version": "13.1.7",
20918
- "resolved": "https://registry.npmjs.org/netlify/-/netlify-13.1.7.tgz",
20919
- "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==",
20920
20605
  "requires": {
20921
- "@netlify/open-api": "^2.18.0",
20606
+ "@netlify/open-api": "^2.19.0",
20922
20607
  "lodash-es": "^4.17.21",
20923
20608
  "micro-api-client": "^3.3.0",
20924
20609
  "node-fetch": "^3.0.0",
@@ -20983,22 +20668,17 @@
20983
20668
  }
20984
20669
  },
20985
20670
  "netlify-redirect-parser": {
20986
- "version": "14.1.2",
20987
- "resolved": "https://registry.npmjs.org/netlify-redirect-parser/-/netlify-redirect-parser-14.1.2.tgz",
20988
- "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==",
20989
20674
  "requires": {
20990
20675
  "fast-safe-stringify": "^2.1.1",
20991
- "filter-obj": "^3.0.0",
20676
+ "filter-obj": "^5.0.0",
20992
20677
  "is-plain-obj": "^4.0.0",
20993
20678
  "path-exists": "^5.0.0",
20994
20679
  "toml": "^3.0.0"
20995
20680
  },
20996
20681
  "dependencies": {
20997
- "filter-obj": {
20998
- "version": "3.0.0",
20999
- "resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-3.0.0.tgz",
21000
- "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
21001
- },
21002
20682
  "path-exists": {
21003
20683
  "version": "5.0.0",
21004
20684
  "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz",