Skip to content

Commit

Permalink
web-app: fix vulnerabilities
Browse files Browse the repository at this point in the history
Upgrade components with vulnerabilities to safe versions.
  • Loading branch information
bennettpeter committed Sep 10, 2024
1 parent 2856879 commit 2991bbc
Show file tree
Hide file tree
Showing 6 changed files with 758 additions and 466 deletions.
9 changes: 5 additions & 4 deletions mythtv/html/apps/backend/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<!DOCTYPE html><html lang="en"><head>
<!doctype html>
<html lang="en" data-critters-container>
<head>
<meta charset="utf-8">
<title>MythTV Backend</title>
<base href="/">
Expand All @@ -10,6 +12,5 @@
<style>html,body{height:100%}body{margin:0;height:100%;overflow-x:hidden;overflow-y:auto;background-color:var(--surface-a);font-family:var(--font-family);font-weight:400;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@layer primeng{}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
<body>
<app-root></app-root>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script>

</body></html>
<script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
</html>
2 changes: 1 addition & 1 deletion mythtv/html/apps/backend/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mythtv/html/apps/backend/polyfills.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mythtv/html/apps/backend/runtime.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2991bbc

Please sign in to comment.