Update isbot dependency

Note that the minimum supported Node.js version is now v18, as v16
is now end of life.
This commit is contained in:
Alan Orth
2024-09-25 08:13:21 +03:00
parent 593e67fe72
commit 35946dcf7c
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ import * as expressStaticGzip from 'express-static-gzip';
/* eslint-enable import/no-namespace */
import axios from 'axios';
import LRU from 'lru-cache';
import isbot from 'isbot';
import { isbot } from 'isbot';
import { createCertificate } from 'pem';
import { createServer } from 'https';
import { json } from 'body-parser';