diff options
author | dependabot[bot] | 2021-03-10 06:48:10 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 607aff18391dd349c0d4246776f85ec5ba1319d8 (patch) | |
tree | b34ae9abbd3011d213c80b04ca0167d168442156 | |
parent | bbc7e4c8956dbddb8deae542c666bb3703422e60 (diff) |
Bump html-loader from 2.1.1 to 2.1.2
Bumps [html-loader](https://github.com/webpack-contrib/html-loader) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/webpack-contrib/html-loader/releases)
- [Changelog](https://github.com/webpack-contrib/html-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/html-loader/compare/v2.1.1...v2.1.2)
Signed-off-by: dependabot[bot] <support@github.com>
-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", |