Commit 23b7fcf
committed
🔧 chore(deps): pin loose package.json specifiers to exact versions
Flip the four remaining caret specifiers across workspaces to exact
versions so package.json matches the already-exact lockfile resolutions
and Renovate cannot pull in-range bumps without a PR.
- app/package.json: nodemailer ^8.0.5 → 8.0.5
- package.json (root): @biomejs/biome ^2.4.8 → 2.4.8, lefthook ^2.1.4 → 2.1.4
- e2e/package.json: lodash ^4.18.1 → 4.18.11 parent b723369 commit 23b7fcf
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
0 commit comments