updates isbot dependency to newest version

This commit is contained in:
nwoodward
2024-09-16 15:07:08 -05:00
parent 779ff47260
commit c419dd608b
3 changed files with 7 additions and 7 deletions

View File

@@ -27,7 +27,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';