Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2025-02-10 17:23:18 +00:00
parent 8c70d43f73
commit ccc5046d0b
17 changed files with 1088 additions and 958 deletions

4
node_modules/long/index.d.ts generated vendored
View file

@ -1,2 +1,2 @@
import Long from './umd/index';
export default Long; // compatible with `import Long from "long"`
import { Long } from './types.js';
export default Long;