Commit 97ed846
Bump tmp and rewire (#81)
* Bump tmp and rewire
Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [rewire](https://github.com/jhnns/rewire). These dependencies need to be updated together.
Removes `tmp`
Updates `rewire` from 5.0.0 to 9.0.0
- [Release notes](https://github.com/jhnns/rewire/releases)
- [Changelog](https://github.com/jhnns/rewire/blob/master/CHANGELOG.md)
- [Commits](jhnns/rewire@v5.0.0...v9.0.0)
---
updated-dependencies:
- dependency-name: tmp
dependency-version:
dependency-type: indirect
- dependency-name: rewire
dependency-version: 9.0.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
* Updating to node v 17
* Updating to node v 17
Rewrite 9.0.0 is not compatible with node 16
* Updating to node v 17
* Terminating support for node 16
Need to upgrade Rewire to 9.0.0 to fix vulnerabilities. This is incompatible with node 16.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ShimonaR-MC <[email protected]>1 parent 90547a8 commit 97ed846
File tree
6 files changed
+634
-1207
lines changed- .github/workflows
6 files changed
+634
-1207
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments