netlify-cli 15.2.0 → 15.3.1

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.2.0",
3
+ "version": "15.3.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "15.2.0",
9
+ "version": "15.3.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@bugsnag/js": "7.20.2",
14
- "@fastify/static": "6.10.1",
15
- "@netlify/build": "29.11.6",
16
- "@netlify/build-info": "7.0.2",
14
+ "@fastify/static": "6.10.2",
15
+ "@netlify/build": "29.11.7",
16
+ "@netlify/build-info": "7.0.4",
17
17
  "@netlify/config": "20.4.3",
18
- "@netlify/edge-bundler": "8.15.0",
19
- "@netlify/framework-info": "9.8.7",
18
+ "@netlify/edge-bundler": "8.16.0",
19
+ "@netlify/framework-info": "9.8.8",
20
20
  "@netlify/local-functions-proxy": "1.1.1",
21
- "@netlify/zip-it-and-ship-it": "9.6.0",
21
+ "@netlify/zip-it-and-ship-it": "9.7.0",
22
22
  "@octokit/rest": "19.0.11",
23
23
  "@skn0tt/lambda-local": "2.0.3",
24
24
  "ansi-escapes": "6.2.0",
@@ -210,9 +210,9 @@
210
210
  }
211
211
  },
212
212
  "node_modules/@babel/parser": {
213
- "version": "7.21.9",
214
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.9.tgz",
215
- "integrity": "sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g==",
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
216
  "bin": {
217
217
  "parser": "bin/babel-parser.js"
218
218
  },
@@ -428,9 +428,9 @@
428
428
  }
429
429
  },
430
430
  "node_modules/@fastify/static": {
431
- "version": "6.10.1",
432
- "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.10.1.tgz",
433
- "integrity": "sha512-DNnG+5QenQcTQw37qk0/191STThnN6SbU+2XMpWtpYR3gQUfUvMax14jTT/jqNINNbCkQJaKMnPtpFPKo4/68g==",
431
+ "version": "6.10.2",
432
+ "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.10.2.tgz",
433
+ "integrity": "sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ==",
434
434
  "dependencies": {
435
435
  "@fastify/accept-negotiator": "^1.0.0",
436
436
  "@fastify/send": "^2.0.0",
@@ -662,20 +662,20 @@
662
662
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
663
663
  },
664
664
  "node_modules/@netlify/build": {
665
- "version": "29.11.6",
666
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.6.tgz",
667
- "integrity": "sha512-rzxHZlgg2Jp/RngWSsXF78c81tOmfx2cBLnDa92wTLuR5TQeUy9mrKjrw6WGzPy9ON0ZL7ZiD3l4+GLmh6hc+w==",
665
+ "version": "29.11.7",
666
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.7.tgz",
667
+ "integrity": "sha512-hCj+zmt48lIi1M0Y91lcAgQGw1Lh7h1Ba/zdw4y6nbcvuFI31vymWk+pEhdQ6N+akXpAUf6Gk5mzhwdRfOdkSA==",
668
668
  "dependencies": {
669
669
  "@bugsnag/js": "^7.0.0",
670
670
  "@netlify/cache-utils": "^5.1.5",
671
671
  "@netlify/config": "^20.4.3",
672
- "@netlify/edge-bundler": "8.15.0",
673
- "@netlify/framework-info": "^9.8.7",
674
- "@netlify/functions-utils": "^5.2.8",
672
+ "@netlify/edge-bundler": "8.16.0",
673
+ "@netlify/framework-info": "^9.8.8",
674
+ "@netlify/functions-utils": "^5.2.9",
675
675
  "@netlify/git-utils": "^5.1.1",
676
676
  "@netlify/plugins-list": "^6.68.0",
677
677
  "@netlify/run-utils": "^5.1.0",
678
- "@netlify/zip-it-and-ship-it": "9.6.0",
678
+ "@netlify/zip-it-and-ship-it": "9.7.0",
679
679
  "@sindresorhus/slugify": "^2.0.0",
680
680
  "ansi-escapes": "^6.0.0",
681
681
  "chalk": "^5.0.0",
@@ -728,12 +728,12 @@
728
728
  }
729
729
  },
730
730
  "node_modules/@netlify/build-info": {
731
- "version": "7.0.2",
732
- "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.2.tgz",
733
- "integrity": "sha512-HZ8xOH3at02zm3oxB1cRSx0ke4nqHhXhAuZtrplQEIYbjgUUtBoePQCxf6qjCOk9H0IXDYnu3IlLd+QWvypIoQ==",
731
+ "version": "7.0.4",
732
+ "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.4.tgz",
733
+ "integrity": "sha512-hvvZr5woYFLrubp+ZQpWeMiOjAqXBaVQQ9WYkyNTL6hOtObHMhHLQhwYgY3KsdpBaKgcK5tHaxs+MTXzewhl2A==",
734
734
  "dependencies": {
735
735
  "@bugsnag/js": "^7.20.0",
736
- "@netlify/framework-info": "^9.8.7",
736
+ "@netlify/framework-info": "^9.8.8",
737
737
  "find-up": "^6.3.0",
738
738
  "minimatch": "^6.2.0",
739
739
  "read-pkg": "^7.1.0",
@@ -799,18 +799,17 @@
799
799
  }
800
800
  },
801
801
  "node_modules/@netlify/build-info/node_modules/yaml": {
802
- "version": "2.3.0",
803
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
804
- "integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==",
802
+ "version": "2.3.1",
803
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
804
+ "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==",
805
805
  "engines": {
806
- "node": ">= 14",
807
- "npm": ">= 7"
806
+ "node": ">= 14"
808
807
  }
809
808
  },
810
809
  "node_modules/@netlify/build/node_modules/@sindresorhus/is": {
811
- "version": "5.3.0",
812
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
813
- "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==",
810
+ "version": "5.4.0",
811
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.0.tgz",
812
+ "integrity": "sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA==",
814
813
  "engines": {
815
814
  "node": ">=14.16"
816
815
  },
@@ -919,9 +918,9 @@
919
918
  }
920
919
  },
921
920
  "node_modules/@netlify/build/node_modules/got": {
922
- "version": "12.6.0",
923
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
924
- "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
921
+ "version": "12.6.1",
922
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
923
+ "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
925
924
  "dependencies": {
926
925
  "@sindresorhus/is": "^5.2.0",
927
926
  "@szmarczak/http-timer": "^5.0.1",
@@ -1469,9 +1468,9 @@
1469
1468
  }
1470
1469
  },
1471
1470
  "node_modules/@netlify/edge-bundler": {
1472
- "version": "8.15.0",
1473
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.15.0.tgz",
1474
- "integrity": "sha512-5OKUEtVyzxV1pVYyyt64MqmILjICrUxPG7aVT1TDCqrGmPSECx7xSmguaQH8LVmxLykrgA+g1vLTDzmlySi3Eg==",
1471
+ "version": "8.16.0",
1472
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.0.tgz",
1473
+ "integrity": "sha512-kDUDUHr8nLOsi7YGqBBIOkvrua9NjE6cuwPnI0/d3zzbBYb7D0RUrbq4bdLTXynAdkUDLXwF2kuX0FsGJbPKWw==",
1475
1474
  "dependencies": {
1476
1475
  "@import-maps/resolve": "^1.0.1",
1477
1476
  "ajv": "^8.11.2",
@@ -1995,9 +1994,9 @@
1995
1994
  }
1996
1995
  },
1997
1996
  "node_modules/@netlify/framework-info": {
1998
- "version": "9.8.7",
1999
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.7.tgz",
2000
- "integrity": "sha512-wgqIjGLcrq5cCHo9b9fdLhNjdDlWzFbM7fKF9m1R4Mogo3Dd6mIdAeHBZbBSyCXsitXYV+XvkuqBuh4TRH23/w==",
1997
+ "version": "9.8.8",
1998
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.8.tgz",
1999
+ "integrity": "sha512-oX+6U5g3KeRhMYaCQwzeKHZW9U/eRKnHZ8bWMiLhjB423QRllL/fVKnyTOBOnCnghi3Xc0xbp8nx2IXYoPNeDA==",
2001
2000
  "dependencies": {
2002
2001
  "ajv": "^8.12.0",
2003
2002
  "filter-obj": "^3.0.0",
@@ -2008,8 +2007,7 @@
2008
2007
  "p-locate": "^6.0.0",
2009
2008
  "process": "^0.11.10",
2010
2009
  "read-pkg-up": "^9.0.0",
2011
- "semver": "^7.3.4",
2012
- "url": "^0.11.0"
2010
+ "semver": "^7.3.4"
2013
2011
  },
2014
2012
  "engines": {
2015
2013
  "node": "^14.14.0 || >=16.0.0"
@@ -2086,11 +2084,11 @@
2086
2084
  }
2087
2085
  },
2088
2086
  "node_modules/@netlify/functions-utils": {
2089
- "version": "5.2.8",
2090
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.8.tgz",
2091
- "integrity": "sha512-8HgJ3L7PfKyZ3YvGSBtnF4zXzwKCKm8rpHqZOPcmUMKPVc5KrZUIQGpencJOmEfK53cCqM/b7YYg5m4sySheZw==",
2087
+ "version": "5.2.9",
2088
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.9.tgz",
2089
+ "integrity": "sha512-jOarqiCP2uxWloE6clabTZtgPBtHIRO7GLta2tELJTKCxCLIVyToqFhuhOkfbb4blaIwGQl/LbR1b3xVI4UVmg==",
2092
2090
  "dependencies": {
2093
- "@netlify/zip-it-and-ship-it": "9.6.0",
2091
+ "@netlify/zip-it-and-ship-it": "9.7.0",
2094
2092
  "cpy": "^9.0.0",
2095
2093
  "path-exists": "^5.0.0"
2096
2094
  },
@@ -2510,9 +2508,9 @@
2510
2508
  }
2511
2509
  },
2512
2510
  "node_modules/@netlify/zip-it-and-ship-it": {
2513
- "version": "9.6.0",
2514
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.6.0.tgz",
2515
- "integrity": "sha512-H5NXVmW9iBX/ws57AP4qfoiFD46WjhM7fK+QljEqHDsLsUt1RvjdpCTdvltbTCnnD1lH24EFIIWSZ9mccuol9g==",
2511
+ "version": "9.7.0",
2512
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.7.0.tgz",
2513
+ "integrity": "sha512-ZY2rNkw6jq/Gg8gS1lT0vE1e73VnZgaXYkl0pNt6qSA3AyRofKm6ADpLxoM+2iHGYs/vEYfgnnvh7emddUazjw==",
2516
2514
  "dependencies": {
2517
2515
  "@babel/parser": "7.16.8",
2518
2516
  "@babel/parser_latest": "npm:@babel/parser@7.21.8",
@@ -5790,9 +5788,9 @@
5790
5788
  }
5791
5789
  },
5792
5790
  "node_modules/detective-typescript/node_modules/@typescript-eslint/types": {
5793
- "version": "5.59.7",
5794
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
5795
- "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
5791
+ "version": "5.59.8",
5792
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz",
5793
+ "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==",
5796
5794
  "engines": {
5797
5795
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5798
5796
  },
@@ -5802,12 +5800,12 @@
5802
5800
  }
5803
5801
  },
5804
5802
  "node_modules/detective-typescript/node_modules/@typescript-eslint/typescript-estree": {
5805
- "version": "5.59.7",
5806
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
5807
- "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
5803
+ "version": "5.59.8",
5804
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz",
5805
+ "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==",
5808
5806
  "dependencies": {
5809
- "@typescript-eslint/types": "5.59.7",
5810
- "@typescript-eslint/visitor-keys": "5.59.7",
5807
+ "@typescript-eslint/types": "5.59.8",
5808
+ "@typescript-eslint/visitor-keys": "5.59.8",
5811
5809
  "debug": "^4.3.4",
5812
5810
  "globby": "^11.1.0",
5813
5811
  "is-glob": "^4.0.3",
@@ -5828,11 +5826,11 @@
5828
5826
  }
5829
5827
  },
5830
5828
  "node_modules/detective-typescript/node_modules/@typescript-eslint/visitor-keys": {
5831
- "version": "5.59.7",
5832
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
5833
- "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
5829
+ "version": "5.59.8",
5830
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz",
5831
+ "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==",
5834
5832
  "dependencies": {
5835
- "@typescript-eslint/types": "5.59.7",
5833
+ "@typescript-eslint/types": "5.59.8",
5836
5834
  "eslint-visitor-keys": "^3.3.0"
5837
5835
  },
5838
5836
  "engines": {
@@ -6791,9 +6789,9 @@
6791
6789
  }
6792
6790
  },
6793
6791
  "node_modules/fetch-node-website/node_modules/@sindresorhus/is": {
6794
- "version": "5.3.0",
6795
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
6796
- "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==",
6792
+ "version": "5.4.0",
6793
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.0.tgz",
6794
+ "integrity": "sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA==",
6797
6795
  "engines": {
6798
6796
  "node": ">=14.16"
6799
6797
  },
@@ -6876,9 +6874,9 @@
6876
6874
  }
6877
6875
  },
6878
6876
  "node_modules/fetch-node-website/node_modules/got": {
6879
- "version": "12.6.0",
6880
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
6881
- "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
6877
+ "version": "12.6.1",
6878
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
6879
+ "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
6882
6880
  "dependencies": {
6883
6881
  "@sindresorhus/is": "^5.2.0",
6884
6882
  "@szmarczak/http-timer": "^5.0.1",
@@ -10793,9 +10791,9 @@
10793
10791
  }
10794
10792
  },
10795
10793
  "node_modules/package-json/node_modules/@sindresorhus/is": {
10796
- "version": "5.3.0",
10797
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
10798
- "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw==",
10794
+ "version": "5.4.0",
10795
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.0.tgz",
10796
+ "integrity": "sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA==",
10799
10797
  "engines": {
10800
10798
  "node": ">=14.16"
10801
10799
  },
@@ -10840,9 +10838,9 @@
10840
10838
  }
10841
10839
  },
10842
10840
  "node_modules/package-json/node_modules/got": {
10843
- "version": "12.6.0",
10844
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
10845
- "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
10841
+ "version": "12.6.1",
10842
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
10843
+ "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
10846
10844
  "dependencies": {
10847
10845
  "@sindresorhus/is": "^5.2.0",
10848
10846
  "@szmarczak/http-timer": "^5.0.1",
@@ -11370,15 +11368,6 @@
11370
11368
  "url": "https://github.com/sponsors/ljharb"
11371
11369
  }
11372
11370
  },
11373
- "node_modules/querystring": {
11374
- "version": "0.2.0",
11375
- "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
11376
- "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=",
11377
- "deprecated": "The querystring API is considered Legacy. new code should use the URLSearchParams API instead.",
11378
- "engines": {
11379
- "node": ">=0.4.x"
11380
- }
11381
- },
11382
11371
  "node_modules/queue-microtask": {
11383
11372
  "version": "1.2.3",
11384
11373
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -13187,9 +13176,9 @@
13187
13176
  }
13188
13177
  },
13189
13178
  "node_modules/type-fest": {
13190
- "version": "3.11.0",
13191
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.0.tgz",
13192
- "integrity": "sha512-JaPw5U9ixP0XcpUbQoVSbxSDcK/K4nww20C3kjm9yE6cDRRhptU28AH60VWf9ltXmCrIfIbtt9J+2OUk2Uqiaw==",
13179
+ "version": "3.11.1",
13180
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.1.tgz",
13181
+ "integrity": "sha512-aCuRNRERRVh33lgQaJRlUxZqzfhzwTrsE98Mc3o3VXqmiaQdHacgUtJ0esp+7MvZ92qhtzKPeusaX6vIEcoreA==",
13193
13182
  "engines": {
13194
13183
  "node": ">=14.16"
13195
13184
  },
@@ -13435,20 +13424,6 @@
13435
13424
  "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
13436
13425
  "deprecated": "Please see https://github.com/lydell/urix#deprecated"
13437
13426
  },
13438
- "node_modules/url": {
13439
- "version": "0.11.0",
13440
- "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
13441
- "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
13442
- "dependencies": {
13443
- "punycode": "1.3.2",
13444
- "querystring": "0.2.0"
13445
- }
13446
- },
13447
- "node_modules/url/node_modules/punycode": {
13448
- "version": "1.3.2",
13449
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
13450
- "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="
13451
- },
13452
13427
  "node_modules/use": {
13453
13428
  "version": "3.1.1",
13454
13429
  "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
@@ -14024,9 +13999,9 @@
14024
13999
  }
14025
14000
  },
14026
14001
  "@babel/parser": {
14027
- "version": "7.21.9",
14028
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.9.tgz",
14029
- "integrity": "sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g=="
14002
+ "version": "7.22.4",
14003
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz",
14004
+ "integrity": "sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA=="
14030
14005
  },
14031
14006
  "@babel/parser_latest": {
14032
14007
  "version": "npm:@babel/parser@7.21.8",
@@ -14205,9 +14180,9 @@
14205
14180
  }
14206
14181
  },
14207
14182
  "@fastify/static": {
14208
- "version": "6.10.1",
14209
- "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.10.1.tgz",
14210
- "integrity": "sha512-DNnG+5QenQcTQw37qk0/191STThnN6SbU+2XMpWtpYR3gQUfUvMax14jTT/jqNINNbCkQJaKMnPtpFPKo4/68g==",
14183
+ "version": "6.10.2",
14184
+ "resolved": "https://registry.npmjs.org/@fastify/static/-/static-6.10.2.tgz",
14185
+ "integrity": "sha512-UoaMvIHSBLCZBYOVZwFRYqX2ufUhd7FFMYGDeSf0Z+D8jhYtwljjmuQGuanUP8kS4y/ZEV1a8mfLha3zNwsnnQ==",
14211
14186
  "requires": {
14212
14187
  "@fastify/accept-negotiator": "^1.0.0",
14213
14188
  "@fastify/send": "^2.0.0",
@@ -14384,20 +14359,20 @@
14384
14359
  "integrity": "sha512-4wMPu9iN3/HL97QblBsBay3E1etIciR84izI3U+4iALY+JHCrI+a2jO0qbAZ/nxKoegypYEaiiqWXylm+/zfrw=="
14385
14360
  },
14386
14361
  "@netlify/build": {
14387
- "version": "29.11.6",
14388
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.6.tgz",
14389
- "integrity": "sha512-rzxHZlgg2Jp/RngWSsXF78c81tOmfx2cBLnDa92wTLuR5TQeUy9mrKjrw6WGzPy9ON0ZL7ZiD3l4+GLmh6hc+w==",
14362
+ "version": "29.11.7",
14363
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.11.7.tgz",
14364
+ "integrity": "sha512-hCj+zmt48lIi1M0Y91lcAgQGw1Lh7h1Ba/zdw4y6nbcvuFI31vymWk+pEhdQ6N+akXpAUf6Gk5mzhwdRfOdkSA==",
14390
14365
  "requires": {
14391
14366
  "@bugsnag/js": "^7.0.0",
14392
14367
  "@netlify/cache-utils": "^5.1.5",
14393
14368
  "@netlify/config": "^20.4.3",
14394
- "@netlify/edge-bundler": "8.15.0",
14395
- "@netlify/framework-info": "^9.8.7",
14396
- "@netlify/functions-utils": "^5.2.8",
14369
+ "@netlify/edge-bundler": "8.16.0",
14370
+ "@netlify/framework-info": "^9.8.8",
14371
+ "@netlify/functions-utils": "^5.2.9",
14397
14372
  "@netlify/git-utils": "^5.1.1",
14398
14373
  "@netlify/plugins-list": "^6.68.0",
14399
14374
  "@netlify/run-utils": "^5.1.0",
14400
- "@netlify/zip-it-and-ship-it": "9.6.0",
14375
+ "@netlify/zip-it-and-ship-it": "9.7.0",
14401
14376
  "@sindresorhus/slugify": "^2.0.0",
14402
14377
  "ansi-escapes": "^6.0.0",
14403
14378
  "chalk": "^5.0.0",
@@ -14444,9 +14419,9 @@
14444
14419
  },
14445
14420
  "dependencies": {
14446
14421
  "@sindresorhus/is": {
14447
- "version": "5.3.0",
14448
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
14449
- "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw=="
14422
+ "version": "5.4.0",
14423
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.0.tgz",
14424
+ "integrity": "sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA=="
14450
14425
  },
14451
14426
  "@szmarczak/http-timer": {
14452
14427
  "version": "5.0.1",
@@ -14516,9 +14491,9 @@
14516
14491
  "integrity": "sha512-oQZM+QmVni8MsYzcq9lgTHD/qeLqaG8XaOPOW7dzuSafVxSUlH1+1ZDefj2OD9f2XsmG5lFl2Euc9NI4jgwFWg=="
14517
14492
  },
14518
14493
  "got": {
14519
- "version": "12.6.0",
14520
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
14521
- "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
14494
+ "version": "12.6.1",
14495
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
14496
+ "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
14522
14497
  "requires": {
14523
14498
  "@sindresorhus/is": "^5.2.0",
14524
14499
  "@szmarczak/http-timer": "^5.0.1",
@@ -14676,12 +14651,12 @@
14676
14651
  }
14677
14652
  },
14678
14653
  "@netlify/build-info": {
14679
- "version": "7.0.2",
14680
- "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.2.tgz",
14681
- "integrity": "sha512-HZ8xOH3at02zm3oxB1cRSx0ke4nqHhXhAuZtrplQEIYbjgUUtBoePQCxf6qjCOk9H0IXDYnu3IlLd+QWvypIoQ==",
14654
+ "version": "7.0.4",
14655
+ "resolved": "https://registry.npmjs.org/@netlify/build-info/-/build-info-7.0.4.tgz",
14656
+ "integrity": "sha512-hvvZr5woYFLrubp+ZQpWeMiOjAqXBaVQQ9WYkyNTL6hOtObHMhHLQhwYgY3KsdpBaKgcK5tHaxs+MTXzewhl2A==",
14682
14657
  "requires": {
14683
14658
  "@bugsnag/js": "^7.20.0",
14684
- "@netlify/framework-info": "^9.8.7",
14659
+ "@netlify/framework-info": "^9.8.8",
14685
14660
  "find-up": "^6.3.0",
14686
14661
  "minimatch": "^6.2.0",
14687
14662
  "read-pkg": "^7.1.0",
@@ -14723,9 +14698,9 @@
14723
14698
  "integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA=="
14724
14699
  },
14725
14700
  "yaml": {
14726
- "version": "2.3.0",
14727
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.0.tgz",
14728
- "integrity": "sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw=="
14701
+ "version": "2.3.1",
14702
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz",
14703
+ "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ=="
14729
14704
  }
14730
14705
  }
14731
14706
  },
@@ -14898,9 +14873,9 @@
14898
14873
  }
14899
14874
  },
14900
14875
  "@netlify/edge-bundler": {
14901
- "version": "8.15.0",
14902
- "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.15.0.tgz",
14903
- "integrity": "sha512-5OKUEtVyzxV1pVYyyt64MqmILjICrUxPG7aVT1TDCqrGmPSECx7xSmguaQH8LVmxLykrgA+g1vLTDzmlySi3Eg==",
14876
+ "version": "8.16.0",
14877
+ "resolved": "https://registry.npmjs.org/@netlify/edge-bundler/-/edge-bundler-8.16.0.tgz",
14878
+ "integrity": "sha512-kDUDUHr8nLOsi7YGqBBIOkvrua9NjE6cuwPnI0/d3zzbBYb7D0RUrbq4bdLTXynAdkUDLXwF2kuX0FsGJbPKWw==",
14904
14879
  "requires": {
14905
14880
  "@import-maps/resolve": "^1.0.1",
14906
14881
  "ajv": "^8.11.2",
@@ -15172,9 +15147,9 @@
15172
15147
  "optional": true
15173
15148
  },
15174
15149
  "@netlify/framework-info": {
15175
- "version": "9.8.7",
15176
- "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.7.tgz",
15177
- "integrity": "sha512-wgqIjGLcrq5cCHo9b9fdLhNjdDlWzFbM7fKF9m1R4Mogo3Dd6mIdAeHBZbBSyCXsitXYV+XvkuqBuh4TRH23/w==",
15150
+ "version": "9.8.8",
15151
+ "resolved": "https://registry.npmjs.org/@netlify/framework-info/-/framework-info-9.8.8.tgz",
15152
+ "integrity": "sha512-oX+6U5g3KeRhMYaCQwzeKHZW9U/eRKnHZ8bWMiLhjB423QRllL/fVKnyTOBOnCnghi3Xc0xbp8nx2IXYoPNeDA==",
15178
15153
  "requires": {
15179
15154
  "ajv": "^8.12.0",
15180
15155
  "filter-obj": "^3.0.0",
@@ -15185,8 +15160,7 @@
15185
15160
  "p-locate": "^6.0.0",
15186
15161
  "process": "^0.11.10",
15187
15162
  "read-pkg-up": "^9.0.0",
15188
- "semver": "^7.3.4",
15189
- "url": "^0.11.0"
15163
+ "semver": "^7.3.4"
15190
15164
  },
15191
15165
  "dependencies": {
15192
15166
  "ajv": {
@@ -15234,11 +15208,11 @@
15234
15208
  }
15235
15209
  },
15236
15210
  "@netlify/functions-utils": {
15237
- "version": "5.2.8",
15238
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.8.tgz",
15239
- "integrity": "sha512-8HgJ3L7PfKyZ3YvGSBtnF4zXzwKCKm8rpHqZOPcmUMKPVc5KrZUIQGpencJOmEfK53cCqM/b7YYg5m4sySheZw==",
15211
+ "version": "5.2.9",
15212
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.9.tgz",
15213
+ "integrity": "sha512-jOarqiCP2uxWloE6clabTZtgPBtHIRO7GLta2tELJTKCxCLIVyToqFhuhOkfbb4blaIwGQl/LbR1b3xVI4UVmg==",
15240
15214
  "requires": {
15241
- "@netlify/zip-it-and-ship-it": "9.6.0",
15215
+ "@netlify/zip-it-and-ship-it": "9.7.0",
15242
15216
  "cpy": "^9.0.0",
15243
15217
  "path-exists": "^5.0.0"
15244
15218
  },
@@ -15475,9 +15449,9 @@
15475
15449
  "integrity": "sha512-6O6mr4ynN4DWbI82nbt2ueq+tD9MeRD3BABTnjrxAJn85o79Lu3KFndr+Omur1OpbKEqIrWsFs0Bsi72DkPFbg=="
15476
15450
  },
15477
15451
  "@netlify/zip-it-and-ship-it": {
15478
- "version": "9.6.0",
15479
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.6.0.tgz",
15480
- "integrity": "sha512-H5NXVmW9iBX/ws57AP4qfoiFD46WjhM7fK+QljEqHDsLsUt1RvjdpCTdvltbTCnnD1lH24EFIIWSZ9mccuol9g==",
15452
+ "version": "9.7.0",
15453
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.7.0.tgz",
15454
+ "integrity": "sha512-ZY2rNkw6jq/Gg8gS1lT0vE1e73VnZgaXYkl0pNt6qSA3AyRofKm6ADpLxoM+2iHGYs/vEYfgnnvh7emddUazjw==",
15481
15455
  "requires": {
15482
15456
  "@babel/parser": "7.16.8",
15483
15457
  "@babel/parser_latest": "npm:@babel/parser@7.21.8",
@@ -17967,17 +17941,17 @@
17967
17941
  },
17968
17942
  "dependencies": {
17969
17943
  "@typescript-eslint/types": {
17970
- "version": "5.59.7",
17971
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
17972
- "integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A=="
17944
+ "version": "5.59.8",
17945
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz",
17946
+ "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w=="
17973
17947
  },
17974
17948
  "@typescript-eslint/typescript-estree": {
17975
- "version": "5.59.7",
17976
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
17977
- "integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
17949
+ "version": "5.59.8",
17950
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz",
17951
+ "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==",
17978
17952
  "requires": {
17979
- "@typescript-eslint/types": "5.59.7",
17980
- "@typescript-eslint/visitor-keys": "5.59.7",
17953
+ "@typescript-eslint/types": "5.59.8",
17954
+ "@typescript-eslint/visitor-keys": "5.59.8",
17981
17955
  "debug": "^4.3.4",
17982
17956
  "globby": "^11.1.0",
17983
17957
  "is-glob": "^4.0.3",
@@ -17986,11 +17960,11 @@
17986
17960
  }
17987
17961
  },
17988
17962
  "@typescript-eslint/visitor-keys": {
17989
- "version": "5.59.7",
17990
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
17991
- "integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
17963
+ "version": "5.59.8",
17964
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz",
17965
+ "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==",
17992
17966
  "requires": {
17993
- "@typescript-eslint/types": "5.59.7",
17967
+ "@typescript-eslint/types": "5.59.8",
17994
17968
  "eslint-visitor-keys": "^3.3.0"
17995
17969
  }
17996
17970
  },
@@ -18731,9 +18705,9 @@
18731
18705
  },
18732
18706
  "dependencies": {
18733
18707
  "@sindresorhus/is": {
18734
- "version": "5.3.0",
18735
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
18736
- "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw=="
18708
+ "version": "5.4.0",
18709
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.0.tgz",
18710
+ "integrity": "sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA=="
18737
18711
  },
18738
18712
  "@szmarczak/http-timer": {
18739
18713
  "version": "5.0.1",
@@ -18786,9 +18760,9 @@
18786
18760
  }
18787
18761
  },
18788
18762
  "got": {
18789
- "version": "12.6.0",
18790
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
18791
- "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
18763
+ "version": "12.6.1",
18764
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
18765
+ "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
18792
18766
  "requires": {
18793
18767
  "@sindresorhus/is": "^5.2.0",
18794
18768
  "@szmarczak/http-timer": "^5.0.1",
@@ -21569,9 +21543,9 @@
21569
21543
  },
21570
21544
  "dependencies": {
21571
21545
  "@sindresorhus/is": {
21572
- "version": "5.3.0",
21573
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.3.0.tgz",
21574
- "integrity": "sha512-CX6t4SYQ37lzxicAqsBtxA3OseeoVrh9cSJ5PFYam0GksYlupRfy1A+Q4aYD3zvcfECLc0zO2u+ZnR2UYKvCrw=="
21546
+ "version": "5.4.0",
21547
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.4.0.tgz",
21548
+ "integrity": "sha512-Ggh6E9AnMpiNXlbXfFUcWE9qm408rL8jDi7+PMBBx7TMbwEmiqAiSmZ+zydYwxcJLqPGNDoLc9mXDuMDBZg0sA=="
21575
21549
  },
21576
21550
  "@szmarczak/http-timer": {
21577
21551
  "version": "5.0.1",
@@ -21601,9 +21575,9 @@
21601
21575
  }
21602
21576
  },
21603
21577
  "got": {
21604
- "version": "12.6.0",
21605
- "resolved": "https://registry.npmjs.org/got/-/got-12.6.0.tgz",
21606
- "integrity": "sha512-WTcaQ963xV97MN3x0/CbAriXFZcXCfgxVp91I+Ze6pawQOa7SgzwSx2zIJJsX+kTajMnVs0xcFD1TxZKFqhdnQ==",
21578
+ "version": "12.6.1",
21579
+ "resolved": "https://registry.npmjs.org/got/-/got-12.6.1.tgz",
21580
+ "integrity": "sha512-mThBblvlAF1d4O5oqyvN+ZxLAYwIJK7bpMxgYqPD9okW0C3qm5FFn7k811QrcuEBwaogR3ngOFoCfs6mRv7teQ==",
21607
21581
  "requires": {
21608
21582
  "@sindresorhus/is": "^5.2.0",
21609
21583
  "@szmarczak/http-timer": "^5.0.1",
@@ -21954,11 +21928,6 @@
21954
21928
  "side-channel": "^1.0.4"
21955
21929
  }
21956
21930
  },
21957
- "querystring": {
21958
- "version": "0.2.0",
21959
- "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
21960
- "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA="
21961
- },
21962
21931
  "queue-microtask": {
21963
21932
  "version": "1.2.3",
21964
21933
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
@@ -23350,9 +23319,9 @@
23350
23319
  }
23351
23320
  },
23352
23321
  "type-fest": {
23353
- "version": "3.11.0",
23354
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.0.tgz",
23355
- "integrity": "sha512-JaPw5U9ixP0XcpUbQoVSbxSDcK/K4nww20C3kjm9yE6cDRRhptU28AH60VWf9ltXmCrIfIbtt9J+2OUk2Uqiaw=="
23322
+ "version": "3.11.1",
23323
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.11.1.tgz",
23324
+ "integrity": "sha512-aCuRNRERRVh33lgQaJRlUxZqzfhzwTrsE98Mc3o3VXqmiaQdHacgUtJ0esp+7MvZ92qhtzKPeusaX6vIEcoreA=="
23356
23325
  },
23357
23326
  "type-is": {
23358
23327
  "version": "1.6.18",
@@ -23537,22 +23506,6 @@
23537
23506
  "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
23538
23507
  "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI="
23539
23508
  },
23540
- "url": {
23541
- "version": "0.11.0",
23542
- "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
23543
- "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
23544
- "requires": {
23545
- "punycode": "1.3.2",
23546
- "querystring": "0.2.0"
23547
- },
23548
- "dependencies": {
23549
- "punycode": {
23550
- "version": "1.3.2",
23551
- "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz",
23552
- "integrity": "sha512-RofWgt/7fL5wP1Y7fxE7/EmTLzQVnB0ycyibJ0OOHIlJqTNzglYFxVwETOcIoJqJmpDXJ9xImDv+Fq34F/d4Dw=="
23553
- }
23554
- }
23555
- },
23556
23509
  "use": {
23557
23510
  "version": "3.1.1",
23558
23511
  "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.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.2.0",
4
+ "version": "15.3.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -43,14 +43,14 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@bugsnag/js": "7.20.2",
46
- "@fastify/static": "6.10.1",
47
- "@netlify/build": "29.11.6",
48
- "@netlify/build-info": "7.0.2",
46
+ "@fastify/static": "6.10.2",
47
+ "@netlify/build": "29.11.7",
48
+ "@netlify/build-info": "7.0.4",
49
49
  "@netlify/config": "20.4.3",
50
- "@netlify/edge-bundler": "8.15.0",
51
- "@netlify/framework-info": "9.8.7",
50
+ "@netlify/edge-bundler": "8.16.0",
51
+ "@netlify/framework-info": "9.8.8",
52
52
  "@netlify/local-functions-proxy": "1.1.1",
53
- "@netlify/zip-it-and-ship-it": "9.6.0",
53
+ "@netlify/zip-it-and-ship-it": "9.7.0",
54
54
  "@octokit/rest": "19.0.11",
55
55
  "@skn0tt/lambda-local": "2.0.3",
56
56
  "ansi-escapes": "6.2.0",
@@ -2,6 +2,9 @@
2
2
  import process from 'process'
3
3
  import { format } from 'util'
4
4
 
5
+ import { Project } from '@netlify/build-info'
6
+ // eslint-disable-next-line import/extensions, n/no-missing-import
7
+ import { NodeFS } from '@netlify/build-info/node'
5
8
  import { resolveConfig } from '@netlify/config'
6
9
  import { Command, Option } from 'commander'
7
10
  import debug from 'debug'
@@ -456,6 +459,22 @@ export default class BaseCommand extends Command {
456
459
 
457
460
  const globalConfig = await getGlobalConfig()
458
461
 
462
+ // Get framework, add to analytics payload for every command, if a framework is set
463
+ const fs = new NodeFS()
464
+ const project = new Project(fs, buildDir)
465
+ const frameworks = await project.detectFrameworks()
466
+
467
+ const frameworkIDs = frameworks?.map((framework) => framework.id)
468
+
469
+ if (frameworkIDs?.length !== 0) {
470
+ this.setAnalyticsPayload({ frameworks: frameworkIDs })
471
+ }
472
+
473
+ this.setAnalyticsPayload({
474
+ packageManager: project.packageManager?.name,
475
+ buildSystem: project.buildSystems.map(({ id }) => id),
476
+ })
477
+
459
478
  actionCommand.netlify = {
460
479
  // api methods
461
480
  api,
@@ -123,7 +123,7 @@ const dev = async (options, command) => {
123
123
  exit(1)
124
124
  }
125
125
 
126
- command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live })
126
+ command.setAnalyticsPayload({ live: options.live })
127
127
 
128
128
  const liveTunnelUrl = await handleLiveTunnel({ options, site, api, settings })
129
129
  const url = liveTunnelUrl || getProxyUrl(settings)
@@ -80,7 +80,7 @@ const serve = async (options, command) => {
80
80
  exit(1)
81
81
  }
82
82
 
83
- command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live })
83
+ command.setAnalyticsPayload({ live: options.live })
84
84
 
85
85
  log(`${NETLIFYDEVLOG} Building site for production`)
86
86
  log(