Skip to content

Commit

Permalink
chore: update ioc-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Feb 6, 2024
1 parent 3202c00 commit 9da3d1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
18 changes: 9 additions & 9 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"font-awesome-animation": "^1.1.1",
"hast-util-to-html": "^9.0.0",
"highlight.js": "11.9.0",
"ioc-extractor": "^6.0.1",
"ioc-extractor": "^7.0.0",
"js-base64": "3.7.6",
"js-file-download": "^0.4.12",
"js-sha256": "0.11.0",
Expand Down
9 changes: 1 addition & 8 deletions frontend/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ import dayjs from 'dayjs'
import duration from 'dayjs/plugin/duration'
import relativeTime from 'dayjs/plugin/relativeTime'
import utc from 'dayjs/plugin/utc'
import {
isDomain,
isEmail,
isIPv4,
isIPv6,
isSHA256,
isURL
} from 'ioc-extractor/dist/aux/validators'
import { isDomain, isEmail, isIPv4, isIPv6, isSHA256, isURL } from 'ioc-extractor'
import { Base64 } from 'js-base64'
import qs from 'qs'

Expand Down

0 comments on commit 9da3d1c

Please sign in to comment.