Skip to content

Commit 205b079

Browse files
Tony133Eomm
andauthored
chore: upgrade dependencies in internal scripts (#389)
Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
1 parent 5860017 commit 205b079

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

scripts/package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
10-
"keywords": [],
10+
"keywords": [
11+
"fastify",
12+
"website",
13+
"scripts"
14+
],
1115
"author": "Manuel Spigolon <behemoth89@gmail.com> (https://github.com/Eomm)",
1216
"contributors": [
1317
"Massimiliano Fanciulli <fanciulli@gmail.com> (https://github.com/fanciulli)"
@@ -16,15 +20,15 @@
1620
"dependencies": {
1721
"directory-tree": "^3.4.0",
1822
"glob": "^8.0.3",
19-
"pino": "^8.8.0",
20-
"pino-pretty": "^9.1.1",
23+
"pino": "^10.2.1",
24+
"pino-pretty": "^13.1.2",
2125
"prepend-file": "^2.0.1",
2226
"replace": "^1.2.2",
23-
"semver": "^7.3.8",
27+
"semver": "^7.7.3",
2428
"undici": "^5.14.0",
2529
"yaml": "^2.2.1"
2630
},
2731
"devDependencies": {
28-
"@types/node": "^18.11.18"
32+
"@types/node": "^25.0.9"
2933
}
3034
}

0 commit comments

Comments
 (0)