Bump dev deps (#1673)

This commit is contained in:
Jaco
2022-06-14 06:22:27 +02:00
committed by GitHub
parent d420d72b6e
commit 39d7481061
5 changed files with 88 additions and 87 deletions
+2 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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';