Update rendition to ^14.13.0

Changelog-entry: Update rendition to ^14.13.0
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-05-27 18:02:09 +02:00
parent 0ebfecc60c
commit e9f9f90137
2 changed files with 21 additions and 14 deletions

33
npm-shrinkwrap.json generated
View File

@ -119,9 +119,9 @@
}
},
"@babel/runtime-corejs2": {
"version": "7.9.6",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.9.6.tgz",
"integrity": "sha512-TcdM3xc7weMrwTawuG3BTjtVE3mQLXUPQ9CxTbSKOrhn3QAcqCJ2fz+IIv25wztzUnhNZat7hr655YJa61F3zg==",
"version": "7.10.0",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.10.0.tgz",
"integrity": "sha512-sH02MTpZ4/f9glo0UNGXWQhl23e9gEB2MzjAqHZnKrztmY6eGxxPFJOniEHDOQisJwWZJlPAcBywi45lYc4h2w==",
"dev": true,
"requires": {
"core-js": "^2.6.5",
@ -839,9 +839,9 @@
}
},
"@types/react-native": {
"version": "0.62.11",
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.62.11.tgz",
"integrity": "sha512-hRJSROGw+3JIp2w4WAAA+/4YM/HApeOQul7FVxOzLduaMKV/YZnm+1bfkS7hhKp9JqlbFNgqoRY/p2Ut7AD47g==",
"version": "0.62.12",
"resolved": "https://registry.npmjs.org/@types/react-native/-/react-native-0.62.12.tgz",
"integrity": "sha512-EuM2QOx0LGwY3mKQ313+QcTYOwJhw5eggmE42GO4ElIKIfNK+zxxM6Pe9dT1Eq8eCJXY0oG327L7gUBWniwNNA==",
"dev": true,
"requires": {
"@types/react": "*"
@ -6622,6 +6622,12 @@
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
"dev": true
},
"highlight.js": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.0.3.tgz",
"integrity": "sha512-9FG7SSzv9yOY5CGGxfI6NDm7xLYtMOjKtPBxw7Zff3t5UcRcUNTGEeS8lNjhceL34KeetLMoGMFTGoaa83HwyQ==",
"dev": true
},
"hmac-drbg": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
@ -10745,9 +10751,9 @@
"dev": true
},
"rendition": {
"version": "14.11.6",
"resolved": "https://registry.npmjs.org/rendition/-/rendition-14.11.6.tgz",
"integrity": "sha512-epV7isy+AjmPOI/ty6KBKk8rvHluIT6gi80oBhHAqTBNznHb8T5OQb+KES/3/8sjWX8dxtSgw8TLOHMm9f0yFg==",
"version": "14.13.0",
"resolved": "https://registry.npmjs.org/rendition/-/rendition-14.13.0.tgz",
"integrity": "sha512-MBKuUZnBsOkZApmVrDYycMWhD7KypJZqa6ZSD+y2uIoYEtFBSQ+kr4iJLh3lsgBuFTkouBrjYWJeN+X2FWb5bQ==",
"dev": true,
"requires": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
@ -10773,6 +10779,7 @@
"color-hash": "^1.0.3",
"copy-to-clipboard": "^3.0.8",
"grommet": "^2.13.0",
"highlight.js": "^10.0.3",
"jellyschema": "^0.11.9",
"lodash": "^4.17.11",
"marked": "^0.8.0",
@ -10781,7 +10788,7 @@
"react-google-recaptcha": "^2.0.0-rc.1",
"react-jsonschema-form": "^1.3.0",
"react-notifications-component": "^2.2.3",
"react-simplemde-editor": "^4.1.0",
"react-simplemde-editor": "^4.1.1",
"recompose": "0.26.0",
"regex-parser": "^2.2.7",
"sanitize-html": "^1.20.1",
@ -12964,9 +12971,9 @@
}
},
"uglify-js": {
"version": "3.9.3",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.3.tgz",
"integrity": "sha512-r5ImcL6QyzQGVimQoov3aL2ZScywrOgBXGndbWrdehKoSvGe/RmiE5Jpw/v+GvxODt6l2tpBXwA7n+qZVlHBMA==",
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.9.4.tgz",
"integrity": "sha512-8RZBJq5smLOa7KslsNsVcSH+KOXf1uDU8yqLeNuVKwmT0T3FA0ZoXlinQfRad7SDcbZZRZE4ov+2v71EnxNyCA==",
"dev": true,
"requires": {
"commander": "~2.20.3"

View File

@ -96,7 +96,7 @@
"react": "^16.8.5",
"react-dom": "^16.8.5",
"redux": "^4.0.5",
"rendition": "^14.11.6",
"rendition": "^14.13.0",
"request": "^2.81.0",
"resin-corvus": "^2.0.5",
"roboto-fontface": "^0.10.0",