Unverified Commit f74be345 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3308458 by longwave, bnjmnm: core.libraries.yml is out of sync in 9.5.x

parent 70578002
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -812,10 +812,10 @@ es6-promise:

jquery:
  remote: https://github.com/jquery/jquery
  version: "3.6.0"
  version: "3.6.1"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/jquery/jquery/3.6.0/LICENSE.txt
    url: https://raw.githubusercontent.com/jquery/jquery/3.6.1/LICENSE.txt
    gpl-compatible: true
  js:
    assets/vendor/jquery/jquery.min.js: { minified: true, weight: -20 }
@@ -1158,10 +1158,10 @@ picturefill:
    assets/vendor/picturefill/picturefill.min.js: { weight: -10, minified: true }

popperjs:
  version: "2.11.5"
  version: "2.11.6"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/popperjs/popper-core/v2.11.5/LICENSE.md
    url: https://raw.githubusercontent.com/popperjs/popper-core/v2.11.6/LICENSE.md
    gpl-compatible: true
  js:
    assets/vendor/popperjs/popper.min.js: { minified: true }
@@ -1184,10 +1184,10 @@ sortable:

tabbable:
  remote: https://github.com/focus-trap/tabbable
  version: "5.3.2"
  version: "5.3.3"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/focus-trap/tabbable/v5.3.2/LICENSE
    url: https://raw.githubusercontent.com/focus-trap/tabbable/v5.3.3/LICENSE
    gpl-compatible: true
  js:
    assets/vendor/tabbable/index.umd.min.js: { weight: -1, minified: true }
@@ -1205,10 +1205,10 @@ tabbable.jquery.shim:

underscore:
  remote: https://github.com/jashkenas/underscore
  version: "1.13.3"
  version: "1.13.4"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.3/LICENSE
    url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.4/LICENSE
    gpl-compatible: true
  js:
    assets/vendor/underscore/underscore-min.js: { weight: -20, minified: true }
@@ -1222,10 +1222,10 @@ internal.underscore:
  #  - https://www.drupal.org/project/drupal/issues/3204011
  #  - https://www.drupal.org/project/drupal/issues/3204015
  remote: https://github.com/jashkenas/underscore
  version: "1.13.3"
  version: "1.13.4"
  license:
    name: MIT
    url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.3/LICENSE
    url: https://raw.githubusercontent.com/jashkenas/underscore/1.13.4/LICENSE
    gpl-compatible: true
  js:
    assets/vendor/underscore/underscore-min.js: { weight: -20, minified: true }