Commit 45c72aa
authored
chore(deps): ignore toml v4+ in Dependabot to preserve Node.js 18 support (#13562)
toml v4.0.0 sets engines.node to ">=20", which conflicts with the
">=18.0" engine declared in packages/serverless/package.json. Add an
ignore entry mirroring the existing pattern used for other dependencies
that dropped Node 18 support.1 parent 1e4db6c commit 45c72aa
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments