Commit 504ece0
committed
fix: replace deprecated util._extend with Object.assign
The `util._extend` API triggers a DeprecationWarning (DEP0060) on
recent versions of Node.js. `Object.assign` has identical semantics
and is the recommended replacement. Removes the now-unused `util`
import.
Fixes #1801 parent 782cf09 commit 504ece0
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
144 | 143 | | |
145 | 144 | | |
146 | 145 | | |
147 | | - | |
| 146 | + | |
148 | 147 | | |
149 | 148 | | |
150 | 149 | | |
| |||
0 commit comments