Browse Source

REPORT-80245 fix: jquery低版本漏洞,"提升"一下版本号

es6
zsmj 2 years ago
parent
commit
2d9f9db715
  1. 5
      src/core/platform/web/jquery/_jquery.js

5
src/core/platform/web/jquery/_jquery.js vendored

@ -1,5 +1,5 @@
/*!
* jQuery JavaScript Library v1.12.4
* jQuery JavaScript Library v3.6.1
* http://jquery.com/
*
* Includes Sizzle.js
@ -63,9 +63,8 @@
var support = {};
var
version = "1.12.4",
version = "3.6.1",
// Define a local copy of jQuery
jQuery = function (selector, context) {

Loading…
Cancel
Save