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

10
package-lock.json generated
View File

@@ -52,7 +52,7 @@
"filesize": "^6.1.0",
"http-proxy-middleware": "^1.0.5",
"http-terminator": "^3.2.0",
"isbot": "^3.6.10",
"isbot": "^5.1.17",
"js-cookie": "2.2.1",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
@@ -14436,11 +14436,11 @@
}
},
"node_modules/isbot": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/isbot/-/isbot-3.8.0.tgz",
"integrity": "sha512-vne1mzQUTR+qsMLeCBL9+/tgnDXRyc2pygLGl/WsgA+EZKIiB5Ehu0CiVTHIIk30zhJ24uGz4M5Ppse37aR0Hg==",
"version": "5.1.17",
"resolved": "https://registry.npmjs.org/isbot/-/isbot-5.1.17.tgz",
"integrity": "sha512-/wch8pRKZE+aoVhRX/hYPY1C7dMCeeMyhkQLNLNlYAbGQn9bkvMB8fOUXNnk5I0m4vDYbBJ9ciVtkr9zfBJ7qA==",
"engines": {
"node": ">=12"
"node": ">=18"
}
},
"node_modules/isexe": {

View File

@@ -139,7 +139,7 @@
"filesize": "^6.1.0",
"http-proxy-middleware": "^1.0.5",
"http-terminator": "^3.2.0",
"isbot": "^3.6.10",
"isbot": "^5.1.17",
"js-cookie": "2.2.1",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",

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';