fix package-lock

This commit is contained in:
Jocelyn Badgley 2023-05-18 18:13:43 -07:00
parent eb88b37eaa
commit 73983d6add
No known key found for this signature in database
GPG Key ID: 909059F0FFF842D8
2 changed files with 63 additions and 3 deletions

64
package-lock.json generated
View File

@ -79,7 +79,7 @@
"uuid": "^9.0.0" "uuid": "^9.0.0"
}, },
"engines": { "engines": {
"node": "16" "node": "18"
} }
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
@ -4369,6 +4369,38 @@
"integrity": "sha512-K7J4xq5xAD5jHsGM5ReWXRTFa3JRGofHiMcVgQ8PRwgWxzjHpMWCIzsmyf60+mh8KLsqYPcjUMa0AC4hd6lPyQ==", "integrity": "sha512-K7J4xq5xAD5jHsGM5ReWXRTFa3JRGofHiMcVgQ8PRwgWxzjHpMWCIzsmyf60+mh8KLsqYPcjUMa0AC4hd6lPyQ==",
"dev": true "dev": true
}, },
"node_modules/broadway/node_modules/pkginfo": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz",
"integrity": "sha512-yO5feByMzAp96LtP58wvPKSbaKAi/1C4kV9XpTctr6EepnP6F33RBNOiVrdz9BrPA98U2BMFsTNHo44TWcbQ2A==",
"dev": true,
"engines": {
"node": ">= 0.4.0"
}
},
"node_modules/broadway/node_modules/winston": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-0.8.0.tgz",
"integrity": "sha512-BoFzn3FEOWlq+1rDbDrbD093E3IRqukS8DYiqtY4vblIFR+5MSGUstAU228MGJa0vodiqm/iU2c8OGw6Iorx1g==",
"dev": true,
"dependencies": {
"async": "0.2.x",
"colors": "0.6.x",
"cycle": "1.0.x",
"eyes": "0.1.x",
"pkginfo": "0.3.x",
"stack-trace": "0.0.x"
},
"engines": {
"node": ">= 0.6.0"
}
},
"node_modules/broadway/node_modules/winston/node_modules/async": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
"integrity": "sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ==",
"dev": true
},
"node_modules/browserslist": { "node_modules/browserslist": {
"version": "4.21.4", "version": "4.21.4",
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz",
@ -22650,7 +22682,7 @@
"eventemitter2": "0.4.14", "eventemitter2": "0.4.14",
"nconf": "0.6.9", "nconf": "0.6.9",
"utile": "0.2.1", "utile": "0.2.1",
"winston": "3.8.2" "winston": "0.8.0"
}, },
"dependencies": { "dependencies": {
"async": { "async": {
@ -22702,6 +22734,34 @@
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz", "resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
"integrity": "sha512-K7J4xq5xAD5jHsGM5ReWXRTFa3JRGofHiMcVgQ8PRwgWxzjHpMWCIzsmyf60+mh8KLsqYPcjUMa0AC4hd6lPyQ==", "integrity": "sha512-K7J4xq5xAD5jHsGM5ReWXRTFa3JRGofHiMcVgQ8PRwgWxzjHpMWCIzsmyf60+mh8KLsqYPcjUMa0AC4hd6lPyQ==",
"dev": true "dev": true
},
"pkginfo": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz",
"integrity": "sha512-yO5feByMzAp96LtP58wvPKSbaKAi/1C4kV9XpTctr6EepnP6F33RBNOiVrdz9BrPA98U2BMFsTNHo44TWcbQ2A==",
"dev": true
},
"winston": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/winston/-/winston-0.8.0.tgz",
"integrity": "sha512-BoFzn3FEOWlq+1rDbDrbD093E3IRqukS8DYiqtY4vblIFR+5MSGUstAU228MGJa0vodiqm/iU2c8OGw6Iorx1g==",
"dev": true,
"requires": {
"async": "0.2.x",
"colors": "0.6.x",
"cycle": "1.0.x",
"eyes": "0.1.x",
"pkginfo": "0.3.x",
"stack-trace": "0.0.x"
},
"dependencies": {
"async": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz",
"integrity": "sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ==",
"dev": true
}
}
} }
} }
}, },

View File

@ -9,7 +9,7 @@
}, },
"private": true, "private": true,
"engines": { "engines": {
"node": "16" "node": "18"
}, },
"author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)", "author": "Jocelyn Badgley <joc@twipped.com> (http://twipped.com/)",
"siteInfo": { "siteInfo": {