Skip to content

Commit 1c94edb

Browse files
build(deps): bump magnific-popup from 1.1.0 to 1.2.0 in /reacnetgenerator/static/webpack (#2243)
Bumps [magnific-popup](https://github.com/dimsemenov/Magnific-Popup) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dimsemenov/Magnific-Popup/releases">magnific-popup's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <p>This update fixes jQuery deprecated functions and potential security vulnerabilities if you aren't fully sanitizing user input (for example, if your users can create HTML elements with attributes that contain non-sanitized HTML).</p> <ul> <li>Updated functions that are deprecated by jQuery 3.7.1+</li> <li>Added options <code>allowHTMLInStatusIndicator</code>, <code>allowHTMLInTemplate</code> that disable HTML within the loading indicator and fields like image title. Options are disabled by default (by default HTML is not allowed). If you want to make it work as before enable these:</li> </ul> <pre lang="js"><code>$('.gallery').magnificPopup({ allowHTMLInStatusIndicator: true, allowHTMLInTemplate: true, // ... }); </code></pre> <p>You can grab the latest version from <code>dist/</code> directory <a href="https://github.com/dimsemenov/Magnific-Popup/tree/master/dist">https://github.com/dimsemenov/Magnific-Popup/tree/master/dist</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/45dd72ccd1a18f0626fb958f7c49e6313556d31f"><code>45dd72c</code></a> Fix jQuery focus() deprecation and rebuild 1.2.0</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/31eb9a73ca09ad925f6e4308af5354a65452a3da"><code>31eb9a7</code></a> 1.2.0 build</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/f77d6d5fccd47e2b5118a0adc77d52bb65fb7614"><code>f77d6d5</code></a> build/docs upd</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/d9fb91725887eb14b55daa44c59c29e09708912f"><code>d9fb917</code></a> Fix jQuery deprecation and disable HTML in fields by default</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/e760f7e91e55a97f7024062966b6af9831c541ff"><code>e760f7e</code></a> lint</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/af2714107c7caba9695895dd12b07d6853b44cff"><code>af27141</code></a> update packages</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/c5cbb783456b720886162a4358a1c93739cd346e"><code>c5cbb78</code></a> Update README.md</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/70a5d11f27a27a6a8c0592260d8ca508a97ddcf2"><code>70a5d11</code></a> Merge pull request <a href="https://redirect.github.com/dimsemenov/Magnific-Popup/issues/1175">#1175</a> from joloco/master</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/a72c3c3d05aaecce8c77cc5afd7a7f66c3128df2"><code>a72c3c3</code></a> Update gallery.js</li> <li><a href="https://github.com/dimsemenov/Magnific-Popup/commit/473853be5b8ac6f4399cdbab9787a87c6b9bf29b"><code>473853b</code></a> Update gallery.js</li> <li>Additional commits viewable in <a href="https://github.com/dimsemenov/Magnific-Popup/compare/1.1.0...1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=magnific-popup&package-manager=npm_and_yarn&previous-version=1.1.0&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92b538d commit 1c94edb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

reacnetgenerator/static/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"d3": "3.5.17",
2323
"jquery": "3.7.1",
2424
"jsrender": "1.0.14",
25-
"magnific-popup": "1.1.0",
25+
"magnific-popup": "1.2.0",
2626
"paginationjs": "2.6.0",
2727
"popper.js": "1.16.1",
2828
"regenerator-runtime": "0.14.1",

reacnetgenerator/static/webpack/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2493,10 +2493,10 @@ __metadata:
24932493
languageName: node
24942494
linkType: hard
24952495

2496-
"magnific-popup@npm:1.1.0":
2497-
version: 1.1.0
2498-
resolution: "magnific-popup@npm:1.1.0"
2499-
checksum: 10/f88e9810f1d1ebf4779f16b327bb5b9ccba0c971b2323ab937ade225514f07942123a1119b151188742022dba0ac8835fef66ad7d9ce230936ea633104baf308
2496+
"magnific-popup@npm:1.2.0":
2497+
version: 1.2.0
2498+
resolution: "magnific-popup@npm:1.2.0"
2499+
checksum: 10/eafe3a7cbed03a556df56cc804e5a37708f962ed8f4b4127f6bf961bb39cad14641051c4aa940e02e4c597eee6e974bca996d7a092fe8670f92ad89f0a74a4cc
25002500
languageName: node
25012501
linkType: hard
25022502

@@ -3498,7 +3498,7 @@ __metadata:
34983498
ifdef-loader: "npm:2.3.2"
34993499
jquery: "npm:3.7.1"
35003500
jsrender: "npm:1.0.14"
3501-
magnific-popup: "npm:1.1.0"
3501+
magnific-popup: "npm:1.2.0"
35023502
mini-css-extract-plugin: "npm:2.9.0"
35033503
paginationjs: "npm:2.6.0"
35043504
popper.js: "npm:1.16.1"

0 commit comments

Comments
 (0)