Skip to content

Commit e0bed50

Browse files
authored
Merge pull request #52 from hifiwi-fi/dependabot/npm_and_yarn/standard-17.0.0
Bump standard from 16.0.4 to 17.0.0
2 parents 6242cec + 14632e0 commit e0bed50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"npm-run-all2": "^5.0.0",
5050
"snazzy": "^9.0.0",
5151
"sodium-native": "^3.2.1",
52-
"standard": "^16.0.3",
52+
"standard": "^17.0.0",
5353
"tap": "^16.0.0"
5454
},
5555
"engines": {

plugins/env.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const schema = {
5050
*/
5151
export default fp(async function (fastify, opts) {
5252
fastify.register(import('fastify-env'), {
53-
schema: schema,
53+
schema,
5454
dotenv: true
5555
})
5656
}, {

0 commit comments

Comments
 (0)