mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-23 23:49:05 -06:00
dependency: update dependency image-size to v1.2.1 [security] (#32232)
* fix(deps): update dependency image-size to v1.2.1 [security] * fix(deps): update dependency image-size to v1.2.1 [security] * changelog entry * move changelog entry --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
This commit is contained in:
@@ -5,6 +5,7 @@ _Released 08/26/2025 (PENDING)_
|
||||
|
||||
**Dependency Updates:**
|
||||
|
||||
- Upgraded `image-size` from `1.1.1` to `1.2.1`. Addressed in [#32232](https://github.com/cypress-io/cypress/pull/32232).
|
||||
- Upgraded `tar` from `6.1.5` to `6.2.1`. Addressed in [#32229](https://github.com/cypress-io/cypress/pull/32229).
|
||||
|
||||
## 15.0.0
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
"graceful-fs": "4.2.9",
|
||||
"http-proxy": "1.18.1",
|
||||
"human-interval": "1.0.0",
|
||||
"image-size": "1.1.1",
|
||||
"image-size": "1.2.1",
|
||||
"is-fork-pr": "2.5.0",
|
||||
"is-html": "2.0.0",
|
||||
"jimp": "0.22.12",
|
||||
|
||||
@@ -19309,13 +19309,20 @@ image-q@^4.0.0:
|
||||
dependencies:
|
||||
"@types/node" "16.9.1"
|
||||
|
||||
image-size@1.1.1, image-size@^1.0.0:
|
||||
image-size@1.1.1:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.1.1.tgz#ddd67d4dc340e52ac29ce5f546a09f4e29e840ac"
|
||||
integrity sha512-541xKlUw6jr/6gGuk92F+mYM5zaFAc5ahphvkqvNe2bQ6gVBkd6bfrmVJ2t4KDAfikAYZyIqTnktX3i6/aQDrQ==
|
||||
dependencies:
|
||||
queue "6.0.2"
|
||||
|
||||
image-size@1.2.1, image-size@^1.0.0:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.2.1.tgz#ee118aedfe666db1a6ee12bed5821cde3740276d"
|
||||
integrity sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==
|
||||
dependencies:
|
||||
queue "6.0.2"
|
||||
|
||||
image-size@^0.5.0:
|
||||
version "0.5.5"
|
||||
resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.5.5.tgz#09dfd4ab9d20e29eb1c3e80b8990378df9e3cb9c"
|
||||
|
||||
Reference in New Issue
Block a user