Skip to content

Commit 635919f

Browse files
fix(deps): update dependency html-webpack-plugin to ^5.5.3 for gatsby-plugin-netlify-cms (#38292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4986aa4 commit 635919f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-plugin-netlify-cms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.20.13",
1111
"@soda/friendly-errors-webpack-plugin": "1.8.1",
1212
"copy-webpack-plugin": "^7.0.0",
13-
"html-webpack-plugin": "^5.5.1",
13+
"html-webpack-plugin": "^5.5.3",
1414
"html-webpack-skip-assets-plugin": "^1.0.3",
1515
"html-webpack-tags-plugin": "^3.0.2",
1616
"lodash": "^4.17.21",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12736,10 +12736,10 @@ html-void-elements@^1.0.0:
1273612736
version "1.0.3"
1273712737
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-1.0.3.tgz#956707dbecd10cf658c92c5d27fee763aa6aa982"
1273812738

12739-
html-webpack-plugin@^5.5.1:
12740-
version "5.5.1"
12741-
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz#826838e31b427f5f7f30971f8d8fa2422dfa6763"
12742-
integrity sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==
12739+
html-webpack-plugin@^5.5.1, html-webpack-plugin@^5.5.3:
12740+
version "5.5.3"
12741+
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e"
12742+
integrity sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==
1274312743
dependencies:
1274412744
"@types/html-minifier-terser" "^6.0.0"
1274512745
html-minifier-terser "^6.0.2"

0 commit comments

Comments
 (0)