Skip to content

Commit 23b7fcf

Browse files
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.1
1 parent b723369 commit 23b7fcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎app/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"mqtt": "5.15.0",
5151
"nocache": "4.0.0",
5252
"node-cron": "4.2.1",
53-
"nodemailer": "^8.0.5",
53+
"nodemailer": "8.0.5",
5454
"openid-client": "6.8.2",
5555
"p-limit": "7.3.0",
5656
"parse-docker-image-name": "3.0.0",

‎e2e/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@dotenvx/dotenvx": "1.57.1",
3434
"@playwright/test": "1.58.2",
3535
"artillery": "2.0.30",
36-
"lodash": "^4.18.1"
36+
"lodash": "4.18.1"
3737
},
3838
"overrides": {
3939
"brace-expansion": "5.0.5",

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"node": ">=24.0.0"
88
},
99
"devDependencies": {
10-
"@biomejs/biome": "^2.4.8",
11-
"lefthook": "^2.1.4"
10+
"@biomejs/biome": "2.4.8",
11+
"lefthook": "2.1.4"
1212
}
1313
}

0 commit comments

Comments
 (0)