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:
parent
149fd07566
commit
a8646aef6b
2 changed files with 2367 additions and 563 deletions
2830
package-lock.json
generated
2830
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
|
@ -26,23 +26,23 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hugojosefson/color-hash": "^2.0.3",
|
"@hugojosefson/color-hash": "^2.0.3",
|
||||||
"bulma": "^0.7.2",
|
"bulma": "^0.7.3",
|
||||||
"create-react-class": "^15.6.3",
|
"create-react-class": "^15.6.3",
|
||||||
"open-iconic": "^1.1.1",
|
"open-iconic": "^1.1.1",
|
||||||
"react": "^16.6.3",
|
"react": "^16.8.1",
|
||||||
"react-dom": "^16.6.3"
|
"react-dom": "^16.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gh-pages": "^1.2.0",
|
"gh-pages": "^1.2.0",
|
||||||
"karma": "^3.1.1",
|
"karma": "^3.1.4",
|
||||||
"karma-chrome-launcher": "^2.2.0",
|
"karma-chrome-launcher": "^2.2.0",
|
||||||
"karma-cljs-test": "^0.1.0",
|
"karma-cljs-test": "^0.1.0",
|
||||||
"karma-notify-reporter": "^1.0.1",
|
"karma-notify-reporter": "^1.1.0",
|
||||||
"node-sass": "^4.10.0",
|
"node-sass": "^4.11.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"react-flip-move": "^3.0.3",
|
"react-flip-move": "^3.0.3",
|
||||||
"react-highlight.js": "^1.0.7",
|
"react-highlight.js": "^1.0.7",
|
||||||
"sass": "^1.15.1",
|
"sass": "^1.17.0",
|
||||||
"shadow-cljs": "^2.7.21"
|
"shadow-cljs": "^2.7.30"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue