mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-23 22:21:03 +00:00
Bump dev deps (#1673)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Copyright 2020-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as fs from 'fs';
|
||||
import fs from 'fs';
|
||||
|
||||
import { decodeAddress } from '@polkadot/util-crypto';
|
||||
|
||||
@@ -15,6 +15,7 @@ const TOP_LEVEL = [
|
||||
|
||||
// root domains
|
||||
'ddns.net',
|
||||
'github.io',
|
||||
'herokuapp.com',
|
||||
'hopto.org',
|
||||
'js.org',
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2020-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as fs from 'fs';
|
||||
import fs from 'fs';
|
||||
|
||||
import { decodeAddress } from '@polkadot/util-crypto';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright 2020-2022 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import * as fs from 'fs';
|
||||
import fs from 'fs';
|
||||
import { load as yamlParse } from 'js-yaml';
|
||||
|
||||
import { fetch } from '@polkadot/x-fetch';
|
||||
|
||||
Reference in New Issue
Block a user