1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Greenkeeper/highlight.js 10.0.1 (#85)

* fix(package): update highlight.js to version 10.0.1

Closes #82

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
heyarne 2020-04-27 14:27:19 +02:00 committed by GitHub
commit c5dba8aad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View file

@ -2475,9 +2475,9 @@
} }
}, },
"highlight.js": { "highlight.js": {
"version": "9.18.1", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz", "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.0.1.tgz",
"integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==" "integrity": "sha512-l1HB5S9nmBuvurFIOPbpeJv4psKh2MyKCTOYRK/E6dwRXkbG96PLH7amP/xpGNyZOK8OWqv45DxLS/ZAIb3n9w=="
}, },
"hmac-drbg": { "hmac-drbg": {
"version": "1.0.1", "version": "1.0.1",
@ -5067,7 +5067,6 @@
"integrity": "sha512-OVPKnV0ZvU+V//HExwbV8M9CWy49Eo/9y9pBN2OsNWUFPN6dE4YZBLmJW/5sM2DxI5v/QQLyxOnTnSSfGCP+9Q==", "integrity": "sha512-OVPKnV0ZvU+V//HExwbV8M9CWy49Eo/9y9pBN2OsNWUFPN6dE4YZBLmJW/5sM2DxI5v/QQLyxOnTnSSfGCP+9Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"highlight.js": "^9.3.0",
"prop-types": "^15.6.0" "prop-types": "^15.6.0"
} }
}, },

View file

@ -30,7 +30,7 @@
"autoprefixer": "^9.5.0", "autoprefixer": "^9.5.0",
"bulma": "^0.8.0", "bulma": "^0.8.0",
"create-react-class": "^15.6.3", "create-react-class": "^15.6.3",
"highlight.js": "9.18.1", "highlight.js": "10.0.1",
"open-iconic": "^1.1.1", "open-iconic": "^1.1.1",
"postcss-cli": "^7.0.0", "postcss-cli": "^7.0.0",
"react": "^16.8.6", "react": "^16.8.6",