Skip to content

Commit

Permalink
Bump iframe-resizer from 4.4.5 to 5.2.3
Browse files Browse the repository at this point in the history
Bumps [iframe-resizer](https://github.com/davidjbradshaw/iframe-resizer) from 4.4.5 to 5.2.3.
- [Release notes](https://github.com/davidjbradshaw/iframe-resizer/releases)
- [Changelog](https://github.com/davidjbradshaw/iframe-resizer/blob/master/CHANGELOG.md)
- [Commits](davidjbradshaw/iframe-resizer@v4.4.5...v5.2.3)

---
updated-dependencies:
- dependency-name: iframe-resizer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent e759c19 commit 221ded8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"flatpickr": "^4.6.13",
"fscreen": "^1.2.0",
"glightbox": "^3.2.0",
"iframe-resizer": "^4.4.5",
"iframe-resizer": "^5.2.3",
"lit": "^3.1.4",
"node-polyglot": "^2.6.0",
"sass": "^1.77.8",
Expand Down
36 changes: 32 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1499,6 +1499,30 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.3.0.tgz#6d86b8cb322660f03d3f0aa94b99bdd8e172d570"
integrity sha512-d2CGZR2o7fS6sWB7DG/3a95bGKQyHMACZ5aW8qGkkqQpUoZV6C0X7Pc7l4ZNMZkfNBf4VWNe9E1jRsf0G146Ew==

"@iframe-resizer/[email protected]":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@iframe-resizer/child/-/child-5.2.3.tgz#bb6e442c70439bab4055243d30abd9d3bfcb75c7"
integrity sha512-YzwCZkbFMPn7OPmkb9om3/SoEn+BBrPUFfpwWqkuPR5IagWdcRARWBaBhazcTNNIdXDbkCdzA5Y38S4dqnSIiw==

"@iframe-resizer/[email protected]":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@iframe-resizer/core/-/core-5.2.3.tgz#9f3932f2b65110aafc85b94fac2e6f4209f2ef17"
integrity sha512-xvE+d0gQatCqKEayPgvPVqXHqpNuqdjsgvnAxPP9mmgxEfmvGK0VVMvSnt4QtixK5Hxhl6129p+BkyPotXietQ==

"@iframe-resizer/[email protected]":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@iframe-resizer/jquery/-/jquery-5.2.3.tgz#5855506e8f0a0ad6d5ae2a82b8d9f9c5fd9923fc"
integrity sha512-6hqeqcN0gfqLGWg3V7oM8nqXoNZji4NWhp/2nQsl6jxVlSpIBs3ov5rLgS/Jh6JqRA//emepBFsUryB1xvrSKA==
dependencies:
"@iframe-resizer/core" "5.2.3"

"@iframe-resizer/[email protected]":
version "5.2.3"
resolved "https://registry.yarnpkg.com/@iframe-resizer/parent/-/parent-5.2.3.tgz#1dbf4631bde8bac61e5fe1c7443f721f50adff92"
integrity sha512-ERiGbuoBnsLUT2QJMkFf224dPTF4rkGQVwDvviVNljMZJCHc0cK9nV3rk86KcqeFozzQe2bItVt9tI6s7tucAA==
dependencies:
"@iframe-resizer/core" "5.2.3"

"@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
Expand Down Expand Up @@ -5197,10 +5221,14 @@ [email protected]:
dependencies:
safer-buffer ">= 2.1.2 < 3.0.0"

iframe-resizer@^4.4.5:
version "4.4.5"
resolved "https://registry.yarnpkg.com/iframe-resizer/-/iframe-resizer-4.4.5.tgz#f5048636e7f2fb5d9a09cc2ae78eb2da55ad555c"
integrity sha512-U8bCywf/Gh07O69RXo6dXAzTtODQrxaHGHRI7Nt4ipXsuq6EMxVsOP/jjaP43YtXz/ibESS0uSVDN3sOGCzSmw==
iframe-resizer@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/iframe-resizer/-/iframe-resizer-5.2.3.tgz#82c5f8314702d907ad3a45dbcccd1a4bd97fe90b"
integrity sha512-PdHPVFLJ668j5FindSa8VkokEHkezJ8rCxi3RHNqE/NDsv7jWtSvhQ9FvgU2n/eDRviF2uMy/EZ4lFv2cSUo+Q==
dependencies:
"@iframe-resizer/child" "5.2.3"
"@iframe-resizer/jquery" "5.2.3"
"@iframe-resizer/parent" "5.2.3"

ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1:
version "5.3.1"
Expand Down

0 comments on commit 221ded8

Please sign in to comment.