update package lock

This commit is contained in:
Percs 2024-07-11 10:06:39 -05:00
parent 1a2d0cccf7
commit d66fcbdf65

19
package-lock.json generated
View file

@ -13,7 +13,7 @@
"@mercuryworkshop/bare-as-module3": "^2.2.2",
"@mercuryworkshop/bare-mux": "^2.0.1",
"@mercuryworkshop/epoxy-transport": "^2.1.2",
"@mercuryworkshop/libcurl-transport": "^1.3.2",
"@mercuryworkshop/libcurl-transport": "^1.3.6",
"@titaniumnetwork-dev/ultraviolet": "^3.2.1",
"@tomphttp/bare-server-node": "^2.0.3",
"astro": "^4.7.0",
@ -1610,16 +1610,15 @@
}
},
"node_modules/@mercuryworkshop/libcurl-transport": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/@mercuryworkshop/libcurl-transport/-/libcurl-transport-1.3.3.tgz",
"integrity": "sha512-M2kpAnkLHdWYojuVr0KVDtIkPX8+VN0HsYFfjhHDNvvhSb4fHMiBgH4Qs+XOfOfKDv6VtZMENfvMDpukVmj6kQ==",
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/@mercuryworkshop/libcurl-transport/-/libcurl-transport-1.3.6.tgz",
"integrity": "sha512-K4/TSfHlkjuzY6j0XXFmIbG8m3tpMoTxLga46fhmeuX8k3EJR/FVbW8JTXOD34Iofu0vCZuuY8n/ywNCcB6XjA==",
"dependencies": {
"esbuild-plugin-umd-wrapper": "^2.0.0",
"libcurl.js": "^0.6.8",
"libcurl.js": "^0.6.10",
"rollup": "^4.12.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.36.0",
"ws": "8.16.0"
"rollup-plugin-typescript2": "^0.36.0"
}
},
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
@ -5783,9 +5782,9 @@
}
},
"node_modules/libcurl.js": {
"version": "0.6.8",
"resolved": "https://registry.npmjs.org/libcurl.js/-/libcurl.js-0.6.8.tgz",
"integrity": "sha512-KYkWFxnSdnIeN00AZRWv1tywDawVqb7VKxw213GjqxehGQDBv0rWAKZ/R/rwEKumVYlPvRNrzZPRa9wlYgEjCg==",
"version": "0.6.10",
"resolved": "https://registry.npmjs.org/libcurl.js/-/libcurl.js-0.6.10.tgz",
"integrity": "sha512-GDyxCRi7+R7XFhcCRFAsNYxg3x91LiwiBISo+pWfUXfgO45J/9ZWcHqjKQg8/FbWHRkV1wwSCyPOZ8pLlbdivg==",
"license": "AGPL-3.0-or-later"
},
"node_modules/load-yaml-file": {