diff --git a/package-lock.json b/package-lock.json index 023f406..12dc92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-lottie", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -5300,9 +5300,9 @@ } }, "lottie-web": { - "version": "5.1.9", - "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.1.9.tgz", - "integrity": "sha512-1uGdt6YTlo5zUBUoPLnAPYFIu3A0BTiZapTBcuOirkmRAHuXqVNsL4LFdoJAsjqiNSh8KHwRLbC6qKdXIElOOg==" + "version": "5.1.20", + "resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.1.20.tgz", + "integrity": "sha512-MuI86VJQQaMCjw/RcBnZG25x9+/C447XY6NTzB8I6DNRfeeAxZtRKUcOQ0vAf/ThnzPCp+GqSWkeULVjPjhs7w==" }, "loud-rejection": { "version": "1.6.0", diff --git a/package.json b/package.json index fe54d89..e57956f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "release": "git add package.json && git commit -m 'chore: bump version number' && standard-version --first-release && git push --follow-tags origin master && npm run build && npm publish && git checkout ." }, "dependencies": { - "lottie-web": "^5.1.9" + "lottie-web": "^5.1.20" }, "peerDependencies": { "vue": "^2.5.16"