Skip to content

Commit b2729dd

Browse files
fix(deps): update minor and patch for gatsby-plugin-netlify-cms (#28714)
Co-authored-by: Renovate Bot <[email protected]>
1 parent da00da1 commit b2729dd

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"html-webpack-plugin": "^3.2.0",
1414
"html-webpack-tags-plugin": "^2.0.17",
1515
"lodash": "^4.17.20",
16-
"mini-css-extract-plugin": "^0.11.2",
16+
"mini-css-extract-plugin": "^0.11.3",
1717
"netlify-identity-widget": "^1.9.1",
18-
"webpack": "^4.44.2"
18+
"webpack": "^4.45.0"
1919
},
2020
"devDependencies": {
2121
"@babel/cli": "^7.12.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17110,10 +17110,10 @@ min-indent@^1.0.0:
1711017110
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
1711117111
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
1711217112

17113-
mini-css-extract-plugin@^0.11.2:
17114-
version "0.11.2"
17115-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.2.tgz#e3af4d5e04fbcaaf11838ab230510073060b37bf"
17116-
integrity sha512-h2LknfX4U1kScXxH8xE9LCOqT5B+068EAj36qicMb8l4dqdJoyHcmWmpd+ueyZfgu/POvIn+teoUnTtei2ikug==
17113+
mini-css-extract-plugin@^0.11.2, mini-css-extract-plugin@^0.11.3:
17114+
version "0.11.3"
17115+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz#15b0910a7f32e62ffde4a7430cfefbd700724ea6"
17116+
integrity sha512-n9BA8LonkOkW1/zn+IbLPQmovsL0wMb9yx75fMJQZf2X1Zoec9yTZtyMePcyu19wPkmFbzZZA6fLTotpFhQsOA==
1711717117
dependencies:
1711817118
loader-utils "^1.1.0"
1711917119
normalize-url "1.9.1"
@@ -26184,10 +26184,10 @@ webpack-virtual-modules@^0.2.2:
2618426184
dependencies:
2618526185
debug "^3.0.0"
2618626186

26187-
webpack@^4.14.0, webpack@^4.44.1, webpack@^4.44.2:
26188-
version "4.44.2"
26189-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.44.2.tgz#6bfe2b0af055c8b2d1e90ed2cd9363f841266b72"
26190-
integrity sha512-6KJVGlCxYdISyurpQ0IPTklv+DULv05rs2hseIXer6D7KrUicRDLFb4IUM1S6LUAKypPM/nSiVSuv8jHu1m3/Q==
26187+
webpack@^4.14.0, webpack@^4.44.1, webpack@^4.44.2, webpack@^4.45.0:
26188+
version "4.45.0"
26189+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.45.0.tgz#bcdc1ddb43959adb47f8974e60d944027267c1be"
26190+
integrity sha512-JhDaVi4CbRcwLLAoqC7eugMSMJnZbIfE2AyjaZ19pnOIh/R2O/lXOiXA2tQFN0iXEcxgpPJsPJHW2wOWqiTLcw==
2619126191
dependencies:
2619226192
"@webassemblyjs/ast" "1.9.0"
2619326193
"@webassemblyjs/helper-module-context" "1.9.0"

0 commit comments

Comments
 (0)