1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-07-01 06:02:10 +02:00

Merge pull request #377 from oceanprotocol/dependabot/npm_and_yarn/gatsby-transformer-sharp-2.5.12

Bump gatsby-transformer-sharp from 2.5.11 to 2.5.12
This commit is contained in:
Matthias Kretschmann 2020-08-03 09:40:28 +02:00 committed by GitHub
commit 06f890489d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 359 additions and 8 deletions

365
package-lock.json generated
View File

@ -13597,26 +13597,377 @@
}
},
"gatsby-transformer-sharp": {
"version": "2.5.11",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.11.tgz",
"integrity": "sha512-YPfZqJhJoQxQ0d/PUnAChPMm3RLcFSS6m0RgJl8Mh/Q8k15oZIDK82oBX2dCvKcfGKCq5ReT1gmwZJKXxt/vTw==",
"version": "2.5.12",
"resolved": "https://registry.npmjs.org/gatsby-transformer-sharp/-/gatsby-transformer-sharp-2.5.12.tgz",
"integrity": "sha512-f9VQVs7WFv3js6oGReJX1WUYxYTfE9CT+VV8tJHJ+uiUQ8JpDHRq4hjDGdhfFgaPjsmdb7Y4gUVOsLsWLitXOg==",
"requires": {
"@babel/runtime": "^7.10.3",
"bluebird": "^3.7.2",
"fs-extra": "^8.1.0",
"potrace": "^2.1.6",
"potrace": "^2.1.8",
"probe-image-size": "^4.1.1",
"semver": "^5.7.1",
"sharp": "^0.25.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.5.tgz",
"integrity": "sha512-otddXKhdNn7d0ptoFRHtMLa8LqDxLYwTjB4nYgM1yy5N6gU/MUf8zqyyLltCH3yAVitBzmwK4us+DD0l/MauAg==",
"version": "7.11.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.0.tgz",
"integrity": "sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"@jimp/bmp": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/bmp/-/bmp-0.14.0.tgz",
"integrity": "sha512-5RkX6tSS7K3K3xNEb2ygPuvyL9whjanhoaB/WmmXlJS6ub4DjTqrapu8j4qnIWmO4YYtFeTbDTXV6v9P1yMA5A==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0",
"bmp-js": "^0.1.0"
}
},
"@jimp/core": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/core/-/core-0.14.0.tgz",
"integrity": "sha512-S62FcKdtLtj3yWsGfJRdFXSutjvHg7aQNiFogMbwq19RP4XJWqS2nOphu7ScB8KrSlyy5nPF2hkWNhLRLyD82w==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0",
"any-base": "^1.1.0",
"buffer": "^5.2.0",
"exif-parser": "^0.1.12",
"file-type": "^9.0.0",
"load-bmfont": "^1.3.1",
"mkdirp": "^0.5.1",
"phin": "^2.9.1",
"pixelmatch": "^4.0.2",
"tinycolor2": "^1.4.1"
}
},
"@jimp/custom": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/custom/-/custom-0.14.0.tgz",
"integrity": "sha512-kQJMeH87+kWJdVw8F9GQhtsageqqxrvzg7yyOw3Tx/s7v5RToe8RnKyMM+kVtBJtNAG+Xyv/z01uYQ2jiZ3GwA==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/core": "^0.14.0"
}
},
"@jimp/gif": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/gif/-/gif-0.14.0.tgz",
"integrity": "sha512-DHjoOSfCaCz72+oGGEh8qH0zE6pUBaBxPxxmpYJjkNyDZP7RkbBkZJScIYeQ7BmJxmGN4/dZn+MxamoQlr+UYg==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0",
"gifwrap": "^0.9.2",
"omggif": "^1.0.9"
}
},
"@jimp/jpeg": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/jpeg/-/jpeg-0.14.0.tgz",
"integrity": "sha512-561neGbr+87S/YVQYnZSTyjWTHBm9F6F1obYHiyU3wVmF+1CLbxY3FQzt4YolwyQHIBv36Bo0PY2KkkU8BEeeQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0",
"jpeg-js": "^0.4.0"
}
},
"@jimp/plugin-blit": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-blit/-/plugin-blit-0.14.0.tgz",
"integrity": "sha512-YoYOrnVHeX3InfgbJawAU601iTZMwEBZkyqcP1V/S33Qnz9uzH1Uj1NtC6fNgWzvX6I4XbCWwtr4RrGFb5CFrw==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-blur": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-blur/-/plugin-blur-0.14.0.tgz",
"integrity": "sha512-9WhZcofLrT0hgI7t0chf7iBQZib//0gJh9WcQMUt5+Q1Bk04dWs8vTgLNj61GBqZXgHSPzE4OpCrrLDBG8zlhQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-circle": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-circle/-/plugin-circle-0.14.0.tgz",
"integrity": "sha512-o5L+wf6QA44tvTum5HeLyLSc5eVfIUd5ZDVi5iRfO4o6GT/zux9AxuTSkKwnjhsG8bn1dDmywAOQGAx7BjrQVA==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-color": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-color/-/plugin-color-0.14.0.tgz",
"integrity": "sha512-JJz512SAILYV0M5LzBb9sbOm/XEj2fGElMiHAxb7aLI6jx+n0agxtHpfpV/AePTLm1vzzDxx6AJxXbKv355hBQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0",
"tinycolor2": "^1.4.1"
}
},
"@jimp/plugin-contain": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-contain/-/plugin-contain-0.14.0.tgz",
"integrity": "sha512-RX2q233lGyaxiMY6kAgnm9ScmEkNSof0hdlaJAVDS1OgXphGAYAeSIAwzESZN4x3ORaWvkFefeVH9O9/698Evg==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-cover": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-cover/-/plugin-cover-0.14.0.tgz",
"integrity": "sha512-0P/5XhzWES4uMdvbi3beUgfvhn4YuQ/ny8ijs5kkYIw6K8mHcl820HahuGpwWMx56DJLHRl1hFhJwo9CeTRJtQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-crop": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-crop/-/plugin-crop-0.14.0.tgz",
"integrity": "sha512-Ojtih+XIe6/XSGtpWtbAXBozhCdsDMmy+THUJAGu2x7ZgKrMS0JotN+vN2YC3nwDpYkM+yOJImQeptSfZb2Sug==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-displace": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-displace/-/plugin-displace-0.14.0.tgz",
"integrity": "sha512-c75uQUzMgrHa8vegkgUvgRL/PRvD7paFbFJvzW0Ugs8Wl+CDMGIPYQ3j7IVaQkIS+cAxv+NJ3TIRBQyBrfVEOg==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-dither": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-dither/-/plugin-dither-0.14.0.tgz",
"integrity": "sha512-g8SJqFLyYexXQQsoh4dc1VP87TwyOgeTElBcxSXX2LaaMZezypmxQfLTzOFzZoK8m39NuaoH21Ou1Ftsq7LzVQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-fisheye": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-fisheye/-/plugin-fisheye-0.14.0.tgz",
"integrity": "sha512-BFfUZ64EikCaABhCA6mR3bsltWhPpS321jpeIQfJyrILdpFsZ/OccNwCgpW1XlbldDHIoNtXTDGn3E+vCE7vDg==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-flip": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-flip/-/plugin-flip-0.14.0.tgz",
"integrity": "sha512-WtL1hj6ryqHhApih+9qZQYA6Ye8a4HAmdTzLbYdTMrrrSUgIzFdiZsD0WeDHpgS/+QMsWwF+NFmTZmxNWqKfXw==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-gaussian": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-gaussian/-/plugin-gaussian-0.14.0.tgz",
"integrity": "sha512-uaLwQ0XAQoydDlF9tlfc7iD9drYPriFe+jgYnWm8fbw5cN+eOIcnneEX9XCOOzwgLPkNCxGox6Kxjn8zY6GxtQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-invert": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-invert/-/plugin-invert-0.14.0.tgz",
"integrity": "sha512-UaQW9X9vx8orQXYSjT5VcITkJPwDaHwrBbxxPoDG+F/Zgv4oV9fP+udDD6qmkgI9taU+44Fy+zm/J/gGcMWrdg==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-mask": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-mask/-/plugin-mask-0.14.0.tgz",
"integrity": "sha512-tdiGM69OBaKtSPfYSQeflzFhEpoRZ+BvKfDEoivyTjauynbjpRiwB1CaiS8En1INTDwzLXTT0Be9SpI3LkJoEA==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-normalize": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-normalize/-/plugin-normalize-0.14.0.tgz",
"integrity": "sha512-AfY8sqlsbbdVwFGcyIPy5JH/7fnBzlmuweb+Qtx2vn29okq6+HelLjw2b+VT2btgGUmWWHGEHd86oRGSoWGyEQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-print": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-print/-/plugin-print-0.14.0.tgz",
"integrity": "sha512-MwP3sH+VS5AhhSTXk7pui+tEJFsxnTKFY3TraFJb8WFbA2Vo2qsRCZseEGwpTLhENB7p/JSsLvWoSSbpmxhFAQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0",
"load-bmfont": "^1.4.0"
}
},
"@jimp/plugin-resize": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-resize/-/plugin-resize-0.14.0.tgz",
"integrity": "sha512-qFeMOyXE/Bk6QXN0GQo89+CB2dQcXqoxUcDb2Ah8wdYlKqpi53skABkgVy5pW3EpiprDnzNDboMltdvDslNgLQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-rotate": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-rotate/-/plugin-rotate-0.14.0.tgz",
"integrity": "sha512-aGaicts44bvpTcq5Dtf93/8TZFu5pMo/61lWWnYmwJJU1RqtQlxbCLEQpMyRhKDNSfPbuP8nyGmaqXlM/82J0Q==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-scale": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-scale/-/plugin-scale-0.14.0.tgz",
"integrity": "sha512-ZcJk0hxY5ZKZDDwflqQNHEGRblgaR+piePZm7dPwPUOSeYEH31P0AwZ1ziceR74zd8N80M0TMft+e3Td6KGBHw==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-shadow": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-shadow/-/plugin-shadow-0.14.0.tgz",
"integrity": "sha512-p2igcEr/iGrLiTu0YePNHyby0WYAXM14c5cECZIVnq/UTOOIQ7xIcWZJ1lRbAEPxVVXPN1UibhZAbr3HAb5BjQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugin-threshold": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugin-threshold/-/plugin-threshold-0.14.0.tgz",
"integrity": "sha512-N4BlDgm/FoOMV/DQM2rSpzsgqAzkP0DXkWZoqaQrlRxQBo4zizQLzhEL00T/YCCMKnddzgEhnByaocgaaa0fKw==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0"
}
},
"@jimp/plugins": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/plugins/-/plugins-0.14.0.tgz",
"integrity": "sha512-vDO3XT/YQlFlFLq5TqNjQkISqjBHT8VMhpWhAfJVwuXIpilxz5Glu4IDLK6jp4IjPR6Yg2WO8TmRY/HI8vLrOw==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/plugin-blit": "^0.14.0",
"@jimp/plugin-blur": "^0.14.0",
"@jimp/plugin-circle": "^0.14.0",
"@jimp/plugin-color": "^0.14.0",
"@jimp/plugin-contain": "^0.14.0",
"@jimp/plugin-cover": "^0.14.0",
"@jimp/plugin-crop": "^0.14.0",
"@jimp/plugin-displace": "^0.14.0",
"@jimp/plugin-dither": "^0.14.0",
"@jimp/plugin-fisheye": "^0.14.0",
"@jimp/plugin-flip": "^0.14.0",
"@jimp/plugin-gaussian": "^0.14.0",
"@jimp/plugin-invert": "^0.14.0",
"@jimp/plugin-mask": "^0.14.0",
"@jimp/plugin-normalize": "^0.14.0",
"@jimp/plugin-print": "^0.14.0",
"@jimp/plugin-resize": "^0.14.0",
"@jimp/plugin-rotate": "^0.14.0",
"@jimp/plugin-scale": "^0.14.0",
"@jimp/plugin-shadow": "^0.14.0",
"@jimp/plugin-threshold": "^0.14.0",
"timm": "^1.6.1"
}
},
"@jimp/png": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/png/-/png-0.14.0.tgz",
"integrity": "sha512-0RV/mEIDOrPCcNfXSPmPBqqSZYwGADNRVUTyMt47RuZh7sugbYdv/uvKmQSiqRdR0L1sfbCBMWUEa5G/8MSbdA==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/utils": "^0.14.0",
"pngjs": "^3.3.3"
}
},
"@jimp/tiff": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/tiff/-/tiff-0.14.0.tgz",
"integrity": "sha512-zBYDTlutc7j88G/7FBCn3kmQwWr0rmm1e0FKB4C3uJ5oYfT8645lftUsvosKVUEfkdmOaMAnhrf4ekaHcb5gQw==",
"requires": {
"@babel/runtime": "^7.7.2",
"utif": "^2.0.1"
}
},
"@jimp/types": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/types/-/types-0.14.0.tgz",
"integrity": "sha512-hx3cXAW1KZm+b+XCrY3LXtdWy2U+hNtq0rPyJ7NuXCjU7lZR3vIkpz1DLJ3yDdS70hTi5QDXY3Cd9kd6DtloHQ==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/bmp": "^0.14.0",
"@jimp/gif": "^0.14.0",
"@jimp/jpeg": "^0.14.0",
"@jimp/png": "^0.14.0",
"@jimp/tiff": "^0.14.0",
"timm": "^1.6.1"
}
},
"@jimp/utils": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/@jimp/utils/-/utils-0.14.0.tgz",
"integrity": "sha512-MY5KFYUru0y74IsgM/9asDwb3ERxWxXEu3CRCZEvE7DtT86y1bR1XgtlSliMrptjz4qbivNGMQSvUBpEFJDp1A==",
"requires": {
"@babel/runtime": "^7.7.2",
"regenerator-runtime": "^0.13.3"
}
},
"file-type": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/file-type/-/file-type-9.0.0.tgz",
"integrity": "sha512-Qe/5NJrgIOlwijpq3B7BEpzPFcgzggOTagZmkXQY4LA6bsXKTUstK7Wp12lEJ/mLKTpvIZxmIuRcLYWT6ov9lw=="
},
"jimp": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/jimp/-/jimp-0.14.0.tgz",
"integrity": "sha512-8BXU+J8+SPmwwyq9ELihpSV4dWPTiOKBWCEgtkbnxxAVMjXdf3yGmyaLSshBfXc8sP/JQ9OZj5R8nZzz2wPXgA==",
"requires": {
"@babel/runtime": "^7.7.2",
"@jimp/custom": "^0.14.0",
"@jimp/plugins": "^0.14.0",
"@jimp/types": "^0.14.0",
"regenerator-runtime": "^0.13.3"
}
},
"jpeg-js": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/jpeg-js/-/jpeg-js-0.4.1.tgz",
"integrity": "sha512-jA55yJiB5tCXEddos8JBbvW+IMrqY0y1tjjx9KNVtA+QPmu7ND5j0zkKopClpUTsaETL135uOM2XfcYG4XRjmw=="
},
"potrace": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/potrace/-/potrace-2.1.8.tgz",
"integrity": "sha512-V9hI7UMJyEhNZjM8CbZaP/804ZRLgzWkCS9OOYnEZkszzj3zKR/erRdj0uFMcN3pp6x4B+AIZebmkQgGRinG/g==",
"requires": {
"jimp": "^0.14.0"
}
}
}
},

View File

@ -45,7 +45,7 @@
"gatsby-source-filesystem": "^2.3.23",
"gatsby-source-graphql": "^2.6.2",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-sharp": "^2.5.11",
"gatsby-transformer-sharp": "^2.5.12",
"gatsby-transformer-xml": "^2.3.10",
"gatsby-transformer-yaml": "^2.4.10",
"giphy-js-sdk-core": "^1.0.6",