chore(dep): updated package-lock.json

This commit is contained in:
Lam Wei Li 2022-04-25 14:54:37 +08:00
parent bae9c99809
commit c7e2d8eeb7
No known key found for this signature in database
GPG Key ID: 90F6ABECF080D7BF

20
package-lock.json generated
View File

@ -2826,9 +2826,9 @@
"dev": true
},
"tap": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/tap/-/tap-16.0.1.tgz",
"integrity": "sha512-y32sc4NFWzeOE1mrNvZoS1kRJADI8MCCSaatVBalCNVgusTf59h3t8mHZ3d0wSTQRs05JTOG52WC3KnWovhjPg==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/tap/-/tap-16.1.0.tgz",
"integrity": "sha512-EFERYEEDCLjvsT+B+z/qAVuxh5JPEmtn0aGh1ZT/2BN5nVLm6VbcL9fR/Y2FtsxvHuEC3Q2xLc1n1h7mnWVP9w==",
"dev": true,
"requires": {
"@isaacs/import-jsx": "^4.0.1",
@ -2842,7 +2842,7 @@
"isexe": "^2.0.0",
"istanbul-lib-processinfo": "^2.0.2",
"jackspeak": "^1.4.1",
"libtap": "^1.3.0",
"libtap": "^1.4.0",
"minipass": "^3.1.1",
"mkdirp": "^1.0.4",
"nyc": "^15.1.0",
@ -4234,14 +4234,14 @@
"dev": true
},
"unbox-primitive": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz",
"integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
"integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==",
"dev": true,
"requires": {
"function-bind": "^1.1.1",
"has-bigints": "^1.0.1",
"has-symbols": "^1.0.2",
"call-bind": "^1.0.2",
"has-bigints": "^1.0.2",
"has-symbols": "^1.0.3",
"which-boxed-primitive": "^1.0.2"
}
},