mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit bumps the following dependencies: - core-js (prod-dependency): 3.2.1 -> 3.6.4 - jimp (dev-dependency): 0.8.4 -> 0.9.6
This commit is contained in:
parent
685249621f
commit
7b4a3e7167
2 changed files with 223 additions and 195 deletions
|
@ -159,7 +159,7 @@
|
|||
"color": "1.0.3",
|
||||
"commander": "3.0.2",
|
||||
"compare-versions": "3.5.1",
|
||||
"core-js": "^3.2.1",
|
||||
"core-js": "^3.6.4",
|
||||
"css-loader": "^3.4.2",
|
||||
"d3": "3.5.17",
|
||||
"d3-cloud": "1.2.5",
|
||||
|
@ -437,7 +437,7 @@
|
|||
"jest": "^24.9.0",
|
||||
"jest-cli": "^24.9.0",
|
||||
"jest-raw-loader": "^1.0.1",
|
||||
"jimp": "0.8.4",
|
||||
"jimp": "^0.9.6",
|
||||
"json5": "^1.0.1",
|
||||
"karma": "3.1.4",
|
||||
"karma-chrome-launcher": "2.2.0",
|
||||
|
|
414
yarn.lock
414
yarn.lock
|
@ -3087,257 +3087,284 @@
|
|||
"@types/yargs" "^15.0.0"
|
||||
chalk "^3.0.0"
|
||||
|
||||
"@jimp/bmp@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.8.4.tgz#3246e0c6b073b3e2d9b61075ac0146d9124c9277"
|
||||
integrity sha512-Cf/V+SUyEVxCCP8q1emkarCHJ8NkLFcLp41VMqBihoR4ke0TIPfCSdgW/JXbM/28vvZ5a2bvMe6uOll6cFggvA==
|
||||
"@jimp/bmp@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/bmp/-/bmp-0.9.6.tgz#379e261615d7c1f3b52af4d5a0f324666de53d7d"
|
||||
integrity sha512-T2Fh/k/eN6cDyOx0KQ4y56FMLo8+mKNhBh7GXMQXLK2NNZ0ckpFo3VHDBZ3HnaFeVTZXF/atLiR9CfnXH+rLxA==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
bmp-js "^0.1.0"
|
||||
core-js "^2.5.7"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/core@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.8.4.tgz#fbdb3cb0823301381736e988674f14c282dc5c63"
|
||||
integrity sha512-3fK5UEOEQsfSDhsrAgBT6W8Up51qkeCj9RVjusxUaEGmix34PO/KTVfzURlu6NOpOUvtfNXsCq9xS7cxBTWSCA==
|
||||
"@jimp/core@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/core/-/core-0.9.6.tgz#a553f801bd436526d36e8982b99e58e8afc3d17a"
|
||||
integrity sha512-sQO04S+HZNid68a9ehb4BC2lmW6iZ5JgU9tC+thC2Lhix+N/XKDJcBJ6HevbLgeTzuIAw24C5EKuUeO3C+rE5w==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
any-base "^1.1.0"
|
||||
buffer "^5.2.0"
|
||||
core-js "^2.5.7"
|
||||
core-js "^3.4.1"
|
||||
exif-parser "^0.1.12"
|
||||
file-type "^9.0.0"
|
||||
load-bmfont "^1.3.1"
|
||||
mkdirp "0.5.1"
|
||||
mkdirp "^0.5.1"
|
||||
phin "^2.9.1"
|
||||
pixelmatch "^4.0.2"
|
||||
tinycolor2 "^1.4.1"
|
||||
|
||||
"@jimp/custom@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.8.4.tgz#abd61281ce12194ae23046ee71d60b754b515bc8"
|
||||
integrity sha512-iS/RB3QQKpm4QS8lxxtQzvYDMph9YvOn3d68gMM4pDKn95n3nt5/ySHFv6fQq/yzfox1OPdeYaXbOLvC3+ofqw==
|
||||
"@jimp/custom@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/custom/-/custom-0.9.6.tgz#3d8a19d6ed717f0f1aa3f1b8f42fa374f43bc715"
|
||||
integrity sha512-ZYKgrBZVoQwvIGlQSO7MFmn7Jn8a9X5g1g+KOTDO9Q0s4vnxdPTtr/qUjG9QYX6zW/6AK4LaIsDinDrrKDnOag==
|
||||
dependencies:
|
||||
"@jimp/core" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/core" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/gif@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.8.4.tgz#1429a71ed3b055f73d63c9b195fa7f0a46e947b5"
|
||||
integrity sha512-YpHZ7aWzmrviY7YigXRolHs6oBhGJItRry8fh3zebAgKth06GMv58ce84yXXOKX4yQ+QGd6GgOWzePx+KMP9TA==
|
||||
"@jimp/gif@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/gif/-/gif-0.9.6.tgz#0a7b1e521daca635b02259f941bdb3600569d8e6"
|
||||
integrity sha512-Z2muC2On8KHEVrWKCCM0L2eua9kw4bQETzT7gmVsizc8MXAKdS8AyVV9T3ZrImiI0o5UkAN/u0cPi1U2pSiD8Q==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
omggif "^1.0.9"
|
||||
|
||||
"@jimp/jpeg@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.8.4.tgz#effde867116f88f59ac20b44b1a526b11caca026"
|
||||
integrity sha512-7exKk3LNPKJgsFzUPL+mOJtIEHcLp6yU9sVbULffVDjVUun6/Are2tCX8rCXZq28yiUhofzr61k5UqjkKFJXrA==
|
||||
"@jimp/jpeg@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/jpeg/-/jpeg-0.9.6.tgz#fb90bdc0111966987c5ba59cdca7040be86ead41"
|
||||
integrity sha512-igSe0pIX3le/CKdvqW4vLXMxoFjTLjEaW6ZHt/h63OegaEa61TzJ2OM7j7DxrEHcMCMlkhUc9Bapk57MAefCTQ==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
jpeg-js "^0.3.4"
|
||||
|
||||
"@jimp/plugin-blit@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.8.4.tgz#991b4199cc5506f0faae22b821b14ec93fbce1bb"
|
||||
integrity sha512-H9bpetmOUgEHpkDSRzbXLMXQhr34i8YicYV3EDeuHU8mKlAjtMbVpbp5ZN4mcadTz+EYdTdVNfQNsRCcIb5Oeg==
|
||||
"@jimp/plugin-blit@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blit/-/plugin-blit-0.9.6.tgz#7937e02e3514b95dbe4c70d444054847f6e9ce3c"
|
||||
integrity sha512-zp7X6uDU1lCu44RaSY88aAvsSKbgqUrfDyWRX1wsamJvvZpRnp1WekWlGyydRtnlUBAGIpiHCHmyh/TJ2I4RWA==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-blur@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.8.4.tgz#460f79c45eda7f24adf624a691134d6192d3dbb4"
|
||||
integrity sha512-gvEDWW7+MI9Hk1KKzuFliRdDPaofkxB4pRJ/n1hipDoOGcNYFqxx5FGNQ4wsGSDpQ+RiHZF+JGKKb+EIwHg+0Q==
|
||||
"@jimp/plugin-blur@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-blur/-/plugin-blur-0.9.6.tgz#3d74b18c27e9eae11b956ffe26290ece6d250813"
|
||||
integrity sha512-xEi63hvzewUp7kzw+PI3f9CIrgZbphLI4TDDHWNYuS70RvhTuplbR6RMHD/zFhosrANCkJGr5OZJlrJnsCg6ug==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-color@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.8.4.tgz#a9aa525421ea50bf2c1baec7618f73b7e4fc3464"
|
||||
integrity sha512-DHCGMxInCI1coXMIfdZJ5G/4hpt5yZLNB5+oUIxT4aClzyhUjqD4xOcnO7hlPY6LuX8+FX7cYMHhdMfhTXB3Dg==
|
||||
"@jimp/plugin-color@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-color/-/plugin-color-0.9.6.tgz#d0fca0ed4c2c48fd6f929ef4a03cebf9c1342e14"
|
||||
integrity sha512-o1HSoqBVUUAsWbqSXnpiHU0atKWy/Q1GUbZ3F5GWt/0OSDyl9RWM82V9axT2vePZHInKjIaimhnx1gGj8bfxkQ==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
tinycolor2 "^1.4.1"
|
||||
|
||||
"@jimp/plugin-contain@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.8.4.tgz#2db8c12de910490cd74f339e9414a968b8c9328e"
|
||||
integrity sha512-3wwLXig5LkOMg5FrNZrX/r99ehaA+0s3dkro3CiRg0Ez6Y0fz067so+HdsmqmoG78WY/dCdgdps/xLOW2VV4DQ==
|
||||
"@jimp/plugin-contain@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-contain/-/plugin-contain-0.9.6.tgz#7d7bbd5e9c2fa4391a3d63620e13a28f51e1e7e8"
|
||||
integrity sha512-Xz467EN1I104yranET4ff1ViVKMtwKLg1uRe8j3b5VOrjtiXpDbjirNZjP3HTlv8IEUreWNz4BK7ZtfHSptufA==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-cover@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.8.4.tgz#a09bfbbe88129754ca35e281707bc5ed3f3f0c63"
|
||||
integrity sha512-U0xmSfGLmw0Ieiw00CM8DQ+XoQVBxbjsLE5To8EejnyLx5X+oNZ8r7E5EsQaushUlzij95IqMCloo+nCGhdYMw==
|
||||
"@jimp/plugin-cover@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-cover/-/plugin-cover-0.9.6.tgz#2853de7f8302f655ae8e95f51ab25a0ed77e3756"
|
||||
integrity sha512-Ocr27AvtvH4ZT/9EWZgT3+HQV9fG5njwh2CYMHbdpx09O62Asj6pZ4QI0kKzOcux1oLgv59l7a93pEfMOfkfwQ==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-crop@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.8.4.tgz#ca5bd359c4e4b2374777bae6130e8b94552932fa"
|
||||
integrity sha512-Neqs0K4cr7SU9nSte2qvGVh/8+K9ArH8mH1fWhZw4Zq8qD9NicX+g5hqmpmeSjOKD73t/jOmwvBevfJDu2KKSA==
|
||||
"@jimp/plugin-crop@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-crop/-/plugin-crop-0.9.6.tgz#82e539af2a2417783abbd143124a57672ff4cc31"
|
||||
integrity sha512-d9rNdmz3+eYLbSKcTyyp+b8Nmhf6HySnimDXlTej4UP6LDtkq2VAyVaJ12fz9x6dfd8qcXOBXMozSfNCcgpXYA==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-displace@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.8.4.tgz#c6d5cff889e52cb64194979967e6bd7fff4d5d1b"
|
||||
integrity sha512-qKCwAP2lAO3R8ofYaEF/Gh+sfcjzZLtEiYHzjx/mYvPpXS6Yvkvl28aUH8pwdJYT+QYGelHmOne0RJvjsac1NQ==
|
||||
"@jimp/plugin-displace@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-displace/-/plugin-displace-0.9.6.tgz#67564d081dc6b19007248ca222d025fd6f90c03b"
|
||||
integrity sha512-SWpbrxiHmUYBVWtDDMjaG3eRDBASrTPaad7l07t73/+kmU6owAKWQW6KtVs05MYSJgXz7Ggdr0fhEn9AYLH1Rg==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-dither@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.8.4.tgz#a2320d6a8c467cf7697109e0c5ed4ee3d3898b73"
|
||||
integrity sha512-19+y5VAO6d0keRne9eJCdOeB9X0LFuRdRSjgwl/57JtREeoPj+iKBg6REBl4atiSGd7/UCFg3wRtFOw24XFKgw==
|
||||
"@jimp/plugin-dither@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-dither/-/plugin-dither-0.9.6.tgz#dc48669cf51f3933761aa9137e99ebfa000b8cce"
|
||||
integrity sha512-abm1GjfYK7ru/PoxH9fAUmhl+meHhGEClbVvjjMMe5g2S0BSTvMJl3SrkQD/FMkRLniaS/Qci6aQhIi+8rZmSw==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-flip@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.8.4.tgz#08bf46470c3c0b4890691f554c28ccf17813746f"
|
||||
integrity sha512-1BtKtc8cANuGgiWyOmltQZaR3Y5Og/GS/db8wBpFNLJ33Ir5UAGN2raDtx4EYEd5okuRVFj3OP+wAZl69m72LQ==
|
||||
"@jimp/plugin-flip@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-flip/-/plugin-flip-0.9.6.tgz#f81f9b886da8cd56e23dd04d5aa359f2b94f939e"
|
||||
integrity sha512-KFZTzAzQQ5bct3ii7gysOhWrTKVdUOghkkoSzLi+14nO3uS/dxiu8fPeH1m683ligbdnuM/b22OuLwEwrboTHA==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-gaussian@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.8.4.tgz#f3be12c5f16c5670959ab711e69b2963f66f7b4f"
|
||||
integrity sha512-qYcVmiJn8l8uDZqk4FlB/qTV8fJgiJAh/xc/WKNEp2E8qFEgxoIPeimPHO8cJorEHqlh8I8l24OZkTkkEKaFfw==
|
||||
"@jimp/plugin-gaussian@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-gaussian/-/plugin-gaussian-0.9.6.tgz#6c93897ee0ff979466184d7d0ec0fbc95c679be4"
|
||||
integrity sha512-WXKLtJKWchXfWHT5HIOq1HkPKpbH7xBLWPgVRxw00NV/6I8v4xT63A7/Nag78m00JgjwwiE7eK2tLGDbbrPYig==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-invert@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.8.4.tgz#fd4577beba2973f663164f5ee454b2172ca56b34"
|
||||
integrity sha512-OQ/dFDbBUmEd935Gitl5Pmgz+nLVyszwS0RqL6+G1U9EHYBeiHDrmY2sj7NgDjDEJYlRLxGlBRsTIPHzF3tdNw==
|
||||
"@jimp/plugin-invert@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-invert/-/plugin-invert-0.9.6.tgz#4b3fa7b81ea976b09b82b3db59ee00ac3093d2fd"
|
||||
integrity sha512-Pab/cupZrYxeRp07N4L5a4C/3ksTN9k6Knm/o2G5C789OF0rYsGGLcnBR/6h69nPizRZHBYdXCEyXYgujlIFiw==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-mask@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.8.4.tgz#0dfe02a14530c3bddfc258e83bd3c979e53d15ef"
|
||||
integrity sha512-uqLdRGShHwCd9RHv8bMntTfDNDI2pcEeE7+F868P6PngWLKrzQCpuAyTnK6WK0ZN95fSsgy7TzCoesYk+FchkQ==
|
||||
"@jimp/plugin-mask@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-mask/-/plugin-mask-0.9.6.tgz#d70be0030ab3294b191f5b487fb655d776820b19"
|
||||
integrity sha512-ikypRoDJkbxXlo6gW+EZOcTiLDIt0DrPwOFMt1bvL8UV2QPgX+GJ685IYwhIfEhBf/GSNFgB/NYsVvuSufTGeg==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-normalize@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.8.4.tgz#aa2c3131082b6ceef2fb6222323db9f7d837447c"
|
||||
integrity sha512-+ihgQeVD8syWxw12F5ngUUdtlIcGDqH7hEoHcwVVGOFfaJqR4YBQR4FM3QLFFFdi2X/uK2nGJt9cMh0UaINEgw==
|
||||
"@jimp/plugin-normalize@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-normalize/-/plugin-normalize-0.9.6.tgz#c9128412a53485d91236a1da241f3166e572be4a"
|
||||
integrity sha512-V3GeuAJ1NeL7qsLoDjnypJq24RWDCwbXpKhtxB+Yg9zzgOCkmb041p7ysxbcpkuJsRpKLNABZeNCCqd83bRawA==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-print@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.8.4.tgz#c110d6e7632e3c9cf47ce395e36b0f3c1461a9ca"
|
||||
integrity sha512-Wg5tZI3hW5DG9Caz4wg4ZolS3Lvv4MFAxORPAeWeahDpHs38XZ7ydJ0KR39p2oWJPP0yIFv1fETYpU7BiJPRRw==
|
||||
"@jimp/plugin-print@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-print/-/plugin-print-0.9.6.tgz#fea31ffeafee18ae7b5cfd6fa131bb205abfee51"
|
||||
integrity sha512-gKkqZZPQtMSufHOL0mtJm5d/KI2O6+0kUpOBVSYdGedtPXA61kmVnsOd3wwajIMlXA3E0bDxLXLdAguWqjjGgw==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
load-bmfont "^1.4.0"
|
||||
|
||||
"@jimp/plugin-resize@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.8.4.tgz#6690f50c98cfd89ac3682b58ba9623e7c46e0be6"
|
||||
integrity sha512-z9tumvsQja/YFTSeGvofYLvVws8LZYLYVW8l17hBETzfZQdVEvPOdWKkXqsAsK5uY9m8M5rH7kR8NZbCDVbyzA==
|
||||
"@jimp/plugin-resize@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-resize/-/plugin-resize-0.9.6.tgz#7fb939c8a42e2a3639d661cc7ab24057598693bd"
|
||||
integrity sha512-r5wJcVII7ZWMuY2l6WSbHPG6gKMFemtCHmJRXGUu+/ZhPGBz3IFluycBpHkWW3OB+jfvuyv1EGQWHU50N1l8Og==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-rotate@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.8.4.tgz#bf3ea70d10123f1372507b74d06bfefb40b3e526"
|
||||
integrity sha512-PVxpt3DjqaUnHP6Nd3tzZjl4SYe/FYXszGTshtx51AMuvZLnpvekrrclYyc7Dc1Ry3kx3ma6UuLCvmf85hrdmw==
|
||||
"@jimp/plugin-rotate@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-rotate/-/plugin-rotate-0.9.6.tgz#06d725155e5cdb615133f57a52f5a860a9d03f3e"
|
||||
integrity sha512-B2nm/eO2nbvn1DgmnzMd79yt3V6kffhRNrKoo2VKcKFiVze1vGP3MD3fVyw5U1PeqwAFu7oTICFnCf9wKDWSqg==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugin-scale@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.8.4.tgz#2de9cc80d49f6a36e4177b22e0ab1d4305331c2e"
|
||||
integrity sha512-PrBTOMJ5n4gbIvRNxWfc1MdgHw4vd5r1UOHRVuc6ZQ9Z/FueBuvIidnz7GBRHbsRm3IjckvsLfEL1nIK0Kqh3A==
|
||||
"@jimp/plugin-scale@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugin-scale/-/plugin-scale-0.9.6.tgz#3fa939c1a4f44383e12afeb7c434eb41f20e4a1c"
|
||||
integrity sha512-DLsLB5S3mh9+TZY5ycwfLgOJvUcoS7bP0Mi3I8vE1J91qmA+TXoWFFgrIVgnEPw5jSKzNTt8WhykQ0x2lKXncw==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@jimp/plugins@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.8.4.tgz#af24c0686aec327f3abcc50ba5bbae1df2113fb0"
|
||||
integrity sha512-Vd0oCe0bj7c+crHL6ee178q2c1o50UnbCmc0imHYg7M+pY8S1kl4ubZWwkAg2W96FCarGrm9eqPvCUyAdFOi9w==
|
||||
"@jimp/plugins@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/plugins/-/plugins-0.9.6.tgz#a1cfdf9f3e1adf5b124686486343888a16c8fd27"
|
||||
integrity sha512-eQI29e+K+3L/fb5GbPgsBdoftvaYetSOO2RL5z+Gjk6R4EF4QFRo63YcFl+f72Kc1b0JTOoDxClvn/s5GMV0tg==
|
||||
dependencies:
|
||||
"@jimp/plugin-blit" "^0.8.4"
|
||||
"@jimp/plugin-blur" "^0.8.4"
|
||||
"@jimp/plugin-color" "^0.8.4"
|
||||
"@jimp/plugin-contain" "^0.8.4"
|
||||
"@jimp/plugin-cover" "^0.8.4"
|
||||
"@jimp/plugin-crop" "^0.8.4"
|
||||
"@jimp/plugin-displace" "^0.8.4"
|
||||
"@jimp/plugin-dither" "^0.8.4"
|
||||
"@jimp/plugin-flip" "^0.8.4"
|
||||
"@jimp/plugin-gaussian" "^0.8.4"
|
||||
"@jimp/plugin-invert" "^0.8.4"
|
||||
"@jimp/plugin-mask" "^0.8.4"
|
||||
"@jimp/plugin-normalize" "^0.8.4"
|
||||
"@jimp/plugin-print" "^0.8.4"
|
||||
"@jimp/plugin-resize" "^0.8.4"
|
||||
"@jimp/plugin-rotate" "^0.8.4"
|
||||
"@jimp/plugin-scale" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/plugin-blit" "^0.9.6"
|
||||
"@jimp/plugin-blur" "^0.9.6"
|
||||
"@jimp/plugin-color" "^0.9.6"
|
||||
"@jimp/plugin-contain" "^0.9.6"
|
||||
"@jimp/plugin-cover" "^0.9.6"
|
||||
"@jimp/plugin-crop" "^0.9.6"
|
||||
"@jimp/plugin-displace" "^0.9.6"
|
||||
"@jimp/plugin-dither" "^0.9.6"
|
||||
"@jimp/plugin-flip" "^0.9.6"
|
||||
"@jimp/plugin-gaussian" "^0.9.6"
|
||||
"@jimp/plugin-invert" "^0.9.6"
|
||||
"@jimp/plugin-mask" "^0.9.6"
|
||||
"@jimp/plugin-normalize" "^0.9.6"
|
||||
"@jimp/plugin-print" "^0.9.6"
|
||||
"@jimp/plugin-resize" "^0.9.6"
|
||||
"@jimp/plugin-rotate" "^0.9.6"
|
||||
"@jimp/plugin-scale" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
timm "^1.6.1"
|
||||
|
||||
"@jimp/png@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.8.4.tgz#d150ddaaebafcda83d820390f62a4d3c409acc03"
|
||||
integrity sha512-DLj260SwQr9ZNhSto1BacXGNRhIQiLNOESPoq5DGjbqiPCmYNxE7CPlXB1BVh0T3AmZBjnZkZORU0Y9wTi3gJw==
|
||||
"@jimp/png@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/png/-/png-0.9.6.tgz#00ed7e6fb783b94f2f1a9fadf9a42bd75f70cc7f"
|
||||
integrity sha512-9vhOG2xylcDqPbBf4lzpa2Sa1WNJrEZNGvPvWcM+XVhqYa8+DJBLYkoBlpI/qWIYA+eVWDnLF3ygtGj8CElICw==
|
||||
dependencies:
|
||||
"@jimp/utils" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/utils" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
pngjs "^3.3.3"
|
||||
|
||||
"@jimp/tiff@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.8.4.tgz#bc18c32cef996ad986a92bb7d926d6abd1db9d10"
|
||||
integrity sha512-SQmf1B/TbCtbwzJReLw/lzGqbeu8MOfT+wkaia0XWS72H6bEW66PTQKhB4/3uzC/Xnmsep1WNQITlwcWdgc36Q==
|
||||
"@jimp/tiff@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/tiff/-/tiff-0.9.6.tgz#9ff12122e727ee15f27f40a710516102a636f66b"
|
||||
integrity sha512-pKKEMqPzX9ak8mek2iVVoW34+h/TSWUyI4NjbYWJMQ2WExfuvEJvLocy9Q9xi6HqRuJmUxgNIiC5iZM1PDEEfg==
|
||||
dependencies:
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
core-js "^3.4.1"
|
||||
utif "^2.0.1"
|
||||
|
||||
"@jimp/types@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.8.4.tgz#01df00a5adb955cb4ba79df1288408faa3bb40ed"
|
||||
integrity sha512-BCehQ5hrTOGDGdeROwXOYqgFGAzJPkuXmVJXgMgBoW1YjoGWhXJ5iShaJ/l7DRErrdezoWUdAhTFlV5bJf51dg==
|
||||
"@jimp/types@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/types/-/types-0.9.6.tgz#7be7f415ad93be733387c03b8a228c587a868a18"
|
||||
integrity sha512-PSjdbLZ8d50En+Wf1XkWFfrXaf/GqyrxxgIwFWPbL+wrW4pmbYovfxSLCY61s8INsOFOft9dzzllhLBtg1aQ6A==
|
||||
dependencies:
|
||||
"@jimp/bmp" "^0.8.4"
|
||||
"@jimp/gif" "^0.8.4"
|
||||
"@jimp/jpeg" "^0.8.4"
|
||||
"@jimp/png" "^0.8.4"
|
||||
"@jimp/tiff" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/bmp" "^0.9.6"
|
||||
"@jimp/gif" "^0.9.6"
|
||||
"@jimp/jpeg" "^0.9.6"
|
||||
"@jimp/png" "^0.9.6"
|
||||
"@jimp/tiff" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
timm "^1.6.1"
|
||||
|
||||
"@jimp/utils@^0.8.4":
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.8.4.tgz#a6bbdc13dba99b95d4cabf0bde87b1bcd2230d25"
|
||||
integrity sha512-6Cwplao7IgwhFRijMvvyjdV7Sa7Fw71vS1aDsUDCVpi3XHsiLUM+nPTno6OKjzg2z2EufuolWPEvuq/GSte4lA==
|
||||
"@jimp/utils@^0.9.6":
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/@jimp/utils/-/utils-0.9.6.tgz#a3e6c29e835e2b9ea9f3899c9d3d230dc63bd518"
|
||||
integrity sha512-kzxcp0i4ecSdMXFEmtH+NYdBQysINEUTsrjm7v0zH8t/uwaEMOG46I16wo/iPBXJkUeNdL2rbXoGoxxoeSfrrA==
|
||||
dependencies:
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
core-js "^3.4.1"
|
||||
|
||||
"@mapbox/extent@0.4.0":
|
||||
version "0.4.0"
|
||||
|
@ -10897,10 +10924,10 @@ core-js@^2.2.0, core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.1, core-js@^2.5.3,
|
|||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.9.tgz#6b4b214620c834152e179323727fc19741b084f2"
|
||||
integrity sha512-HOpZf6eXmnl7la+cUdMnLvUxKNqLUzJvgIziQ0DiF3JwSImNphIqdGqzj6hIKyX04MmV0poclQ7+wjWvxQyR2A==
|
||||
|
||||
core-js@^3.0.1, core-js@^3.0.4, core-js@^3.2.1:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"
|
||||
integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==
|
||||
core-js@^3.0.1, core-js@^3.0.4, core-js@^3.2.1, core-js@^3.4.1, core-js@^3.6.4:
|
||||
version "3.6.4"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.4.tgz#440a83536b458114b9cb2ac1580ba377dc470647"
|
||||
integrity sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==
|
||||
|
||||
core-util-is@1.0.2, core-util-is@^1.0.2, core-util-is@~1.0.0:
|
||||
version "1.0.2"
|
||||
|
@ -19160,15 +19187,16 @@ jest@^24.9.0:
|
|||
import-local "^2.0.0"
|
||||
jest-cli "^24.9.0"
|
||||
|
||||
jimp@0.8.4:
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.8.4.tgz#9c7c6ee4c8992e585a60914c62aee0c5e5c7955b"
|
||||
integrity sha512-xCPvd2HIH8iR7+gWVnivzXwiQGnLBmLDpaEj5M0vQf3uur5MuLCOWbBduAdk6r3ur8X0kwgM4eEM0i7o+k9x9g==
|
||||
jimp@^0.9.6:
|
||||
version "0.9.6"
|
||||
resolved "https://registry.yarnpkg.com/jimp/-/jimp-0.9.6.tgz#abf381daf193a4fa335cb4ee0e22948049251eb9"
|
||||
integrity sha512-DBDHYeNVqVpoPkcvo0PKTNGvD+i7NYvkKTsl0I3k7ql36uN8wGTptRg0HtgQyYE/bhGSLI6Lq5qLwewaOPXNfg==
|
||||
dependencies:
|
||||
"@jimp/custom" "^0.8.4"
|
||||
"@jimp/plugins" "^0.8.4"
|
||||
"@jimp/types" "^0.8.4"
|
||||
core-js "^2.5.7"
|
||||
"@babel/runtime" "^7.7.2"
|
||||
"@jimp/custom" "^0.9.6"
|
||||
"@jimp/plugins" "^0.9.6"
|
||||
"@jimp/types" "^0.9.6"
|
||||
core-js "^3.4.1"
|
||||
regenerator-runtime "^0.13.3"
|
||||
|
||||
jit-grunt@0.10.0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue