mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
chore(deps): update dependency npm to v10.8.2
This commit is contained in:
parent
1c0363f9d6
commit
3a5e5cf76b
148
web/package-lock.json
generated
148
web/package-lock.json
generated
@ -29006,9 +29006,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm": {
|
||||
"version": "10.8.1",
|
||||
"resolved": "https://registry.npmjs.org/npm/-/npm-10.8.1.tgz",
|
||||
"integrity": "sha512-Dp1C6SvSMYQI7YHq/y2l94uvI+59Eqbu1EpuKQHQ8p16txXRuRit5gH3Lnaagk2aXDIjg/Iru9pd05bnneKgdw==",
|
||||
"version": "10.8.2",
|
||||
"resolved": "https://registry.npmjs.org/npm/-/npm-10.8.2.tgz",
|
||||
"integrity": "sha512-x/AIjFIKRllrhcb48dqUNAAZl0ig9+qMuN91RpZo3Cb2+zuibfh+KISl6+kVVyktDz230JKc208UkQwwMqyB+w==",
|
||||
"bundleDependencies": [
|
||||
"@isaacs/string-locale-compare",
|
||||
"@npmcli/arborist",
|
||||
@ -29090,13 +29090,13 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@isaacs/string-locale-compare": "^1.1.0",
|
||||
"@npmcli/arborist": "^7.5.3",
|
||||
"@npmcli/config": "^8.3.3",
|
||||
"@npmcli/arborist": "^7.5.4",
|
||||
"@npmcli/config": "^8.3.4",
|
||||
"@npmcli/fs": "^3.1.1",
|
||||
"@npmcli/map-workspaces": "^3.0.6",
|
||||
"@npmcli/package-json": "^5.1.1",
|
||||
"@npmcli/package-json": "^5.2.0",
|
||||
"@npmcli/promise-spawn": "^7.0.2",
|
||||
"@npmcli/redact": "^2.0.0",
|
||||
"@npmcli/redact": "^2.0.1",
|
||||
"@npmcli/run-script": "^8.1.0",
|
||||
"@sigstore/tuf": "^2.3.4",
|
||||
"abbrev": "^2.0.0",
|
||||
@ -29107,7 +29107,7 @@
|
||||
"cli-columns": "^4.0.0",
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"fs-minipass": "^3.0.3",
|
||||
"glob": "^10.4.1",
|
||||
"glob": "^10.4.2",
|
||||
"graceful-fs": "^4.2.11",
|
||||
"hosted-git-info": "^7.0.2",
|
||||
"ini": "^4.1.3",
|
||||
@ -29115,30 +29115,30 @@
|
||||
"is-cidr": "^5.1.0",
|
||||
"json-parse-even-better-errors": "^3.0.2",
|
||||
"libnpmaccess": "^8.0.6",
|
||||
"libnpmdiff": "^6.1.3",
|
||||
"libnpmexec": "^8.1.2",
|
||||
"libnpmfund": "^5.0.11",
|
||||
"libnpmdiff": "^6.1.4",
|
||||
"libnpmexec": "^8.1.3",
|
||||
"libnpmfund": "^5.0.12",
|
||||
"libnpmhook": "^10.0.5",
|
||||
"libnpmorg": "^6.0.6",
|
||||
"libnpmpack": "^7.0.3",
|
||||
"libnpmpack": "^7.0.4",
|
||||
"libnpmpublish": "^9.0.9",
|
||||
"libnpmsearch": "^7.0.6",
|
||||
"libnpmteam": "^6.0.5",
|
||||
"libnpmversion": "^6.0.3",
|
||||
"make-fetch-happen": "^13.0.1",
|
||||
"minimatch": "^9.0.4",
|
||||
"minimatch": "^9.0.5",
|
||||
"minipass": "^7.1.1",
|
||||
"minipass-pipeline": "^1.2.4",
|
||||
"ms": "^2.1.2",
|
||||
"node-gyp": "^10.1.0",
|
||||
"nopt": "^7.2.1",
|
||||
"normalize-package-data": "^6.0.1",
|
||||
"normalize-package-data": "^6.0.2",
|
||||
"npm-audit-report": "^5.0.0",
|
||||
"npm-install-checks": "^6.3.0",
|
||||
"npm-package-arg": "^11.0.2",
|
||||
"npm-pick-manifest": "^9.0.1",
|
||||
"npm-pick-manifest": "^9.1.0",
|
||||
"npm-profile": "^10.0.0",
|
||||
"npm-registry-fetch": "^17.0.1",
|
||||
"npm-registry-fetch": "^17.1.0",
|
||||
"npm-user-validate": "^2.0.1",
|
||||
"p-map": "^4.0.0",
|
||||
"pacote": "^18.0.6",
|
||||
@ -29285,7 +29285,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/arborist": {
|
||||
"version": "7.5.3",
|
||||
"version": "7.5.4",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
@ -29334,17 +29334,17 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/config": {
|
||||
"version": "8.3.3",
|
||||
"version": "8.3.4",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/map-workspaces": "^3.0.2",
|
||||
"@npmcli/package-json": "^5.1.1",
|
||||
"ci-info": "^4.0.0",
|
||||
"ini": "^4.1.2",
|
||||
"nopt": "^7.2.1",
|
||||
"proc-log": "^4.2.0",
|
||||
"read-package-json-fast": "^3.0.2",
|
||||
"semver": "^7.3.5",
|
||||
"walk-up-path": "^3.0.1"
|
||||
},
|
||||
@ -29365,12 +29365,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/git": {
|
||||
"version": "5.0.7",
|
||||
"version": "5.0.8",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/promise-spawn": "^7.0.0",
|
||||
"ini": "^4.1.3",
|
||||
"lru-cache": "^10.0.1",
|
||||
"npm-pick-manifest": "^9.0.0",
|
||||
"proc-log": "^4.0.0",
|
||||
@ -29449,7 +29450,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/package-json": {
|
||||
"version": "5.1.1",
|
||||
"version": "5.2.0",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
@ -29491,7 +29492,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/redact": {
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
@ -29899,7 +29900,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/debug": {
|
||||
"version": "4.3.4",
|
||||
"version": "4.3.5",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
@ -29983,7 +29984,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/foreground-child": {
|
||||
"version": "3.1.1",
|
||||
"version": "3.2.1",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
@ -30010,17 +30011,8 @@
|
||||
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/function-bind": {
|
||||
"version": "1.1.2",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/glob": {
|
||||
"version": "10.4.1",
|
||||
"version": "10.4.2",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
@ -30029,6 +30021,7 @@
|
||||
"jackspeak": "^3.1.2",
|
||||
"minimatch": "^9.0.4",
|
||||
"minipass": "^7.1.2",
|
||||
"package-json-from-dist": "^1.0.0",
|
||||
"path-scurry": "^1.11.1"
|
||||
},
|
||||
"bin": {
|
||||
@ -30047,18 +30040,6 @@
|
||||
"inBundle": true,
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/npm/node_modules/hasown": {
|
||||
"version": "2.0.2",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"function-bind": "^1.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/hosted-git-info": {
|
||||
"version": "7.0.2",
|
||||
"dev": true,
|
||||
@ -30091,7 +30072,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/https-proxy-agent": {
|
||||
"version": "7.0.4",
|
||||
"version": "7.0.5",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
@ -30210,18 +30191,6 @@
|
||||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/is-core-module": {
|
||||
"version": "2.13.1",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"hasown": "^2.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/is-fullwidth-code-point": {
|
||||
"version": "3.0.0",
|
||||
"dev": true,
|
||||
@ -30244,7 +30213,7 @@
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/npm/node_modules/jackspeak": {
|
||||
"version": "3.1.2",
|
||||
"version": "3.4.0",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
@ -30320,12 +30289,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmdiff": {
|
||||
"version": "6.1.3",
|
||||
"version": "6.1.4",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^7.5.3",
|
||||
"@npmcli/arborist": "^7.5.4",
|
||||
"@npmcli/installed-package-contents": "^2.1.0",
|
||||
"binary-extensions": "^2.3.0",
|
||||
"diff": "^5.1.0",
|
||||
@ -30339,12 +30308,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmexec": {
|
||||
"version": "8.1.2",
|
||||
"version": "8.1.3",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^7.5.3",
|
||||
"@npmcli/arborist": "^7.5.4",
|
||||
"@npmcli/run-script": "^8.1.0",
|
||||
"ci-info": "^4.0.0",
|
||||
"npm-package-arg": "^11.0.2",
|
||||
@ -30360,12 +30329,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmfund": {
|
||||
"version": "5.0.11",
|
||||
"version": "5.0.12",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^7.5.3"
|
||||
"@npmcli/arborist": "^7.5.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.14.0 || >=18.0.0"
|
||||
@ -30398,12 +30367,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmpack": {
|
||||
"version": "7.0.3",
|
||||
"version": "7.0.4",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^7.5.3",
|
||||
"@npmcli/arborist": "^7.5.4",
|
||||
"@npmcli/run-script": "^8.1.0",
|
||||
"npm-package-arg": "^11.0.2",
|
||||
"pacote": "^18.0.6"
|
||||
@ -30505,7 +30474,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/minimatch": {
|
||||
"version": "9.0.4",
|
||||
"version": "9.0.5",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
@ -30581,28 +30550,6 @@
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/minipass-json-stream": {
|
||||
"version": "1.0.1",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsonparse": "^1.3.1",
|
||||
"minipass": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/minipass-json-stream/node_modules/minipass": {
|
||||
"version": "3.3.6",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"yallist": "^4.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/minipass-pipeline": {
|
||||
"version": "1.2.4",
|
||||
"dev": true,
|
||||
@ -30761,13 +30708,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/normalize-package-data": {
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "BSD-2-Clause",
|
||||
"dependencies": {
|
||||
"hosted-git-info": "^7.0.0",
|
||||
"is-core-module": "^2.8.1",
|
||||
"semver": "^7.3.5",
|
||||
"validate-npm-package-license": "^3.0.4"
|
||||
},
|
||||
@ -30845,7 +30791,7 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/npm-pick-manifest": {
|
||||
"version": "9.0.1",
|
||||
"version": "9.1.0",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
@ -30873,16 +30819,16 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/npm-registry-fetch": {
|
||||
"version": "17.0.1",
|
||||
"version": "17.1.0",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/redact": "^2.0.0",
|
||||
"jsonparse": "^1.3.1",
|
||||
"make-fetch-happen": "^13.0.0",
|
||||
"minipass": "^7.0.2",
|
||||
"minipass-fetch": "^3.0.0",
|
||||
"minipass-json-stream": "^1.0.1",
|
||||
"minizlib": "^2.1.2",
|
||||
"npm-package-arg": "^11.0.0",
|
||||
"proc-log": "^4.0.0"
|
||||
@ -30915,6 +30861,12 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/package-json-from-dist": {
|
||||
"version": "1.0.0",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "BlueOak-1.0.0"
|
||||
},
|
||||
"node_modules/npm/node_modules/pacote": {
|
||||
"version": "18.0.6",
|
||||
"dev": true,
|
||||
@ -31210,14 +31162,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/socks-proxy-agent": {
|
||||
"version": "8.0.3",
|
||||
"version": "8.0.4",
|
||||
"dev": true,
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"agent-base": "^7.1.1",
|
||||
"debug": "^4.3.4",
|
||||
"socks": "^2.7.1"
|
||||
"socks": "^2.8.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
|
Loading…
x
Reference in New Issue
Block a user