diff --git a/package-lock.json b/package-lock.json index e8b1b23..1553645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "typescript": "^4.9.4", "viz.js": "^2.1.2", "vscode-test": "^1.6.1", - "webpack": "^5.75.0", + "webpack": "^5.76.0", "webpack-cli": "^5.0.1", "websocket": "^1.0.34" }, @@ -9966,9 +9966,9 @@ } }, "node_modules/webpack": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", - "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -17320,7 +17320,7 @@ "string": { "version": "git+ssh://git@github.com/hackmdio/string.js.git#a68176b3d84ce13e19002eb5d052d599873188b8", "integrity": "sha512-mzFXH6pmyVoQPXhTnoeL4iXI43OCPLbghXoGISwtaChcvS3AVx5EUpYGT+x1aVgtAbKkjw5zxlG+OYqpozv/CQ==", - "from": "string@git+ssh://git@github.com/hackmdio/string.js.git#a68176b3d" + "from": "string@https://github.com/hackmdio/string.js.git#a68176b3d84ce13e19002eb5d052d599873188b8" }, "string_decoder": { "version": "1.1.1", @@ -17943,9 +17943,9 @@ } }, "webpack": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", - "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index 2a6e02b..077042d 100644 --- a/package.json +++ b/package.json @@ -333,7 +333,7 @@ "typescript": "^4.9.4", "viz.js": "^2.1.2", "vscode-test": "^1.6.1", - "webpack": "^5.75.0", + "webpack": "^5.76.0", "webpack-cli": "^5.0.1", "websocket": "^1.0.34" },