Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtak M <artakm@microsoft.com>2022-08-03 03:04:52 +0300
committerArtak M <artakm@microsoft.com>2022-08-03 03:04:52 +0300
commit44e0cf1d9f300c457c6fe1dea743ab5e3501f608 (patch)
tree23bc1b17357a0ae94209e8dee1ce459da12bd1f8
parent643566da1fba77eedff66b4a6f91c109a9c7d91b (diff)
Updated to jquery 3.6.0mkArtakMSFT/jQuery
-rw-r--r--src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml4
-rw-r--r--src/Identity/UI/src/Areas/Identity/Pages/V5/_Layout.cshtml4
-rw-r--r--src/Identity/UI/src/THIRD-PARTY-NOTICES.txt20
-rw-r--r--src/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_Layout.cshtml4
-rw-r--r--src/Identity/testassets/Identity.DefaultUI.WebSite/Pages/_Layout.cshtml4
-rw-r--r--src/ProjectTemplates/THIRD-PARTY-NOTICES20
-rw-r--r--src/Security/samples/ClaimsTransformation/Views/Shared/_Layout.cshtml4
-rw-r--r--src/Security/samples/ClaimsTransformation/bower.json2
-rw-r--r--src/Security/samples/ClaimsTransformation/wwwroot/lib/jquery/.bower.json15
-rw-r--r--src/Security/samples/Cookies/Views/Shared/_Layout.cshtml4
-rw-r--r--src/Security/samples/Cookies/bower.json2
-rw-r--r--src/Security/samples/Cookies/wwwroot/lib/jquery/.bower.json15
-rw-r--r--src/Security/samples/DynamicSchemes/Pages/_Layout.cshtml4
-rw-r--r--src/Security/samples/DynamicSchemes/wwwroot/lib/jquery/.bower.json15
-rw-r--r--src/Security/samples/Identity.ExternalClaims/Pages/_Layout.cshtml4
-rw-r--r--src/Security/samples/Identity.ExternalClaims/wwwroot/lib/jquery/.bower.json15
-rw-r--r--src/Security/samples/PathSchemeSelection/Views/Shared/_Layout.cshtml4
-rw-r--r--src/Security/samples/PathSchemeSelection/bower.json2
-rw-r--r--src/Security/samples/PathSchemeSelection/wwwroot/lib/jquery/.bower.json15
-rw-r--r--src/Security/samples/StaticFilesAuth/Views/Shared/_Layout.cshtml4
-rw-r--r--src/Security/samples/StaticFilesAuth/wwwroot/lib/jquery/.bower.json15
21 files changed, 75 insertions, 101 deletions
diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml
index ca54b43f37..b03be81b08 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V4/_Layout.cshtml
@@ -74,11 +74,11 @@
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
asp-fallback-src="~/Identity/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
asp-fallback-src="~/Identity/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
diff --git a/src/Identity/UI/src/Areas/Identity/Pages/V5/_Layout.cshtml b/src/Identity/UI/src/Areas/Identity/Pages/V5/_Layout.cshtml
index b0cc26fd2f..a4177bc3cf 100644
--- a/src/Identity/UI/src/Areas/Identity/Pages/V5/_Layout.cshtml
+++ b/src/Identity/UI/src/Areas/Identity/Pages/V5/_Layout.cshtml
@@ -75,11 +75,11 @@
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
asp-fallback-src="~/Identity/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js"
asp-fallback-src="~/Identity/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
diff --git a/src/Identity/UI/src/THIRD-PARTY-NOTICES.txt b/src/Identity/UI/src/THIRD-PARTY-NOTICES.txt
index 0167da0d04..688c43b8c0 100644
--- a/src/Identity/UI/src/THIRD-PARTY-NOTICES.txt
+++ b/src/Identity/UI/src/THIRD-PARTY-NOTICES.txt
@@ -152,18 +152,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-License notice for jQuery 3.5.1
+License notice for jQuery 3.6.0
-------------------------------
-Copyright JS Foundation and other contributors, https://js.foundation/
-
-This software consists of voluntary contributions made by many
-individuals. For exact contribution history, see the revision history
-available at https://github.com/jquery/jquery
-
-The following license applies to all parts of this software except as
-documented below:
-
-====
+Copyright OpenJS Foundation and other contributors, https://openjsf.org/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -184,13 +175,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-====
-
-All files located in the node_modules and external directories are
-externally maintained libraries used by this software which have their
-own licenses; we recommend you read them, as their terms may differ from
-the terms above.
-
License notice for jQuery Validation v1.17.0
--------------------------------------------
The MIT License (MIT)
diff --git a/src/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_Layout.cshtml b/src/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_Layout.cshtml
index 9ac2321ff0..fc5ea8d864 100644
--- a/src/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_Layout.cshtml
+++ b/src/Identity/samples/IdentitySample.DefaultUI/Views/Shared/_Layout.cshtml
@@ -47,11 +47,11 @@
<script src="~/Identity/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
asp-fallback-src="~/Identity/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
asp-fallback-src="~/Identity/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
diff --git a/src/Identity/testassets/Identity.DefaultUI.WebSite/Pages/_Layout.cshtml b/src/Identity/testassets/Identity.DefaultUI.WebSite/Pages/_Layout.cshtml
index c2845c7379..cb5a10e116 100644
--- a/src/Identity/testassets/Identity.DefaultUI.WebSite/Pages/_Layout.cshtml
+++ b/src/Identity/testassets/Identity.DefaultUI.WebSite/Pages/_Layout.cshtml
@@ -57,11 +57,11 @@
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.js"></script>
</environment>
<environment exclude="Development">
- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"
diff --git a/src/ProjectTemplates/THIRD-PARTY-NOTICES b/src/ProjectTemplates/THIRD-PARTY-NOTICES
index 40f4f30769..f999afb53a 100644
--- a/src/ProjectTemplates/THIRD-PARTY-NOTICES
+++ b/src/ProjectTemplates/THIRD-PARTY-NOTICES
@@ -129,18 +129,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-License notice for jQuery 3.5.1
+License notice for jQuery 3.6.0
-------------------------------
-Copyright JS Foundation and other contributors, https://js.foundation/
-
-This software consists of voluntary contributions made by many
-individuals. For exact contribution history, see the revision history
-available at https://github.com/jquery/jquery
-
-The following license applies to all parts of this software except as
-documented below:
-
-====
+Copyright OpenJS Foundation and other contributors, https://openjsf.org/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -161,13 +152,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-====
-
-All files located in the node_modules and external directories are
-externally maintained libraries used by this software which have their
-own licenses; we recommend you read them, as their terms may differ from
-the terms above.
-
License notice for jQuery Validation v1.17.0
--------------------------------------------
The MIT License (MIT)
diff --git a/src/Security/samples/ClaimsTransformation/Views/Shared/_Layout.cshtml b/src/Security/samples/ClaimsTransformation/Views/Shared/_Layout.cshtml
index 75eed13b43..a09ba761ee 100644
--- a/src/Security/samples/ClaimsTransformation/Views/Shared/_Layout.cshtml
+++ b/src/Security/samples/ClaimsTransformation/Views/Shared/_Layout.cshtml
@@ -54,11 +54,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
+ <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.6.0.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
diff --git a/src/Security/samples/ClaimsTransformation/bower.json b/src/Security/samples/ClaimsTransformation/bower.json
index 6372048c51..81dc40ca32 100644
--- a/src/Security/samples/ClaimsTransformation/bower.json
+++ b/src/Security/samples/ClaimsTransformation/bower.json
@@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"bootstrap": "3.4.0",
- "jquery": "3.5.1",
+ "jquery": "3.6.0",
"jquery-validation": "1.14.0",
"jquery-validation-unobtrusive": "4.0.0"
}
diff --git a/src/Security/samples/ClaimsTransformation/wwwroot/lib/jquery/.bower.json b/src/Security/samples/ClaimsTransformation/wwwroot/lib/jquery/.bower.json
index e3218a820e..cc09fc942f 100644
--- a/src/Security/samples/ClaimsTransformation/wwwroot/lib/jquery/.bower.json
+++ b/src/Security/samples/ClaimsTransformation/wwwroot/lib/jquery/.bower.json
@@ -12,14 +12,15 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
- "version": "3.5.1",
- "_release": "3.5.1",
+ "version": "3.6.0",
+ "_release": "3.6.0",
"_resolution": {
"type": "version",
- "tag": "3.5.1",
- "commit": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
+ "tag": "3.6.0",
+ "commit": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
},
- "_source": "git://github.com/jquery/jquery-dist.git",
- "_target": "3.5.1",
- "_originalSource": "jquery"
+ "_source": "https://github.com/jquery/jquery-dist.git",
+ "_target": "^3.6.0",
+ "_originalSource": "jquery",
+ "_direct": true
} \ No newline at end of file
diff --git a/src/Security/samples/Cookies/Views/Shared/_Layout.cshtml b/src/Security/samples/Cookies/Views/Shared/_Layout.cshtml
index d3242afe16..2aded5a889 100644
--- a/src/Security/samples/Cookies/Views/Shared/_Layout.cshtml
+++ b/src/Security/samples/Cookies/Views/Shared/_Layout.cshtml
@@ -54,11 +54,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
+ <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.6.0.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
diff --git a/src/Security/samples/Cookies/bower.json b/src/Security/samples/Cookies/bower.json
index 6372048c51..81dc40ca32 100644
--- a/src/Security/samples/Cookies/bower.json
+++ b/src/Security/samples/Cookies/bower.json
@@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"bootstrap": "3.4.0",
- "jquery": "3.5.1",
+ "jquery": "3.6.0",
"jquery-validation": "1.14.0",
"jquery-validation-unobtrusive": "4.0.0"
}
diff --git a/src/Security/samples/Cookies/wwwroot/lib/jquery/.bower.json b/src/Security/samples/Cookies/wwwroot/lib/jquery/.bower.json
index e3218a820e..cc09fc942f 100644
--- a/src/Security/samples/Cookies/wwwroot/lib/jquery/.bower.json
+++ b/src/Security/samples/Cookies/wwwroot/lib/jquery/.bower.json
@@ -12,14 +12,15 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
- "version": "3.5.1",
- "_release": "3.5.1",
+ "version": "3.6.0",
+ "_release": "3.6.0",
"_resolution": {
"type": "version",
- "tag": "3.5.1",
- "commit": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
+ "tag": "3.6.0",
+ "commit": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
},
- "_source": "git://github.com/jquery/jquery-dist.git",
- "_target": "3.5.1",
- "_originalSource": "jquery"
+ "_source": "https://github.com/jquery/jquery-dist.git",
+ "_target": "^3.6.0",
+ "_originalSource": "jquery",
+ "_direct": true
} \ No newline at end of file
diff --git a/src/Security/samples/DynamicSchemes/Pages/_Layout.cshtml b/src/Security/samples/DynamicSchemes/Pages/_Layout.cshtml
index 6aaad6adbe..46c52e45f8 100644
--- a/src/Security/samples/DynamicSchemes/Pages/_Layout.cshtml
+++ b/src/Security/samples/DynamicSchemes/Pages/_Layout.cshtml
@@ -51,11 +51,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
+ <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.6.0.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
diff --git a/src/Security/samples/DynamicSchemes/wwwroot/lib/jquery/.bower.json b/src/Security/samples/DynamicSchemes/wwwroot/lib/jquery/.bower.json
index e3218a820e..cc09fc942f 100644
--- a/src/Security/samples/DynamicSchemes/wwwroot/lib/jquery/.bower.json
+++ b/src/Security/samples/DynamicSchemes/wwwroot/lib/jquery/.bower.json
@@ -12,14 +12,15 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
- "version": "3.5.1",
- "_release": "3.5.1",
+ "version": "3.6.0",
+ "_release": "3.6.0",
"_resolution": {
"type": "version",
- "tag": "3.5.1",
- "commit": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
+ "tag": "3.6.0",
+ "commit": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
},
- "_source": "git://github.com/jquery/jquery-dist.git",
- "_target": "3.5.1",
- "_originalSource": "jquery"
+ "_source": "https://github.com/jquery/jquery-dist.git",
+ "_target": "^3.6.0",
+ "_originalSource": "jquery",
+ "_direct": true
} \ No newline at end of file
diff --git a/src/Security/samples/Identity.ExternalClaims/Pages/_Layout.cshtml b/src/Security/samples/Identity.ExternalClaims/Pages/_Layout.cshtml
index e56f60432f..97272e03ec 100644
--- a/src/Security/samples/Identity.ExternalClaims/Pages/_Layout.cshtml
+++ b/src/Security/samples/Identity.ExternalClaims/Pages/_Layout.cshtml
@@ -52,11 +52,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
+ <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.6.0.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
diff --git a/src/Security/samples/Identity.ExternalClaims/wwwroot/lib/jquery/.bower.json b/src/Security/samples/Identity.ExternalClaims/wwwroot/lib/jquery/.bower.json
index e3218a820e..cc09fc942f 100644
--- a/src/Security/samples/Identity.ExternalClaims/wwwroot/lib/jquery/.bower.json
+++ b/src/Security/samples/Identity.ExternalClaims/wwwroot/lib/jquery/.bower.json
@@ -12,14 +12,15 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
- "version": "3.5.1",
- "_release": "3.5.1",
+ "version": "3.6.0",
+ "_release": "3.6.0",
"_resolution": {
"type": "version",
- "tag": "3.5.1",
- "commit": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
+ "tag": "3.6.0",
+ "commit": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
},
- "_source": "git://github.com/jquery/jquery-dist.git",
- "_target": "3.5.1",
- "_originalSource": "jquery"
+ "_source": "https://github.com/jquery/jquery-dist.git",
+ "_target": "^3.6.0",
+ "_originalSource": "jquery",
+ "_direct": true
} \ No newline at end of file
diff --git a/src/Security/samples/PathSchemeSelection/Views/Shared/_Layout.cshtml b/src/Security/samples/PathSchemeSelection/Views/Shared/_Layout.cshtml
index 4707c61599..871cd4b119 100644
--- a/src/Security/samples/PathSchemeSelection/Views/Shared/_Layout.cshtml
+++ b/src/Security/samples/PathSchemeSelection/Views/Shared/_Layout.cshtml
@@ -54,11 +54,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
+ <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.6.0.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
diff --git a/src/Security/samples/PathSchemeSelection/bower.json b/src/Security/samples/PathSchemeSelection/bower.json
index 6372048c51..81dc40ca32 100644
--- a/src/Security/samples/PathSchemeSelection/bower.json
+++ b/src/Security/samples/PathSchemeSelection/bower.json
@@ -3,7 +3,7 @@
"private": true,
"dependencies": {
"bootstrap": "3.4.0",
- "jquery": "3.5.1",
+ "jquery": "3.6.0",
"jquery-validation": "1.14.0",
"jquery-validation-unobtrusive": "4.0.0"
}
diff --git a/src/Security/samples/PathSchemeSelection/wwwroot/lib/jquery/.bower.json b/src/Security/samples/PathSchemeSelection/wwwroot/lib/jquery/.bower.json
index e3218a820e..cc09fc942f 100644
--- a/src/Security/samples/PathSchemeSelection/wwwroot/lib/jquery/.bower.json
+++ b/src/Security/samples/PathSchemeSelection/wwwroot/lib/jquery/.bower.json
@@ -12,14 +12,15 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
- "version": "3.5.1",
- "_release": "3.5.1",
+ "version": "3.6.0",
+ "_release": "3.6.0",
"_resolution": {
"type": "version",
- "tag": "3.5.1",
- "commit": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
+ "tag": "3.6.0",
+ "commit": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
},
- "_source": "git://github.com/jquery/jquery-dist.git",
- "_target": "3.5.1",
- "_originalSource": "jquery"
+ "_source": "https://github.com/jquery/jquery-dist.git",
+ "_target": "^3.6.0",
+ "_originalSource": "jquery",
+ "_direct": true
} \ No newline at end of file
diff --git a/src/Security/samples/StaticFilesAuth/Views/Shared/_Layout.cshtml b/src/Security/samples/StaticFilesAuth/Views/Shared/_Layout.cshtml
index bf2813831b..656c72c484 100644
--- a/src/Security/samples/StaticFilesAuth/Views/Shared/_Layout.cshtml
+++ b/src/Security/samples/StaticFilesAuth/Views/Shared/_Layout.cshtml
@@ -51,11 +51,11 @@
<script src="~/js/site.js" asp-append-version="true"></script>
</environment>
<environment exclude="Development">
- <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.5.1.min.js"
+ <script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-3.6.0.min.js"
asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"
- integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=">
+ integrity="sha384-vtXRMe3mGCbOeY7l30aIg8H9p3GdeSe4IFlP6G8JMa7o7lXvnz3GFKzPxzJdPfGK">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"
asp-fallback-src="~/lib/bootstrap/dist/js/bootstrap.min.js"
diff --git a/src/Security/samples/StaticFilesAuth/wwwroot/lib/jquery/.bower.json b/src/Security/samples/StaticFilesAuth/wwwroot/lib/jquery/.bower.json
index e3218a820e..cc09fc942f 100644
--- a/src/Security/samples/StaticFilesAuth/wwwroot/lib/jquery/.bower.json
+++ b/src/Security/samples/StaticFilesAuth/wwwroot/lib/jquery/.bower.json
@@ -12,14 +12,15 @@
"library"
],
"homepage": "https://github.com/jquery/jquery-dist",
- "version": "3.5.1",
- "_release": "3.5.1",
+ "version": "3.6.0",
+ "_release": "3.6.0",
"_resolution": {
"type": "version",
- "tag": "3.5.1",
- "commit": "4c0e4becb8263bb5b3e6dadc448d8e7305ef8215"
+ "tag": "3.6.0",
+ "commit": "e786e3d9707ffd9b0dd330ca135b66344dcef85a"
},
- "_source": "git://github.com/jquery/jquery-dist.git",
- "_target": "3.5.1",
- "_originalSource": "jquery"
+ "_source": "https://github.com/jquery/jquery-dist.git",
+ "_target": "^3.6.0",
+ "_originalSource": "jquery",
+ "_direct": true
} \ No newline at end of file