Skip to content

Commit

Permalink
LIB-512 Update jquery-validation 1.19.5->1.20.0, add cdn attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Mar 20, 2024
1 parent dbad1c9 commit 7797c8e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion custom/modules/lib_core/lib_core.libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ lib-selectize:
//cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.6/css/selectize.bootstrap4.min.css: { type: external, minified: true }
css/lib-selectize.css: {}
js:
//cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js: { type: external, minified: true }
//cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.20.0/jquery.validate.min.js:
type: external
minified: true
attributes:
integrity: 'sha512-WMEKGZ7L5LWgaPeJtw9MBM4i5w5OSBlSjTjCtSnvFJGSVD26gE5+Td12qN5pvWXhuWaWcVwF++F7aqu9cvqP0A=='
crossorigin: anonymous
//cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.6/js/standalone/selectize.min.js: { type: external, minified: true }
js/lib-selectize.js: ()
dependencies:
Expand Down

0 comments on commit 7797c8e

Please sign in to comment.