diff --git a/package-lock.json b/package-lock.json index 70814c4..358ff9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-styled-components", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -6733,9 +6733,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, "lodash.find": { diff --git a/package.json b/package.json index 27e8438..cf04fe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-styled-components", - "version": "1.5.1", + "version": "1.6.0", "description": "Visual primitives for the component age. A simple port of styled-components 💅 for Vue", "main": "lib/index.js", "module": "dist/vue-styled-components.es.js",