From 90b372161ab2247bd281b28817ebc6e45ded8575 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 26 Apr 2022 09:01:47 +0100 Subject: [PATCH] build(deps-dev): bump standard from 16.0.4 to 17.0.0 --- package.json | 2 +- test/dir-list.test.js | 2 +- test/static.test.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e338d8c..3267f1a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "proxyquire": "^2.1.0", "simple-get": "^4.0.0", "snazzy": "^9.0.0", - "standard": "^16.0.2", + "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.20.0", "typescript": "^4.0.2" diff --git a/test/dir-list.test.js b/test/dir-list.test.js index 3e279b1..a2cbaa9 100644 --- a/test/dir-list.test.js +++ b/test/dir-list.test.js @@ -1,6 +1,6 @@ 'use strict' -/* eslint node/no-deprecated-api: "off" */ +/* eslint n/no-deprecated-api: "off" */ const fs = require('fs') const path = require('path') diff --git a/test/static.test.js b/test/static.test.js index f6c2c4b..7b1ab9b 100644 --- a/test/static.test.js +++ b/test/static.test.js @@ -1,6 +1,6 @@ 'use strict' -/* eslint node/no-deprecated-api: "off" */ +/* eslint n/no-deprecated-api: "off" */ const path = require('path') const fs = require('fs') @@ -1270,7 +1270,7 @@ t.test('root not found warning', (t) => { }, destination ) - const fastify = Fastify({ logger: logger }) + const fastify = Fastify({ logger }) fastify.register(fastifyStatic, pluginOptions) fastify.listen(0, (err) => { t.error(err)