Skip to content

Commit 0109cc8

Browse files
committed
update dev deps
1 parent 3e6f4b5 commit 0109cc8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Fastify
3+
Copyright (c) 2023 Fastify
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@
3737
"performance": "npm run lint && node performanceTest/test"
3838
},
3939
"devDependencies": {
40-
"@fastify/multipart": "7.3.0",
40+
"@fastify/multipart": "7.4.0",
4141
"@fastify/pre-commit": "^2.0.2",
4242
"@types/aws-lambda": "8.10.109",
4343
"aws-lambda": "^1.0.7",
4444
"aws-serverless-express": "^3.4.0",
45-
"aws-serverless-fastify": "^3.0.0",
45+
"aws-serverless-fastify": "^3.0.2",
4646
"benchmark": "^2.1.4",
47-
"eslint": "^8.17.0",
47+
"eslint": "^8.31.0",
4848
"eslint-config-standard": "^17.0.0",
49-
"eslint-plugin-import": "^2.26.0",
50-
"eslint-plugin-n": "^15.3.0",
51-
"eslint-plugin-promise": "^6.0.1",
49+
"eslint-plugin-import": "^2.27.4",
50+
"eslint-plugin-n": "^15.6.1",
51+
"eslint-plugin-promise": "^6.1.1",
5252
"eslint-plugin-standard": "^5.0.0",
53-
"fastify": "^4.7.0",
54-
"serverless-http": "^3.0.2",
55-
"tap": "^16.3.0",
53+
"fastify": "^4.11.0",
54+
"serverless-http": "^3.1.1",
55+
"tap": "^16.3.3",
5656
"tsd": "^0.25.0"
5757
},
5858
"overrides": {
5959
"aws-serverless-fastify": {
60-
"fastify": "^4.7.0"
60+
"fastify": "^4.11.0"
6161
}
6262
},
6363
"publishConfig": {

0 commit comments

Comments
 (0)