Website: update package-lock.json (#45768)

Closes: https://github.com/fleetdm/fleet/issues/45578

Changes:
- Regenerated the website's package-lock.json
This commit is contained in:
Eric
2026-05-22 15:23:38 -05:00
committed by GitHub
parent 0580b5a1ba
commit 08e38e131a
Generated Vendored
+45 -24
View File
@@ -3118,15 +3118,6 @@
"node": ">=0.8.0"
}
},
"node_modules/fd-slicer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz",
"integrity": "sha512-MX1ZLPIuKED51hrI4++K+1B0VX87Cs4EkybD2q12Ysuf5p4vkmHqMvQJRlDwROqFr4D2Pzyit5wGQxf30grIcw==",
"license": "MIT",
"dependencies": {
"pend": "~1.2.0"
}
},
"node_modules/fetch-blob": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
@@ -6269,15 +6260,51 @@
"license": "MIT"
},
"node_modules/multiparty": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.1.3.tgz",
"integrity": "sha512-Qhty41IpN0IuoBstlVPhdgqtnwrsj0gE7ndajbtUVE0f2UTT/2ChmZZnS5Nsf4a5H+5C68V/tN2vi6Wcvhn00Q==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/multiparty/-/multiparty-4.3.0.tgz",
"integrity": "sha512-LD3YDFI9KrDoOGHsPM+hNraPDQQDPLe8Un/kvJfsZCsHKriA4mphg6Ctc2Cuup/59DtHMdAPm6ICXlUmhwTiug==",
"license": "MIT",
"dependencies": {
"fd-slicer": "~1.0.1"
"http-errors": "2.0.0",
"safe-buffer": "5.2.1",
"uid-safe": "2.1.5"
},
"engines": {
"node": ">=0.10.0"
"node": ">= 0.10"
}
},
"node_modules/multiparty/node_modules/http-errors": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz",
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
"license": "MIT",
"dependencies": {
"depd": "2.0.0",
"inherits": "2.0.4",
"setprototypeof": "1.2.0",
"statuses": "2.0.1",
"toidentifier": "1.0.1"
},
"engines": {
"node": ">= 0.8"
}
},
"node_modules/multiparty/node_modules/statuses": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
"integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
"license": "MIT",
"engines": {
"node": ">= 0.8"
}
},
"node_modules/multiparty/node_modules/toidentifier": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
"integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
"license": "MIT",
"engines": {
"node": ">=0.6"
}
},
"node_modules/multistream": {
@@ -7013,12 +7040,6 @@
"node": ">=4"
}
},
"node_modules/pend": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
"license": "MIT"
},
"node_modules/performance-now": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
@@ -12557,16 +12578,16 @@
"license": "ISC"
},
"node_modules/skipper": {
"version": "0.9.6",
"resolved": "https://registry.npmjs.org/skipper/-/skipper-0.9.6.tgz",
"integrity": "sha512-dSFa551uu56ETCPSgtiWtEgJN+Ng5qMnphgio4GyAGh61jq7Kac/ujGa0cBv2fHt1JYjwCYPIwgcEpG/VBVRDA==",
"version": "0.9.7",
"resolved": "https://registry.npmjs.org/skipper/-/skipper-0.9.7.tgz",
"integrity": "sha512-0imczBRg8raDu1mbxKW4jnyvJUOHNEzp35EL9xmHG4IPYW34Tqhs+lWWMDGE4MvKrOh0RqIwWENxLJgGXTZywQ==",
"license": "MIT",
"dependencies": {
"@sailshq/lodash": "^3.10.3",
"async": "2.6.4",
"body-parser": "1.20.4",
"debug": "3.1.0",
"multiparty": "4.1.3",
"multiparty": "4.3.0",
"semver": "7.5.2",
"skipper-disk": "~0.5.6",
"string_decoder": "0.10.31",