Skip to content

Commit

Permalink
Update dependency tape to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent abc4a9b commit 90e029a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"image-size": "1.1.1",
"tape": "5.8.1",
"tape": "5.9.0",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
Expand Down
32 changes: 19 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2977,17 +2977,18 @@ minipass@^7.1.2:
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==

mock-property@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/mock-property/-/mock-property-1.0.3.tgz#3e37c50a56609d548cabd56559fde3dd8767b10c"
integrity sha512-2emPTb1reeLLYwHxyVx993iYyCHEiRRO+y8NFXFPL5kl5q14sgTK76cXyEKkeKCHeRw35SfdkUJ10Q1KfHuiIQ==
mock-property@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/mock-property/-/mock-property-1.1.0.tgz#b38b9961476d2e54cde2033b62847b9546b3670d"
integrity sha512-1/JjbLoGwv87xVsutkX0XJc0M0W4kb40cZl/K41xtTViBOD9JuFPKfyMNTrLJ/ivYAd0aPqu/vduamXO0emTFQ==
dependencies:
define-data-property "^1.1.1"
define-data-property "^1.1.4"
functions-have-names "^1.2.3"
gopd "^1.0.1"
has-property-descriptors "^1.0.0"
hasown "^2.0.0"
has-property-descriptors "^1.0.2"
hasown "^2.0.2"
isarray "^2.0.5"
object-inspect "^1.13.2"

mozjpeg@^8.0.0:
version "8.0.0"
Expand Down Expand Up @@ -3072,6 +3073,11 @@ object-inspect@^1.13.1:
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==

object-inspect@^1.13.2:
version "1.13.2"
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.2.tgz#dea0088467fb991e67af4058147a24824a3043ff"
integrity sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==

object-is@^1.1.5:
version "1.1.5"
resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac"
Expand Down Expand Up @@ -4024,10 +4030,10 @@ svgo@^2.5.0:
picocolors "^1.0.0"
stable "^0.1.8"

tape@5.8.1:
version "5.8.1"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.8.1.tgz#76fc0ddad652e9714355932fb56eb7c463d5232f"
integrity sha512-pUzADXBVYm5Jkneh9hfXnirADrzQrDA3vddKbPOc/ZLORj4dFQ6GR1KdGWX0/NvOLDcYkVgeMdw78Uf6BzO3KA==
tape@5.9.0:
version "5.9.0"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.9.0.tgz#8d1a7472c6a154b82ce23b20dd9dc70ec0729b46"
integrity sha512-czbGgxSVwRlbB3Ly/aqQrNwrDAzKHDW/kVXegp4hSFmR2c8qqm3hCgZbUy1+3QAQFGhPDG7J56UsV1uNilBFCA==
dependencies:
"@ljharb/resumer" "^0.1.3"
"@ljharb/through" "^2.3.13"
Expand All @@ -4044,8 +4050,8 @@ tape@5.8.1:
inherits "^2.0.4"
is-regex "^1.1.4"
minimist "^1.2.8"
mock-property "^1.0.3"
object-inspect "^1.13.1"
mock-property "^1.1.0"
object-inspect "^1.13.2"
object-is "^1.1.6"
object-keys "^1.1.1"
object.assign "^4.1.5"
Expand Down

0 comments on commit 90e029a

Please sign in to comment.