aboutsummaryrefslogtreecommitdiff
path: root/haddock-api/resources/html/package-lock.json
Commit message (Collapse)AuthorAgeFilesLines
* Another round of `npm audit fix` (#1228)Alexander Biehl2020-08-191-9/+9
| | | | | | | | | This should shut down the warnings on Github. Note that the security issues seem to have been entirely in the build dependencies, since the output JS has not changed. Last NPM dependency audit happend in d576b2327e2bc117f912fe0a9d595e9ae62614e0 Co-authored-by: Alex Biehl <alex.biehl@target.com>
* Fix NPM security warningsAlec Theriault2020-03-221-163/+182
| | | | | | This was done by calling `npm audit fix`. Note that the security issues seem to have been entirely in the build dependencies, since the output JS has not changed.
* Update JS dependenciesAlec Theriault2018-10-241-1846/+3495
| | | | | This was done via `npm audit fix`. I think this fixes #903 along with some more serious vulnerabilities that nobody seems to have noticed.
* Add compile step that bundles and compresses JS files (#684)Tim Baumann2017-09-231-0/+3410
* Add compile step that bundles and compresses JS files Also, manage dependencies on third-party JS libraries using NPM. * Compile JS from TypeScript * Enable 'noImplicitAny' in TypeScript * QuickJump: use JSX syntax * Generate source maps from TypeScript for easier debugging * TypeScript: more accurate type * Separate quick jump css file from ocean theme