Upgrade autocrop-js package

This commit is contained in:
Aleksandr Statciuk 2023-01-13 12:45:27 +03:00
parent 1c881d6654
commit 8ee909bef3
3 changed files with 12 additions and 12 deletions

14
package-lock.json generated
View file

@ -7,7 +7,7 @@
"name": "@iptv-org/database",
"dependencies": {
"@joi/date": "^2.1.0",
"autocrop-js": "^0.0.2",
"autocrop-js": "^0.2.0",
"axios": "^0.25.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
@ -238,9 +238,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"node_modules/autocrop-js": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/autocrop-js/-/autocrop-js-0.0.2.tgz",
"integrity": "sha512-P6maQj4GdQ9cjysIUCzX20zvcm6I2/m3RXXiIyiCiUKqF8A+80zMr7Qi8DVsVK5YFGBdbphcYDtB3PAyhLLwqQ==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/autocrop-js/-/autocrop-js-0.2.0.tgz",
"integrity": "sha512-ocGuyZz/3X9GeR0cdXmZF+5JWx96P7wJnEkOjqIYJ92itp8qHPbvyCTkK0lthWBxux8xyG8xgKpSMV0Wfb+d3A==",
"dependencies": {
"image-js": "^0.35.2",
"lodash": "^4.17.21"
@ -3185,9 +3185,9 @@
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
},
"autocrop-js": {
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/autocrop-js/-/autocrop-js-0.0.2.tgz",
"integrity": "sha512-P6maQj4GdQ9cjysIUCzX20zvcm6I2/m3RXXiIyiCiUKqF8A+80zMr7Qi8DVsVK5YFGBdbphcYDtB3PAyhLLwqQ==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/autocrop-js/-/autocrop-js-0.2.0.tgz",
"integrity": "sha512-ocGuyZz/3X9GeR0cdXmZF+5JWx96P7wJnEkOjqIYJ92itp8qHPbvyCTkK0lthWBxux8xyG8xgKpSMV0Wfb+d3A==",
"requires": {
"image-js": "^0.35.2",
"lodash": "^4.17.21"

View file

@ -13,7 +13,7 @@
"author": "Arhey",
"dependencies": {
"@joi/date": "^2.1.0",
"autocrop-js": "^0.0.2",
"autocrop-js": "^0.2.0",
"axios": "^0.25.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",

View file

@ -122,10 +122,10 @@
"resolved" "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
"version" "0.4.0"
"autocrop-js@^0.0.2":
"integrity" "sha512-P6maQj4GdQ9cjysIUCzX20zvcm6I2/m3RXXiIyiCiUKqF8A+80zMr7Qi8DVsVK5YFGBdbphcYDtB3PAyhLLwqQ=="
"resolved" "https://registry.npmjs.org/autocrop-js/-/autocrop-js-0.0.2.tgz"
"version" "0.0.2"
"autocrop-js@^0.2.0":
"integrity" "sha512-ocGuyZz/3X9GeR0cdXmZF+5JWx96P7wJnEkOjqIYJ92itp8qHPbvyCTkK0lthWBxux8xyG8xgKpSMV0Wfb+d3A=="
"resolved" "https://registry.npmjs.org/autocrop-js/-/autocrop-js-0.2.0.tgz"
"version" "0.2.0"
dependencies:
"image-js" "^0.35.2"
"lodash" "^4.17.21"