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 /vnext/package-lock.json | |
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>
Diffstat (limited to 'vnext/package-lock.json')
-rw-r--r-- | vnext/package-lock.json | 6 |
1 files changed, 3 insertions, 3 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", |