Skip to content

Commit

Permalink
[Snyk] Upgrade jquery-ui from 1.14.0 to 1.14.1 #15868
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <snipe@snipe.net>
  • Loading branch information
snipe committed Nov 21, 2024
1 parent 2a21cce commit 85c1b0e
Show file tree
Hide file tree
Showing 6 changed files with 332 additions and 198 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ekko-lightbox": "^5.1.1",
"imagemin": "^8.0.1",
"jquery-slimscroll": "^1.3.8",
"jquery-ui": "^1.14.0",
"jquery-ui": "^1.14.1",
"jquery-validation": "^1.21.0",
"jquery.iframe-transport": "^1.0.0",
"jspdf-autotable": "^3.8.4",
Expand Down
7 changes: 5 additions & 2 deletions public/js/build/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_

$.ui = $.ui || {};

return $.ui.version = "1.14.0";
return $.ui.version = "1.14.1";

} );

Expand All @@ -4061,7 +4061,7 @@ return $.ui.version = "1.14.0";
/***/ ((module, exports, __webpack_require__) => {

var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
* jQuery UI Widget 1.14.0
* jQuery UI Widget 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
Expand Down Expand Up @@ -4117,6 +4117,9 @@ $.widget = function( name, base, prototype ) {

var namespace = name.split( "." )[ 0 ];
name = name.split( "." )[ 1 ];
if ( name === "__proto__" || name === "constructor" ) {
return $.error( "Invalid widget name: " + name );
}
var fullName = namespace + "-" + name;

if ( !prototype ) {
Expand Down
Loading

0 comments on commit 85c1b0e

Please sign in to comment.