From 00a8acac5eaa779f54f615dd8e1580467a3acf6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Nov 2020 00:16:44 +0000 Subject: [PATCH] fix: upgrade element-ui from 2.13.2 to 2.14.0 Snyk has created this PR to upgrade element-ui from 2.13.2 to 2.14.0. See this package in npm: https://www.npmjs.com/package/element-ui See this project in Snyk: https://app.snyk.io/org/dcyou/project/6be8d286-f8a8-478a-89b8-c6f2f00dae95?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71172f5..d256888 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8094,9 +8094,9 @@ "integrity": "sha512-rQItBTFnol20HaaLm26UgSUduX7iGerwW7pEYX17MB1tI6LzFajiLV7iZ7LVcUcsN/7HrZUoCLrBauChy/IqEg==" }, "element-ui": { - "version": "2.13.2", - "resolved": "https://registry.npmjs.org/element-ui/-/element-ui-2.13.2.tgz", - "integrity": "sha512-r761DRPssMPKDiJZWFlG+4e4vr0cRG/atKr3Eqr8Xi0tQMNbtmYU1QXvFnKiFPFFGkgJ6zS6ASkG+sellcoHlQ==", + "version": "2.14.0", + "resolved": "https://registry.npmjs.org/element-ui/-/element-ui-2.14.0.tgz", + "integrity": "sha512-dda4xw40HT7Xcx/7aV5METvGjwMumdd5D1B7vjhDkmqvJP/9IEqgL5VsYA4YXz+RUVqyxMByRwf1WedrICJTTQ==", "requires": { "async-validator": "~1.8.1", "babel-helper-vue-jsx-merge-props": "^2.0.0", diff --git a/package.json b/package.json index 9e6dc16..9b40626 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "prepare": "npm run snyk-protect" }, "dependencies": { - "element-ui": "^2.13.2", + "element-ui": "^2.14.0", "nuxt": "^2.14.7", "vue-github-buttons": "^3.1.0", "snyk": "^1.425.3"