Tape 5.8.1 (#4219)

This commit is contained in:
Peter Hedenskog 2024-07-08 19:49:06 +02:00 committed by GitHub
parent 92315b5b5f
commit f9ad78dea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

20
npm-shrinkwrap.json generated
View File

@ -51,7 +51,7 @@
"pug": "3.0.3",
"recursive-readdir": "2.2.3",
"simplecrawler": "1.1.9",
"tape": "5.7.5",
"tape": "5.8.1",
"text-table": "0.2.0",
"uuid": "10.0.0",
"yargs": "17.7.2"
@ -10728,13 +10728,13 @@
}
},
"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.1",
"resolved": "https://registry.npmjs.org/tape/-/tape-5.8.1.tgz",
"integrity": "sha512-pUzADXBVYm5Jkneh9hfXnirADrzQrDA3vddKbPOc/ZLORj4dFQ6GR1KdGWX0/NvOLDcYkVgeMdw78Uf6BzO3KA==",
"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",
@ -10743,17 +10743,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"

View File

@ -122,7 +122,7 @@
"recursive-readdir": "2.2.3",
"simplecrawler": "1.1.9",
"@sitespeed.io/plugin": "0.0.6",
"tape": "5.7.5",
"tape": "5.8.1",
"text-table": "0.2.0",
"uuid": "10.0.0",
"yargs": "17.7.2"