chore(deps): update dependency tape to v5.3.1
This commit is contained in:
parent
eff52911c2
commit
b132fb73df
2 changed files with 40 additions and 18 deletions
56
package-lock.json
generated
56
package-lock.json
generated
|
|
@ -64,7 +64,7 @@
|
|||
"run-series": "1.1.9",
|
||||
"spectron": "15.0.0",
|
||||
"standard": "*",
|
||||
"tape": "5.3.0"
|
||||
"tape": "5.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
|
|
@ -7958,6 +7958,20 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/has-tostringtag": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
|
||||
"integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
|
||||
"dependencies": {
|
||||
"has-symbols": "^1.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/has-unicode": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
||||
|
|
@ -8882,12 +8896,12 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/is-regex": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz",
|
||||
"integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==",
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
|
||||
"integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
|
||||
"dependencies": {
|
||||
"call-bind": "^1.0.2",
|
||||
"has-symbols": "^1.0.2"
|
||||
"has-tostringtag": "^1.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.4"
|
||||
|
|
@ -14228,9 +14242,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/tape": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/tape/-/tape-5.3.0.tgz",
|
||||
"integrity": "sha512-C4MJ44uuvFail8XhZD6D2j2u1+lar6KMkEdtJBApkC/5Hfk99OvyRcQFwiHWZLKwvxnEDeXBoTRw53p1o3Wgxw==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tape/-/tape-5.3.1.tgz",
|
||||
"integrity": "sha512-Mj3h+/dgfI2xct4kTpzqZaRxhhglXcMg//xGTbB0AQisfiOYa6ZBNQIgv46xi1MqbgthuNLSS1SAySDZsb7MMA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"call-bind": "^1.0.2",
|
||||
|
|
@ -14243,7 +14257,7 @@
|
|||
"has": "^1.0.3",
|
||||
"has-dynamic-import": "^2.0.0",
|
||||
"inherits": "^2.0.4",
|
||||
"is-regex": "^1.1.3",
|
||||
"is-regex": "^1.1.4",
|
||||
"minimist": "^1.2.5",
|
||||
"object-inspect": "^1.11.0",
|
||||
"object-is": "^1.1.5",
|
||||
|
|
@ -22512,6 +22526,14 @@
|
|||
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
|
||||
"integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw=="
|
||||
},
|
||||
"has-tostringtag": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz",
|
||||
"integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==",
|
||||
"requires": {
|
||||
"has-symbols": "^1.0.2"
|
||||
}
|
||||
},
|
||||
"has-unicode": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
|
||||
|
|
@ -23214,12 +23236,12 @@
|
|||
"optional": true
|
||||
},
|
||||
"is-regex": {
|
||||
"version": "1.1.3",
|
||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.3.tgz",
|
||||
"integrity": "sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==",
|
||||
"version": "1.1.4",
|
||||
"resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz",
|
||||
"integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==",
|
||||
"requires": {
|
||||
"call-bind": "^1.0.2",
|
||||
"has-symbols": "^1.0.2"
|
||||
"has-tostringtag": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"is-set": {
|
||||
|
|
@ -27417,9 +27439,9 @@
|
|||
}
|
||||
},
|
||||
"tape": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/tape/-/tape-5.3.0.tgz",
|
||||
"integrity": "sha512-C4MJ44uuvFail8XhZD6D2j2u1+lar6KMkEdtJBApkC/5Hfk99OvyRcQFwiHWZLKwvxnEDeXBoTRw53p1o3Wgxw==",
|
||||
"version": "5.3.1",
|
||||
"resolved": "https://registry.npmjs.org/tape/-/tape-5.3.1.tgz",
|
||||
"integrity": "sha512-Mj3h+/dgfI2xct4kTpzqZaRxhhglXcMg//xGTbB0AQisfiOYa6ZBNQIgv46xi1MqbgthuNLSS1SAySDZsb7MMA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"call-bind": "^1.0.2",
|
||||
|
|
@ -27432,7 +27454,7 @@
|
|||
"has": "^1.0.3",
|
||||
"has-dynamic-import": "^2.0.0",
|
||||
"inherits": "^2.0.4",
|
||||
"is-regex": "^1.1.3",
|
||||
"is-regex": "^1.1.4",
|
||||
"minimist": "^1.2.5",
|
||||
"object-inspect": "^1.11.0",
|
||||
"object-is": "^1.1.5",
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
"run-series": "1.1.9",
|
||||
"spectron": "15.0.0",
|
||||
"standard": "*",
|
||||
"tape": "5.3.0"
|
||||
"tape": "5.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^16.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue