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

Fix potential vulnerability in extend@3.0.0

This commit is contained in:
Arne Schlüter 2019-02-08 08:10:21 +01:00
commit a8646aef6b
2 changed files with 2367 additions and 563 deletions

View file

@ -26,23 +26,23 @@
},
"dependencies": {
"@hugojosefson/color-hash": "^2.0.3",
"bulma": "^0.7.2",
"bulma": "^0.7.3",
"create-react-class": "^15.6.3",
"open-iconic": "^1.1.1",
"react": "^16.6.3",
"react-dom": "^16.6.3"
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
"devDependencies": {
"gh-pages": "^1.2.0",
"karma": "^3.1.1",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-cljs-test": "^0.1.0",
"karma-notify-reporter": "^1.0.1",
"node-sass": "^4.10.0",
"karma-notify-reporter": "^1.1.0",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",
"sass": "^1.15.1",
"shadow-cljs": "^2.7.21"
"sass": "^1.17.0",
"shadow-cljs": "^2.7.30"
}
}