diff --git a/package-lock.json b/package-lock.json index b198a77f1..430d64333 100644 --- a/package-lock.json +++ b/package-lock.json @@ -382,9 +382,9 @@ "dev": true }, "@types/event-hooks-webpack-plugin": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@types/event-hooks-webpack-plugin/-/event-hooks-webpack-plugin-2.0.0.tgz", - "integrity": "sha512-3S2CbccekPTTbyxolfKkukWWCVggdc5cKtaSm8YtL5nJicfNCKH4RBxcg3/AWjmT0G0ginRBXHaRz8HADtgd7w==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@types/event-hooks-webpack-plugin/-/event-hooks-webpack-plugin-2.2.0.tgz", + "integrity": "sha512-1xuZO3Yb5a4eDTY/WIgFVpSkGi1mx/k3f4inf9eZPf8+ZHB66My9b+3ugD2znXN5rtzsufLNfigaGcAVrsTGxw==", "dev": true, "requires": { "@types/webpack": "*" diff --git a/package.json b/package.json index 0ed2dc6de..c72270576 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/clipboard": "^2.0.1", "@types/copy-webpack-plugin": "^6.3.0", "@types/escape-html": "1.0.0", - "@types/event-hooks-webpack-plugin": "^2.0.0", + "@types/event-hooks-webpack-plugin": "^2.2.0", "@types/html-minifier": "^4.0.0", "@types/lunr": "^2.3.3", "@types/mini-css-extract-plugin": "^1.2.1",