Shashank3736 / captcha-canvas

A captcha generator by using skia-canvas.
https://captcha-canvas.js.org
Apache License 2.0
61 stars 11 forks source link

Bump skia-canvas from ^1.0.0 to ^1.0.2 #65

Closed Larsundso closed 2 months ago

Larsundso commented 2 months ago

This aims to fix #64 by updating the skia-canvas version from ^1.0.0 to ^1.0.2

JeDaYoshi commented 2 months ago

This is actually not needed. The ^ means that the latest compatible version (according to semver) will be installed.

All you have to do is to update your package-lock.json in your project for npm to pull the latest version of skia-canvas.