From 726658069831562887d651c8a9e9ca7e1dbec7f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 06:37:04 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MATRIXJSSDK-8367201 --- package-lock.json | 13 +++++++------ package.json | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcdd257..d45645c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monocker", - "version": "2.13.6", + "version": "2.13.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monocker", - "version": "2.13.6", + "version": "2.13.7", "license": "MIT", "dependencies": { "@slack/web-api": "^7.0.4", @@ -15,7 +15,7 @@ "dockerode": "^4.0.2", "express": "^4.19.2", "gotify": "^1.1.0", - "matrix-js-sdk": "^34.9.0", + "matrix-js-sdk": "^34.11.1", "node-pushover": "^1.0.0", "ntfy": "^1.5.3", "pushbullet": "^3.0.0", @@ -1136,9 +1136,10 @@ "integrity": "sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==" }, "node_modules/matrix-js-sdk": { - "version": "34.9.0", - "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-34.9.0.tgz", - "integrity": "sha512-Fm/2uKFgVthk04GcEcXvb+I8PquPyupDCoAipVz+TE4FfVR0gPgem/vxfQPqy7Ejwvx9ClCP2B6giqcQVj1aqQ==", + "version": "34.11.1", + "resolved": "https://registry.npmjs.org/matrix-js-sdk/-/matrix-js-sdk-34.11.1.tgz", + "integrity": "sha512-rDbIUIqEsN/pbHb6haBQmjxxgeb9G3Df2IhPPOotUbX6R1KseA8yJ6TAY0YySM2zVaBV3yZ6dnKWexF/uWvZfA==", + "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.12.5", "@matrix-org/matrix-sdk-crypto-wasm": "^9.0.0", diff --git a/package.json b/package.json index cfcfa90..015140a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dockerode": "^4.0.2", "express": "^4.19.2", "gotify": "^1.1.0", - "matrix-js-sdk": "^34.9.0", + "matrix-js-sdk": "^34.11.1", "node-pushover": "^1.0.0", "ntfy": "^1.5.3", "pushbullet": "^3.0.0",