Skip to content

Commit c419dd6

Browse files
committed
updates isbot dependency to newest version
1 parent 779ff47 commit c419dd6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"filesize": "^6.1.0",
140140
"http-proxy-middleware": "^1.0.5",
141141
"http-terminator": "^3.2.0",
142-
"isbot": "^3.6.10",
142+
"isbot": "^5.1.17",
143143
"js-cookie": "2.2.1",
144144
"js-yaml": "^4.1.0",
145145
"json5": "^2.2.3",

server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import * as expressStaticGzip from 'express-static-gzip';
2727
/* eslint-enable import/no-namespace */
2828
import axios from 'axios';
2929
import LRU from 'lru-cache';
30-
import isbot from 'isbot';
30+
import { isbot } from 'isbot';
3131
import { createCertificate } from 'pem';
3232
import { createServer } from 'https';
3333
import { json } from 'body-parser';

0 commit comments

Comments
 (0)