fix: add buffer as a dep and ensure it is pinned
This commit is contained in:
parent
4427cd2d6d
commit
f4e12d7695
|
@ -9,6 +9,7 @@
|
|||
"version": "0.1.0-develop.37",
|
||||
"dependencies": {
|
||||
"@lumeweb/node-library-preset": "0.2.7",
|
||||
"buffer": "^6.0.3",
|
||||
"presetter": "^4.0.1",
|
||||
"vite": "^4.4.2",
|
||||
"vite-plugin-node-polyfills": "^0.9.0",
|
||||
|
@ -10746,29 +10747,6 @@
|
|||
"node": ">=10"
|
||||
}
|
||||
},
|
||||
"node_modules/node-stdlib-browser/node_modules/buffer": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
||||
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/feross"
|
||||
},
|
||||
{
|
||||
"type": "patreon",
|
||||
"url": "https://www.patreon.com/feross"
|
||||
},
|
||||
{
|
||||
"type": "consulting",
|
||||
"url": "https://feross.org/support"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"base64-js": "^1.3.1",
|
||||
"ieee754": "^1.1.13"
|
||||
}
|
||||
},
|
||||
"node_modules/node-stdlib-browser/node_modules/pkg-dir": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lumeweb/node-library-preset": "0.2.7",
|
||||
"buffer": "^6.0.3",
|
||||
"presetter": "^4.0.1",
|
||||
"vite": "^4.4.2",
|
||||
"vite-plugin-node-polyfills": "^0.9.0",
|
||||
|
@ -26,5 +27,8 @@
|
|||
"files": [
|
||||
"lib",
|
||||
"templates"
|
||||
]
|
||||
],
|
||||
"overrides": {
|
||||
"buffer": "^6.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue