chore: fix events package dependency

This commit is contained in:
Aetherinox 2024-04-25 20:04:24 -07:00
parent fed296c84c
commit 7c70661bfd
No known key found for this signature in database
GPG Key ID: CB5C4C30CD0D4028
1 changed files with 8 additions and 0 deletions

8
package-lock.json generated
View File

@ -4599,6 +4599,14 @@
"isarray": "^1.0.0"
}
},
"node_modules/aws-sdk/node_modules/events": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
"integrity": "sha512-kEcvvCBByWXGnZy6JUlgAp2gBIUjfCAV6P6TgT1/aaQKcmuAEC4OZTV1I4EWQLz2gxZw76atuVyvHhTxvi0Flw==",
"engines": {
"node": ">=0.4.x"
}
},
"node_modules/aws-sdk/node_modules/ieee754": {
"version": "1.1.13",
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz",