chore(deps): update dependency tape to v5.8.0

This commit is contained in:
renovate[bot]
2024-06-16 04:06:28 +00:00
parent b363dca77f
commit ac7f16e71c
2 changed files with 30 additions and 30 deletions

58
package-lock.json generated
View File

@@ -66,7 +66,7 @@
"run-series": "1.1.9",
"spectron": "19.0.0",
"standard": "17.0.0",
"tape": "5.7.5"
"tape": "5.8.0"
},
"engines": {
"node": "^16.0.0 || ^18.0.0",
@@ -10498,12 +10498,12 @@
}
},
"node_modules/object-is": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
"integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
"integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
"dependencies": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
"call-bind": "^1.0.7",
"define-properties": "^1.2.1"
},
"engines": {
"node": ">= 0.4"
@@ -13687,14 +13687,14 @@
}
},
"node_modules/tape": {
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/tape/-/tape-5.7.5.tgz",
"integrity": "sha512-C5Gm1MR8ujZmNrsmOiHSkKFfY2thrnUrFw/fFtcva9FABbN7LrHuQPi3MTS0Z0i/SLfYSJtRIcJYDUpwPsQ8yA==",
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/tape/-/tape-5.8.0.tgz",
"integrity": "sha512-XqKNwGp9eUcFzPmtpNCiDMiW76caPieYdrkuX8aw2X1KBgmJSBTET0I3JANTbMJgOBpR4CF9RPIgkRM8Vsb+kQ==",
"dev": true,
"dependencies": {
"@ljharb/resumer": "^0.1.2",
"@ljharb/through": "^2.3.12",
"array.prototype.every": "^1.1.5",
"@ljharb/resumer": "^0.1.3",
"@ljharb/through": "^2.3.13",
"array.prototype.every": "^1.1.6",
"call-bind": "^1.0.7",
"deep-equal": "^2.2.3",
"defined": "^1.0.1",
@@ -13703,17 +13703,17 @@
"get-package-type": "^0.1.0",
"glob": "^7.2.3",
"has-dynamic-import": "^2.1.0",
"hasown": "^2.0.1",
"hasown": "^2.0.2",
"inherits": "^2.0.4",
"is-regex": "^1.1.4",
"minimist": "^1.2.8",
"mock-property": "^1.0.3",
"object-inspect": "^1.13.1",
"object-is": "^1.1.5",
"object-is": "^1.1.6",
"object-keys": "^1.1.1",
"object.assign": "^4.1.5",
"resolve": "^2.0.0-next.5",
"string.prototype.trim": "^1.2.8"
"string.prototype.trim": "^1.2.9"
},
"bin": {
"tape": "bin/tape"
@@ -23641,12 +23641,12 @@
"dev": true
},
"object-is": {
"version": "1.1.5",
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
"integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
"integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==",
"requires": {
"call-bind": "^1.0.2",
"define-properties": "^1.1.3"
"call-bind": "^1.0.7",
"define-properties": "^1.2.1"
}
},
"object-keys": {
@@ -25977,14 +25977,14 @@
"integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ=="
},
"tape": {
"version": "5.7.5",
"resolved": "https://registry.npmjs.org/tape/-/tape-5.7.5.tgz",
"integrity": "sha512-C5Gm1MR8ujZmNrsmOiHSkKFfY2thrnUrFw/fFtcva9FABbN7LrHuQPi3MTS0Z0i/SLfYSJtRIcJYDUpwPsQ8yA==",
"version": "5.8.0",
"resolved": "https://registry.npmjs.org/tape/-/tape-5.8.0.tgz",
"integrity": "sha512-XqKNwGp9eUcFzPmtpNCiDMiW76caPieYdrkuX8aw2X1KBgmJSBTET0I3JANTbMJgOBpR4CF9RPIgkRM8Vsb+kQ==",
"dev": true,
"requires": {
"@ljharb/resumer": "^0.1.2",
"@ljharb/through": "^2.3.12",
"array.prototype.every": "^1.1.5",
"@ljharb/resumer": "^0.1.3",
"@ljharb/through": "^2.3.13",
"array.prototype.every": "^1.1.6",
"call-bind": "^1.0.7",
"deep-equal": "^2.2.3",
"defined": "^1.0.1",
@@ -25993,17 +25993,17 @@
"get-package-type": "^0.1.0",
"glob": "^7.2.3",
"has-dynamic-import": "^2.1.0",
"hasown": "^2.0.1",
"hasown": "^2.0.2",
"inherits": "^2.0.4",
"is-regex": "^1.1.4",
"minimist": "^1.2.8",
"mock-property": "^1.0.3",
"object-inspect": "^1.13.1",
"object-is": "^1.1.5",
"object-is": "^1.1.6",
"object-keys": "^1.1.1",
"object.assign": "^4.1.5",
"resolve": "^2.0.0-next.5",
"string.prototype.trim": "^1.2.8"
"string.prototype.trim": "^1.2.9"
},
"dependencies": {
"deep-equal": {

View File

@@ -78,7 +78,7 @@
"run-series": "1.1.9",
"spectron": "19.0.0",
"standard": "17.0.0",
"tape": "5.7.5"
"tape": "5.8.0"
},
"engines": {
"node": "^16.0.0 || ^18.0.0",