Skip to content

Commit eeb9975

Browse files
committed
!chore: drop support for Node < 16, bump deps
1 parent c4e38bb commit eeb9975

4 files changed

Lines changed: 443 additions & 562 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Next Release
44

5+
- Drop support for Node 12, 13, 14, and 15
56
- Adds `webhook_secret` and `custom_headers` properties to Typescript definitions of a Webhook
67
- Removes undocumented and unmaintained `repl`
78
- Bumps dependencies

audit-ci.jsonc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json",
33
// Only fail the audit if there are critical vulnerabilities.
44
"critical": true,
5-
// TODO: `GHSA-67mh-4wv8-2f99` requires us to update `vite` once they bump their own dependencies to fix `esbuild`
6-
"allowlist": ["GHSA-67mh-4wv8-2f99"]
75
}

0 commit comments

Comments
 (0)