Skip to content

Commit

Permalink
dependancy updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jun 30, 2024
1 parent 8fbe0c4 commit f924c23
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@
"cheerio": "1.0.0-rc.12",
"fluent-ffmpeg": "2.1.2",
"glob": "10.4.2",
"handstop": "1.0.0",
"handstop": "1.0.2",
"lodash": "4.17.21",
"pixteroid": "A:/Gitocal/Pixteroid",
"pixteroid": "1.0.1",
"puppeteer": "21.11.0",
"sharp": "0.32.6",
"svgo": "3.3.2",
Expand All @@ -102,4 +102,4 @@
"jest": {
"testSequencer": "./test/custom_test_sequence.js"
}
}
}
26 changes: 11 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@ decompress-unzip@^4.0.1:
pify "^2.3.0"
yauzl "^2.4.2"

decompress@^4.2.1:
[email protected]:
version "4.2.1"
resolved "https://registry.yarnpkg.com/decompress/-/decompress-4.2.1.tgz#007f55cc6a62c055afa37c07eb6a4ee1b773f118"
integrity sha512-e48kc2IjU+2Zw8cTb6VZcJQ3lgVbS4uuB1TfCHbiZIP/haNXm+SVyhu+87jts5/3ROpd82GSVCoNs/z8l4ZOaQ==
Expand Down Expand Up @@ -2654,13 +2654,12 @@ graceful-fs@^4.1.10, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.9:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==

[email protected].0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/handstop/-/handstop-1.0.0.tgz#1749cb11eab117581e7dafbead05b191901c5f44"
integrity sha512-l8SB0fJuPJ1CQaF7WovqtfsEDMfHm0Z1HDwP9qXj3BR1g5N3uCcyZ7rjDnvngnGGrFyqhs/YYChPifGnzQJV0g==
[email protected].2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/handstop/-/handstop-1.0.2.tgz#29c2e3fee5413eb46f23db8c74a9fac7d6a1715c"
integrity sha512-e/ZyONzDmXqvA59xmFEf+RFbcs7ufZg9Ugl2VTq+VjTQOs1HFkxgENAHtsxsirxnqz03tpX5N0UdjQ8y562+2A==
dependencies:
decompress "^4.2.1"
rimraf "5.0.5"
decompress "4.2.1"

has-flag@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -3440,11 +3439,6 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==

mkdirp@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==

[email protected]:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
Expand Down Expand Up @@ -3692,10 +3686,12 @@ pirates@^4.0.4:
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==

"pixteroid@file:A:/Gitocal/Pixteroid":
version "1.0.0"
pixteroid@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/pixteroid/-/pixteroid-1.0.1.tgz#c7f384dcae35273eb69edfc4e32fc9b7de5c5935"
integrity sha512-rnCa6CmPuDPiMrC1Hxrsd04+I1DSvvTQhNtYK8fr5VfzxehqUOzady1xbycXLhMref7IjQxUDwKEUPHZniWKQw==
dependencies:
mkdirp "^3.0.1"
decompress "4.2.1"

pkg-dir@^4.2.0:
version "4.2.0"
Expand Down

0 comments on commit f924c23

Please sign in to comment.