Skip to content

Commit 049f792

Browse files
committed
chore: Don't allow minor updates
1 parent d0ab0b1 commit 049f792

File tree

2 files changed

+76
-81
lines changed

2 files changed

+76
-81
lines changed

package-lock.json

Lines changed: 60 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
"author": "Tobin Bradley",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@fastify/autoload": "^5.8.0",
13-
"@fastify/caching": "^8.3.0",
14-
"@fastify/compress": "^7.0.0",
15-
"@fastify/cors": "^9.0.1",
16-
"@fastify/postgres": "^5.2.2",
17-
"@fastify/rate-limit": "^9.1.0",
18-
"@fastify/swagger": "^8.14.0",
19-
"@fastify/swagger-ui": "^3.0.0",
20-
"axios": "^1.8.2",
21-
"dotenv": "^16.4.5",
22-
"fastify": "^4.26.1",
23-
"pg": "^8.11.3",
24-
"query-string": "^7.1.3"
12+
"@fastify/autoload": "~5.8.0",
13+
"@fastify/caching": "~8.3.0",
14+
"@fastify/compress": "~7.0.0",
15+
"@fastify/cors": "~9.0.1",
16+
"@fastify/postgres": "~5.2.2",
17+
"@fastify/rate-limit": "~9.1.0",
18+
"@fastify/swagger": "~8.14.0",
19+
"@fastify/swagger-ui": "~3.0.0",
20+
"axios": "~1.8.2",
21+
"dotenv": "~16.4.5",
22+
"fastify": "~4.26.1",
23+
"pg": "~8.11.3",
24+
"query-string": "~7.1.3"
2525
},
2626
"overrides": {
27-
"find-my-way": "8.2.2",
28-
"cookie": "0.7.0",
29-
"cross-spawn": "7.0.5"
27+
"find-my-way": "~8.2.2",
28+
"cookie": "~0.7.0",
29+
"cross-spawn": "~7.0.5"
3030
}
3131
}

0 commit comments

Comments
 (0)