Skip to content

Commit 588cd8f

Browse files
renovate[bot]m-allanson
authored andcommitted
fix: update minor updates in packages except react, babel and eslint (#17601)
1 parent 50fee6d commit 588cd8f

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

packages/gatsby-graphiql-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react": "^16.9.0",
5050
"react-dom": "^16.9.0",
5151
"style-loader": "^0.23.1",
52-
"webpack": "^4.40.0",
52+
"webpack": "^4.40.1",
5353
"webpack-cli": "^3.3.8",
5454
"whatwg-fetch": "^3.0.0"
5555
},

packages/gatsby-plugin-guess-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@babel/runtime": "^7.6.0",
32-
"guess-webpack": "~0.4.1"
32+
"guess-webpack": "~0.4.2"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.6.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lodash": "^4.17.15",
1414
"mini-css-extract-plugin": "^0.8.0",
1515
"netlify-identity-widget": "^1.5.5",
16-
"webpack": "^4.40.0"
16+
"webpack": "^4.40.1"
1717
},
1818
"devDependencies": {
1919
"@babel/cli": "^7.6.0",

packages/gatsby-plugin-preload-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"fs-extra": "^8.1.0",
1717
"graphql-request": "^1.8.2",
1818
"progress": "^2.0.3",
19-
"puppeteer": "^1.19.0"
19+
"puppeteer": "^1.20.0"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.6.0",

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"util.promisify": "^1.0.0",
134134
"uuid": "^3.3.3",
135135
"v8-compile-cache": "^1.1.2",
136-
"webpack": "~4.40.0",
136+
"webpack": "~4.40.1",
137137
"webpack-dev-middleware": "^3.7.1",
138138
"webpack-dev-server": "^3.8.0",
139139
"webpack-hot-middleware": "^2.25.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9584,10 +9584,10 @@ guess-ga@^0.4.1:
95849584
dependencies:
95859585
googleapis "^43.0.0"
95869586

9587-
guess-webpack@~0.4.1:
9588-
version "0.4.1"
9589-
resolved "https://registry.yarnpkg.com/guess-webpack/-/guess-webpack-0.4.1.tgz#f08a0b1abc1edcc3282022e166e491b54c04c6b1"
9590-
integrity sha512-S4egi6yu8ZIJQevnXTMxpctKb0Y3rpGgTqXaXe4EEi2HQCzXgjqW982sSFfxxJKAi/ihVMvVn1NzdXgS71pIGw==
9587+
guess-webpack@~0.4.2:
9588+
version "0.4.2"
9589+
resolved "https://registry.yarnpkg.com/guess-webpack/-/guess-webpack-0.4.2.tgz#3e2f34b43e9873b1b7626c1993461ce9ae8d6d0d"
9590+
integrity sha512-1iL51zFsuMiuY7o1gPbnMn1zW64vqJpa4lgXG1j7x/OXN7raaqS93qU9y3qWPghPK4Lp2wH8/EaDKTUG16EdQw==
95919591
dependencies:
95929592
chalk "^2.4.2"
95939593
copy-webpack-plugin "^5.0.0"
@@ -15885,10 +15885,10 @@ punycode@^1.2.4, punycode@^1.4.1:
1588515885
version "1.4.1"
1588615886
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
1588715887

15888-
puppeteer@^1.19.0:
15889-
version "1.19.0"
15890-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.19.0.tgz#e3b7b448c2c97933517078d7a2c53687361bebea"
15891-
integrity sha512-2S6E6ygpoqcECaagDbBopoSOPDv0pAZvTbnBgUY+6hq0/XDFDOLEMNlHF/SKJlzcaZ9ckiKjKDuueWI3FN/WXw==
15888+
puppeteer@^1.20.0:
15889+
version "1.20.0"
15890+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.20.0.tgz#e3d267786f74e1d87cf2d15acc59177f471bbe38"
15891+
integrity sha512-bt48RDBy2eIwZPrkgbcwHtb51mj2nKvHOPMaSH2IsWiv7lOG9k9zhaRzpDZafrk05ajMc3cu+lSQYYOfH2DkVQ==
1589215892
dependencies:
1589315893
debug "^4.1.0"
1589415894
extract-zip "^1.6.6"
@@ -20139,10 +20139,10 @@ webpack@^4.14.0:
2013920139
watchpack "^1.6.0"
2014020140
webpack-sources "^1.4.1"
2014120141

20142-
webpack@^4.40.0, webpack@~4.40.0:
20143-
version "4.40.0"
20144-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.0.tgz#b76f5fc2b76de5a58a7be61cb1dc3244e4a58572"
20145-
integrity sha512-qwDJehWHAbnSHwQT5S50OBx5nN2DD+bFhRf5IBs1unsEXAG+XG4r8Myt17j/fQBVfWIeSWRyEeTHUaPKaiFUNQ==
20142+
webpack@^4.40.1, webpack@~4.40.1:
20143+
version "4.40.1"
20144+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.40.1.tgz#26ec01fc9ee7ea5ab5ec1d4ab95cb185ac20c116"
20145+
integrity sha512-AAP7F9X1cVNnQl0ZsG52qF89tqCKS8lqVEnFOA0g/G25/VyH4CejwTbSD9aEDGStAIuH+l6W1yOYRZNOP0VE1g==
2014620146
dependencies:
2014720147
"@webassemblyjs/ast" "1.8.5"
2014820148
"@webassemblyjs/helper-module-context" "1.8.5"

0 commit comments

Comments
 (0)