Skip to content

Commit 73f4d45

Browse files
committed
fix: fix vulnerabilities
1 parent 3dbd0e5 commit 73f4d45

File tree

4 files changed

+322
-2197
lines changed

4 files changed

+322
-2197
lines changed

faker/utils/mock.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// https://fakercloud.com/
22
// https://www.npmjs.com/package/faker
3-
// https://www.npmjs.com/package/mockjs
3+
// https://www.npmjs.com/package/better-mock
44

5-
const Mock = require('mockjs')
5+
const Mock = require('better-mock')
66

77
const { Random } = Mock
88
Random.extend({

0 commit comments

Comments
 (0)