From 85c1b0ec57cdbf0453b068018e062b6cae655f5d Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 21 Nov 2024 19:22:08 +0000 Subject: [PATCH] [Snyk] Upgrade jquery-ui from 1.14.0 to 1.14.1 #15868 Signed-off-by: snipe --- package-lock.json | 8 +- package.json | 2 +- public/js/build/app.js | 7 +- public/js/build/vendor.js | 250 ++++++++++++++++++++++-------------- public/js/dist/all.js | 257 ++++++++++++++++++++++++-------------- public/mix-manifest.json | 6 +- 6 files changed, 332 insertions(+), 198 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e6fe1105..1cf415e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,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", @@ -7066,9 +7066,9 @@ "license": "BSD-2-Clause" }, "node_modules/jquery-ui": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.0.tgz", - "integrity": "sha512-mPfYKBoRCf0MzaT2cyW5i3IuZ7PfTITaasO5OFLAQxrHuI+ZxruPa+4/K1OMNT8oElLWGtIxc9aRbyw20BKr8g==", + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/jquery-ui/-/jquery-ui-1.14.1.tgz", + "integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==", "dependencies": { "jquery": ">=1.12.0 <5.0.0" } diff --git a/package.json b/package.json index 8ad15179a..2bc876248 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/js/build/app.js b/public/js/build/app.js index 3c8051012..9bd78d354 100644 --- a/public/js/build/app.js +++ b/public/js/build/app.js @@ -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"; } ); @@ -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 @@ -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 ) { diff --git a/public/js/build/vendor.js b/public/js/build/vendor.js index 6f934b73d..102490976 100644 --- a/public/js/build/vendor.js +++ b/public/js/build/vendor.js @@ -12707,7 +12707,7 @@ return Tether; })); -/*! jQuery UI - v1.14.0 - 2024-08-05 +/*! jQuery UI - v1.14.1 - 2024-10-30 * https://jqueryui.com * Includes: widget.js, position.js, data.js, disable-selection.js, effect.js, effects/effect-blind.js, effects/effect-bounce.js, effects/effect-clip.js, effects/effect-drop.js, effects/effect-explode.js, effects/effect-fade.js, effects/effect-fold.js, effects/effect-highlight.js, effects/effect-puff.js, effects/effect-pulsate.js, effects/effect-scale.js, effects/effect-shake.js, effects/effect-size.js, effects/effect-slide.js, effects/effect-transfer.js, focusable.js, form-reset-mixin.js, jquery-patch.js, keycode.js, labels.js, scroll-parent.js, tabbable.js, unique-id.js, widgets/accordion.js, widgets/autocomplete.js, widgets/button.js, widgets/checkboxradio.js, widgets/controlgroup.js, widgets/datepicker.js, widgets/dialog.js, widgets/draggable.js, widgets/droppable.js, widgets/menu.js, widgets/mouse.js, widgets/progressbar.js, widgets/resizable.js, widgets/selectable.js, widgets/selectmenu.js, widgets/slider.js, widgets/sortable.js, widgets/spinner.js, widgets/tabs.js, widgets/tooltip.js * Copyright OpenJS Foundation and other contributors; Licensed MIT */ @@ -12729,11 +12729,11 @@ return Tether; $.ui = $.ui || {}; -var version = $.ui.version = "1.14.0"; +var version = $.ui.version = "1.14.1"; /*! - * jQuery UI Widget 1.14.0 + * jQuery UI Widget 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -12776,6 +12776,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 ) { @@ -13475,7 +13478,7 @@ var widget = $.widget; /*! - * jQuery UI Position 1.14.0 + * jQuery UI Position 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -13972,7 +13975,7 @@ var position = $.ui.position; /*! - * jQuery UI :data 1.14.0 + * jQuery UI :data 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -13995,7 +13998,7 @@ var data = $.extend( $.expr.pseudos, { } ); /*! - * jQuery UI Disable Selection 1.14.0 + * jQuery UI Disable Selection 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -14715,7 +14718,7 @@ colors = jQuery.Color.names = { /*! - * jQuery UI Effects 1.14.0 + * jQuery UI Effects 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -15078,7 +15081,7 @@ if ( $.uiBackCompat === true ) { } $.extend( $.effects, { - version: "1.14.0", + version: "1.14.1", define: function( name, mode, effect ) { if ( !effect ) { @@ -15646,7 +15649,7 @@ var effect = $.effects; /*! - * jQuery UI Effects Blind 1.14.0 + * jQuery UI Effects Blind 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -15701,7 +15704,7 @@ var effectsEffectBlind = $.effects.define( "blind", "hide", function( options, d /*! - * jQuery UI Effects Bounce 1.14.0 + * jQuery UI Effects Bounce 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -15796,7 +15799,7 @@ var effectsEffectBounce = $.effects.define( "bounce", function( options, done ) /*! - * jQuery UI Effects Clip 1.14.0 + * jQuery UI Effects Clip 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -15846,7 +15849,7 @@ var effectsEffectClip = $.effects.define( "clip", "hide", function( options, don /*! - * jQuery UI Effects Drop 1.14.0 + * jQuery UI Effects Drop 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -15900,7 +15903,7 @@ var effectsEffectDrop = $.effects.define( "drop", "hide", function( options, don /*! - * jQuery UI Effects Explode 1.14.0 + * jQuery UI Effects Explode 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -15996,7 +15999,7 @@ var effectsEffectExplode = $.effects.define( "explode", "hide", function( option /*! - * jQuery UI Effects Fade 1.14.0 + * jQuery UI Effects Fade 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16028,7 +16031,7 @@ var effectsEffectFade = $.effects.define( "fade", "toggle", function( options, d /*! - * jQuery UI Effects Fold 1.14.0 + * jQuery UI Effects Fold 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16102,7 +16105,7 @@ var effectsEffectFold = $.effects.define( "fold", "hide", function( options, don /*! - * jQuery UI Effects Highlight 1.14.0 + * jQuery UI Effects Highlight 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16144,7 +16147,7 @@ var effectsEffectHighlight = $.effects.define( "highlight", "show", function( op /*! - * jQuery UI Effects Size 1.14.0 + * jQuery UI Effects Size 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16322,7 +16325,7 @@ var effectsEffectSize = $.effects.define( "size", function( options, done ) { /*! - * jQuery UI Effects Scale 1.14.0 + * jQuery UI Effects Scale 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16362,7 +16365,7 @@ var effectsEffectScale = $.effects.define( "scale", function( options, done ) { /*! - * jQuery UI Effects Puff 1.14.0 + * jQuery UI Effects Puff 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16388,7 +16391,7 @@ var effectsEffectPuff = $.effects.define( "puff", "hide", function( options, don /*! - * jQuery UI Effects Pulsate 1.14.0 + * jQuery UI Effects Pulsate 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16437,7 +16440,7 @@ var effectsEffectPulsate = $.effects.define( "pulsate", "show", function( option /*! - * jQuery UI Effects Shake 1.14.0 + * jQuery UI Effects Shake 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16496,7 +16499,7 @@ var effectsEffectShake = $.effects.define( "shake", function( options, done ) { /*! - * jQuery UI Effects Slide 1.14.0 + * jQuery UI Effects Slide 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16557,7 +16560,7 @@ var effectsEffectSlide = $.effects.define( "slide", "show", function( options, d /*! - * jQuery UI Effects Transfer 1.14.0 + * jQuery UI Effects Transfer 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16582,7 +16585,7 @@ var effectsEffectTransfer = effect; /*! - * jQuery UI Focusable 1.14.0 + * jQuery UI Focusable 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16645,7 +16648,7 @@ var focusable = $.ui.focusable; /*! - * jQuery UI Form Reset Mixin 1.14.0 + * jQuery UI Form Reset Mixin 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16707,7 +16710,7 @@ var formResetMixin = $.ui.formResetMixin = { /*! - * jQuery UI Legacy jQuery Core patches 1.14.0 + * jQuery UI Legacy jQuery Core patches 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16749,7 +16752,7 @@ if ( !$.fn.even || !$.fn.odd ) { ; /*! - * jQuery UI Keycode 1.14.0 + * jQuery UI Keycode 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16784,7 +16787,7 @@ var keycode = $.ui.keyCode = { /*! - * jQuery UI Labels 1.14.0 + * jQuery UI Labels 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16838,7 +16841,7 @@ var labels = $.fn.labels = function() { /*! - * jQuery UI Scroll Parent 1.14.0 + * jQuery UI Scroll Parent 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16872,7 +16875,7 @@ var scrollParent = $.fn.scrollParent = function( includeHidden ) { /*! - * jQuery UI Tabbable 1.14.0 + * jQuery UI Tabbable 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16896,7 +16899,7 @@ var tabbable = $.extend( $.expr.pseudos, { /*! - * jQuery UI Unique ID 1.14.0 + * jQuery UI Unique ID 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16934,7 +16937,7 @@ var uniqueId = $.fn.extend( { /*! - * jQuery UI Accordion 1.14.0 + * jQuery UI Accordion 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -16955,7 +16958,7 @@ var uniqueId = $.fn.extend( { var widgetsAccordion = $.widget( "ui.accordion", { - version: "1.14.0", + version: "1.14.1", options: { active: 0, animate: {}, @@ -17536,7 +17539,7 @@ var widgetsAccordion = $.widget( "ui.accordion", { /*! - * jQuery UI Menu 1.14.0 + * jQuery UI Menu 1.14.1 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors @@ -17555,7 +17558,7 @@ var widgetsAccordion = $.widget( "ui.accordion", { var widgetsMenu = $.widget( "ui.menu", { - version: "1.14.0", + version: "1.14.1", defaultElement: "