Skip to content

Commit

Permalink
Update dependency crypto-js to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent 4436692 commit d930867
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<title>Login</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/crypto-js.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/hmac-sha256.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/enc-hex.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/hmac-sha256.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/enc-hex.min.js"></script>
<script src="./assets/config.js"></script>
<link rel="icon" type="image/x-icon" href="./assets/imgs/favicon.ico">
</head>
Expand Down

0 comments on commit d930867

Please sign in to comment.