From ee2beff119504e2b4d58379e63cd0f787a539c73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 06:13:55 +0000 Subject: [PATCH] fix: upgrade web-ifc from 0.0.40 to 0.0.63 Snyk has created this PR to upgrade web-ifc from 0.0.40 to 0.0.63. See this package in npm: web-ifc See this project in Snyk: https://app.snyk.io/org/mmilian/project/1b7e0b46-1574-43e0-962f-c0bed7776673?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9d68b8d..48d39d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@xeokit/xeokit-convert", - "version": "1.1.18", + "version": "1.1.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@xeokit/xeokit-convert", - "version": "1.1.18", + "version": "1.1.23", "license": "LICENSE", "dependencies": { "@loaders.gl/core": "^3.2.6", @@ -24,7 +24,7 @@ "fs": "0.0.1-security", "pako": "^2.0.4", "path": "^0.12.7", - "web-ifc": "0.0.40" + "web-ifc": "^0.0.63" }, "bin": { "xeokit-convert": "convert2xkt.js" @@ -10640,9 +10640,9 @@ } }, "node_modules/web-ifc": { - "version": "0.0.40", - "resolved": "https://registry.npmjs.org/web-ifc/-/web-ifc-0.0.40.tgz", - "integrity": "sha512-/lmogVLudvTjrWwxyfPywx6G1iWz2UAlhO1n8HVin188k4u54Cq2RpESmypj3EzsiJzgfON5Suq6xgbRuB25Bg==" + "version": "0.0.63", + "resolved": "https://registry.npmjs.org/web-ifc/-/web-ifc-0.0.63.tgz", + "integrity": "sha512-p5axgcNgwerKlbp7kqtbSrlM1orhEaLNBu9tFmLJQAaRYDlYu+7wQ3qL+mpIelnaIgqhakVWAVMs4epp2kgKRQ==" }, "node_modules/web-streams-polyfill": { "version": "3.2.1", diff --git a/package.json b/package.json index 6a441c7..0684a47 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "fs": "0.0.1-security", "pako": "^2.0.4", "path": "^0.12.7", - "web-ifc": "0.0.40" + "web-ifc": "0.0.63" }, "devDependencies": { "@babel/core": "^7.17.10",