Skip to content

Commit

Permalink
Update to jQuery to rid security issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnwildermuth committed Jun 19, 2020
1 parent ff76c01 commit bdfa9b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/CoreCodeCamp/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="stylesheet" href="~/css/site.css" />
</environment>
<environment names="Staging,Production">
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/4.4.1/css/bootstrap.min.css"
<link rel="stylesheet" href="https://ajax.aspnetcdn.com/ajax/bootstrap/4.5.0/css/bootstrap.min.css"
asp-fallback-href="~/lib/bootstrap/css/bootstrap.min.css"
asp-fallback-test-class="sr-only" asp-fallback-test-property="position" asp-fallback-test-value="absolute" />
<link href="~/lib/font-awesome/css/font-awesome.min.css" asp-append-version="true" rel="stylesheet" />
Expand Down Expand Up @@ -165,11 +165,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment names="Staging,Production">
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.2.4.min.js"
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
asp-fallback-src="~/lib/jquery/jquery.min.js"
asp-fallback-test="window.jQuery">
</script>
<script src="https://ajax.aspnetcdn.com/ajax/bootstrap/3.4.0/bootstrap.min.js"
<script src="https://ajax.aspnetcdn.com/ajax/bootstrap/4.5.0"/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/js/bootstrap.min.js"
asp-fallback-test="window.jQuery && window.jQuery.fn && window.jQuery.fn.modal">
</script>
Expand Down
6 changes: 3 additions & 3 deletions src/CoreCodeCamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"name": "asp.net",
"private": true,
"dependencies": {
"bootstrap": "4.4.1",
"popper.js": "^1.16.0",
"bootstrap": "4.5.0",
"popper.js": "1.16.1",
"font-awesome": "v4.7.0",
"jquery": "2.2.4",
"jquery": "3.5.1",
"jquery-backstretch": "2.1.17",
"jquery-ui-dist": "1.12.1",
"jquery-validation": "1.14.0",
Expand Down

0 comments on commit bdfa9b8

Please sign in to comment.