diff options
author | dependabot[bot] | 2021-02-25 06:36:26 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:56 +0300 |
commit | 768e349c339300c3372d55867150cbd14fa37959 (patch) | |
tree | b87f7bd39d2fa0900c1bff42b6b21537c7c7558a | |
parent | cbc7001209997207c64507e989e54ca60a437c73 (diff) |
Bump html-loader from 2.1.0 to 2.1.1
Bumps [html-loader](https://github.com/webpack-contrib/html-loader) from 2.1.0 to 2.1.1.
- [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.0...v2.1.1)
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 b13b397f..f1518221 100644 --- a/vnext/package-lock.json +++ b/vnext/package-lock.json @@ -8232,9 +8232,9 @@ "dev": true }, "html-loader": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-2.1.0.tgz", - "integrity": "sha512-yg3ph4jmeA79WtXaT/K5RdnJKGHtitvmowZ556Hsii38OQVetl3hmIRwFqYRCy8MODov/oHQEYV5aLaDOX7uaw==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-2.1.1.tgz", + "integrity": "sha512-L6HUVgr2aeGMyiool2raoBQb8Lue2UTAhUsHvsMLyNxfBHMtOz1NJL1GyE4VbyAoYBK5PJp1I9Aw+FqS3d2eTA==", "dev": true, "requires": { "html-minifier-terser": "^5.1.1", diff --git a/vnext/package.json b/vnext/package.json index 9b968460..72cfcce4 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.0", + "html-loader": "^2.1.1", "html-webpack-plugin": "^5.2.0", "jest": "^26.6.3", "mini-css-extract-plugin": "^1.3.8", |