diff --git a/packages/gatsby-plugin-netlify-cms/package.json b/packages/gatsby-plugin-netlify-cms/package.json index e84c314ced73f..d7ad4724feb71 100644 --- a/packages/gatsby-plugin-netlify-cms/package.json +++ b/packages/gatsby-plugin-netlify-cms/package.json @@ -11,8 +11,8 @@ "@soda/friendly-errors-webpack-plugin": "1.8.0", "copy-webpack-plugin": "^7.0.0", "html-webpack-plugin": "^5.3.2", - "html-webpack-skip-assets-plugin": "^1.0.2", - "html-webpack-tags-plugin": "^3.0.1", + "html-webpack-skip-assets-plugin": "^1.0.3", + "html-webpack-tags-plugin": "^3.0.2", "lodash": "^4.17.21", "mini-css-extract-plugin": "1.6.2", "netlify-identity-widget": "^1.9.2" diff --git a/yarn.lock b/yarn.lock index 713c4c60fe752..75bf18a57cc11 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12994,19 +12994,19 @@ html-webpack-plugin@^5.3.2: pretty-error "^3.0.4" tapable "^2.0.0" -html-webpack-skip-assets-plugin@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/html-webpack-skip-assets-plugin/-/html-webpack-skip-assets-plugin-1.0.2.tgz#02c980309744cc294ae49ab000c8ebf9307555b1" - integrity sha512-/dYN+7J+Z99LgWELloJq1Dn98JEfe1v/LvI67kLBovdsO+jiDWtHHKrrE/JsKfyP0we7KULFqhHrPNSNKlq+vA== +html-webpack-skip-assets-plugin@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/html-webpack-skip-assets-plugin/-/html-webpack-skip-assets-plugin-1.0.3.tgz#415c8a11d76a17fa1de0d75a91e2b8fae9d9ed71" + integrity sha512-vpdh+JZGlE1Df3IftH2gw5P7b6yfTsahcOIJnkkkj5iJU9dUStXgzgALoXWwl8+17wWgFm3edcJzeYTJBYfMAw== dependencies: minimatch "3.0.4" -html-webpack-tags-plugin@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/html-webpack-tags-plugin/-/html-webpack-tags-plugin-3.0.1.tgz#52baf2feec879a4108e6955b4e81376581a334dc" - integrity sha512-P/cfYDqXtgXoGFUv8zi/er8XFU5ztQmqp+VwmnhZEH8L35Q2YRKIb9P+dRiykLIDZF0NMt+l/uj+jmttKwmLvg== +html-webpack-tags-plugin@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/html-webpack-tags-plugin/-/html-webpack-tags-plugin-3.0.2.tgz#eefc6600e45b36605e8f91bbd497fc7f4f6d2d8c" + integrity sha512-jZ4IHjT8AWyNa4RJ+8p0+AGkunLf1H5E/IjzW+9BOQbJ39Dy2jZULnxseXsEAiFxu6DX6z+sOZKV9rhbEDtpqA== dependencies: - glob "^7.1.6" + glob "^7.2.0" minimatch "^3.0.4" slash "^3.0.0"