Skip to content

Commit 64a0d03

Browse files
authored
Upgrade jQuery in samples to version 3.5.1 (#21577)
Fixes #21572
1 parent 18cb57a commit 64a0d03

File tree

74 files changed

+11457
-7347
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+11457
-7347
lines changed

src/Azure/AzureAD/samples/AzureADB2CSample/Pages/Shared/_Layout.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<script src="~/js/site.js" asp-append-version="true"></script>
5252
</environment>
5353
<environment exclude="Development">
54-
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.4.1.min.js"
54+
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
5555
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
5656
asp-fallback-test="window.jQuery"
5757
crossorigin="anonymous"
58-
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=">
58+
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
5959
</script>
6060
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
6161
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"

src/Azure/AzureAD/samples/AzureADB2CSample/wwwroot/lib/jquery/.bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"library"
1313
],
1414
"homepage": "https://github.com/jquery/jquery-dist",
15-
"version": "3.4.1",
16-
"_release": "3.4.1",
15+
"version": "3.5.1",
16+
"_release": "3.5.1",
1717
"_resolution": {
1818
"type": "version",
19-
"tag": "3.4.1",
20-
"commit": "15bc73803f76bc53b654b9fdbbbc096f56d7c03d"
19+
"tag": "3.5.1",
20+
"commit": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
2121
},
2222
"_source": "git://github.com/jquery/jquery-dist.git",
23-
"_target": "3.4.1",
23+
"_target": "3.5.1",
2424
"_originalSource": "jquery"
2525
}

0 commit comments

Comments
 (0)