diff --git a/template/package-lock.json b/template/package-lock.json index c10aa21b0..5d6c84dad 100644 --- a/template/package-lock.json +++ b/template/package-lock.json @@ -13168,9 +13168,9 @@ "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" }, "faker": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/faker/-/faker-4.1.0.tgz", - "integrity": "sha1-HkW7vsxndLPBlfrSg1EJxtdIzD8=", + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/faker/-/faker-5.5.2.tgz", + "integrity": "sha512-6G3lzZXWjWfqTJDS9KhHFIislZMGdrzDqews3T14E/dsANVbs3YT4A3jSNDrbA/gbtmjLuKJx9DzcLucdXBqBw==", "dev": true }, "fast-deep-equal": { @@ -27505,12 +27505,6 @@ } } }, - "unfetch": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.1.0.tgz", - "integrity": "sha512-crP/n3eAPUJxZXM9T80/yv0YhkTEx2K1D3h7D1AJM6fzsWZrxdyRuLN0JH/dkZh1LNH8LxCnBzoPFCPbb2iGpg==", - "dev": true - }, "unherit": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.2.tgz", diff --git a/template/package.json b/template/package.json index 2a54b48e1..86fbda024 100644 --- a/template/package.json +++ b/template/package.json @@ -109,7 +109,7 @@ "eslint-plugin-unicorn": "^19.0.0", "eslint-plugin-vue": "^6.2.1", "eslint-plugin-vue-a11y": "0.0.31", - "faker": "^4.1.0", + "faker": "^5.5.2", "jest": "^25.5.4", "jest-matcher-vue-test-utils": "^2.0.1", "jest-serializer-vue": "^2.0.2",