diff options
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/package-lock.json | 6 | ||||
-rw-r--r-- | vnext/package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/vnext/package-lock.json b/vnext/package-lock.json index 93bbad43..c41fb3a2 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -8198,9 +8198,9 @@ "dev": true }, "html-loader": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-2.1.1.tgz", - "integrity": "sha512-L6HUVgr2aeGMyiool2raoBQb8Lue2UTAhUsHvsMLyNxfBHMtOz1NJL1GyE4VbyAoYBK5PJp1I9Aw+FqS3d2eTA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-2.1.2.tgz", + "integrity": "sha512-XB4O1+6mpLp4qy/3qg5+1QPZ/uXvWtO64hNAX87sKHwcHkp1LJGU7V3sJ9iVmRACElAZXQ4YOO/Lbkx5kYfl9A==", "dev": true, "requires": { "html-minifier-terser": "^5.1.1", diff --git a/vnext/package.json b/vnext/package.json index 3749167f..a58b34e3 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -29,7 +29,7 @@ "eslint-plugin-react-hooks": "^4.2.0", "eslint-webpack-plugin": "^2.5.2", "file-loader": "^6.2.0", - "html-loader": "^2.1.1", + "html-loader": "^2.1.2", "html-webpack-plugin": "^5.3.0", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.9", |