fix: Failing npm ci in GitHub CI actions (#9476)

* chore: Empty commit to create PR.

* fix: Add missing fsevents entry.

Bypassing merge rules because this is a fix for breaking builds.
This commit is contained in:
Ben Henning
2025-11-19 12:03:10 -08:00
committed by GitHub
parent 22905ad595
commit 91ef951e92

15
package-lock.json generated
View File

@@ -5427,6 +5427,21 @@
"node": ">=10.13.0"
}
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"license": "MIT",
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",