diff --git a/node/package-lock.json b/node/package-lock.json index 553854b..fc63476 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -1,17 +1,17 @@ { "name": "chap-node", - "version": "0.1.0", + "version": "0.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chap-node", - "version": "0.1.0", + "version": "0.1.2", "license": "MIT", "dependencies": { "busboy": "^1.6.0", "ws": "^8.14.2", - "yaml": "^2.3.4" + "yaml": "^2.8.3" } }, "node_modules/busboy": { @@ -55,9 +55,9 @@ } }, "node_modules/yaml": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", + "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", "license": "ISC", "bin": { "yaml": "bin.mjs" diff --git a/node/package.json b/node/package.json index d342503..8f6acea 100644 --- a/node/package.json +++ b/node/package.json @@ -12,7 +12,7 @@ "license": "MIT", "dependencies": { "ws": "^8.14.2", - "yaml": "^2.3.4", + "yaml": "^2.8.3", "busboy": "^1.6.0" } }