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

This commit is contained in:
renovate[bot]
2023-07-13 22:49:51 +00:00
parent 6b83ed34b9
commit 1d66b6d069
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -66,7 +66,7 @@
"run-series": "1.1.9", "run-series": "1.1.9",
"spectron": "19.0.0", "spectron": "19.0.0",
"standard": "17.0.0", "standard": "17.0.0",
"tape": "5.6.4" "tape": "5.6.5"
}, },
"engines": { "engines": {
"node": "^16.0.0 || ^18.0.0", "node": "^16.0.0 || ^18.0.0",
@@ -13363,14 +13363,14 @@
} }
}, },
"node_modules/tape": { "node_modules/tape": {
"version": "5.6.4", "version": "5.6.5",
"resolved": "https://registry.npmjs.org/tape/-/tape-5.6.4.tgz", "resolved": "https://registry.npmjs.org/tape/-/tape-5.6.5.tgz",
"integrity": "sha512-D5NkwItdBMAmgmij4qbHGOmxBF9Xo4l3iRDme7KIxZE/K+D0k4ZJLdaGPbQvBF7QVUeFUzEo11j8CZxkrydINA==", "integrity": "sha512-r6XcLeO3h5rOFpkYWifAjlhSSSXbFSSBF86lhb6J0KAQbY91H1MzOeIWG6TH0iWS52ypwr6fenJgCGQGtL8CxA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"array.prototype.every": "^1.1.4", "array.prototype.every": "^1.1.4",
"call-bind": "^1.0.2", "call-bind": "^1.0.2",
"deep-equal": "^2.2.1", "deep-equal": "^2.2.2",
"defined": "^1.0.1", "defined": "^1.0.1",
"dotignore": "^0.1.2", "dotignore": "^0.1.2",
"for-each": "^0.3.3", "for-each": "^0.3.3",
@@ -25518,14 +25518,14 @@
"integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ=="
}, },
"tape": { "tape": {
"version": "5.6.4", "version": "5.6.5",
"resolved": "https://registry.npmjs.org/tape/-/tape-5.6.4.tgz", "resolved": "https://registry.npmjs.org/tape/-/tape-5.6.5.tgz",
"integrity": "sha512-D5NkwItdBMAmgmij4qbHGOmxBF9Xo4l3iRDme7KIxZE/K+D0k4ZJLdaGPbQvBF7QVUeFUzEo11j8CZxkrydINA==", "integrity": "sha512-r6XcLeO3h5rOFpkYWifAjlhSSSXbFSSBF86lhb6J0KAQbY91H1MzOeIWG6TH0iWS52ypwr6fenJgCGQGtL8CxA==",
"dev": true, "dev": true,
"requires": { "requires": {
"array.prototype.every": "^1.1.4", "array.prototype.every": "^1.1.4",
"call-bind": "^1.0.2", "call-bind": "^1.0.2",
"deep-equal": "^2.2.1", "deep-equal": "^2.2.2",
"defined": "^1.0.1", "defined": "^1.0.1",
"dotignore": "^0.1.2", "dotignore": "^0.1.2",
"for-each": "^0.3.3", "for-each": "^0.3.3",

View File

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