Skip to content

Commit

Permalink
chore(deps): update dependency d3 to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Feb 20, 2024
1 parent a41d825 commit b5ec766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/r.no.ms/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="i.png" />
<link rel="apple-touch-icon" href="i-lrg.png" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.12/d3.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/7.8.5/d3.js"></script>

Check warning

Code scanning / CodeQL

Inclusion of functionality from an untrusted source Medium

Script loaded from content delivery network with no integrity check.
<style type="text/css">
body { font-family: 'Open Sans', sans-serif; }
body, html, #resistor { width: 100%; height: 100%; dislay: block; margin:0 }
Expand Down

0 comments on commit b5ec766

Please sign in to comment.