Skip to content

Commit 5bafdff

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update minor updates in packages except react, babel and eslint (#17623)
1 parent 2d942ed commit 5bafdff

File tree

3 files changed

+23
-12
lines changed

3 files changed

+23
-12
lines changed

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

+1-1
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.2"
32+
"guess-webpack": "~0.4.4"
3333
},
3434
"devDependencies": {
3535
"@babel/cli": "^7.6.0",

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"static-site-generator-webpack-plugin": "^3.4.2",
5050
"style-to-object": "^0.2.3",
5151
"underscore.string": "^3.3.5",
52-
"unified": "^8.3.2",
52+
"unified": "^8.4.0",
5353
"unist-util-map": "^1.0.5",
5454
"unist-util-remove": "^1.0.3",
5555
"unist-util-visit": "^1.4.1"

yarn.lock

+21-10
Original file line numberDiff line numberDiff line change
@@ -9577,24 +9577,24 @@ gud@^1.0.0:
95779577
version "1.0.0"
95789578
resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0"
95799579

9580-
guess-ga@^0.4.1:
9581-
version "0.4.1"
9582-
resolved "https://registry.yarnpkg.com/guess-ga/-/guess-ga-0.4.1.tgz#c3ab5e25636f8f32ae7bfc85f1893bfaa76ffdab"
9583-
integrity sha512-abmI2eUWdLLJpPaxBgL+hjBgd4Rdud+6oXnCg8UsUoKknebTB2GdomoUKKeN6vQmLPGac9IlcpEriwW8X6wUDQ==
9580+
guess-ga@^0.4.4:
9581+
version "0.4.4"
9582+
resolved "https://registry.yarnpkg.com/guess-ga/-/guess-ga-0.4.4.tgz#87b4ea06b0f260d67b71157628f150ac60ea00e3"
9583+
integrity sha512-D6oXvLudUzo10/Zqagkmsd45QKTp0rLvC3aZEjnWb4DiS381k3HBKc0a391KI8QozR70uhGdba2RumW+TSojQg==
95849584
dependencies:
95859585
googleapis "^43.0.0"
95869586

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==
9587+
guess-webpack@~0.4.4:
9588+
version "0.4.4"
9589+
resolved "https://registry.yarnpkg.com/guess-webpack/-/guess-webpack-0.4.4.tgz#8b5cca59b24f1aade7d4d1e63877757e12d4f8eb"
9590+
integrity sha512-+PTRnG500NoiskykrK0oIK6ENlSRVuWdde8YBDzX6fUjiiCXK9+eMoBeXdoEPICSutrSz4+jJd8M8DeRxJ0lhg==
95919591
dependencies:
95929592
chalk "^2.4.2"
95939593
copy-webpack-plugin "^5.0.0"
95949594
flat-cache "^2.0.0"
95959595
google-oauth2-node "0.0.3"
95969596
googleapis "^43.0.0"
9597-
guess-ga "^0.4.1"
9597+
guess-ga "^0.4.4"
95989598
lodash.template "^4.4.0"
95999599
rollup "^1.0.0"
96009600
rollup-plugin-hypothetical "^2.1.0"
@@ -19232,7 +19232,7 @@ unicode-trie@^0.3.0:
1923219232
pako "^0.2.5"
1923319233
tiny-inflate "^1.0.0"
1923419234

19235-
[email protected], unified@^8.3.2:
19235+
1923619236
version "8.3.2"
1923719237
resolved "https://registry.npmjs.org/unified/-/unified-8.3.2.tgz#aed69d0e577d6ef27268431c63a10faef60e63ab"
1923819238
integrity sha512-NDtUAXcd4c+mKppCbsZHzmhkKEQuhveZNBrFYmNgMIMk2K9bc8hmG3mLEGVtRmSNodobwyMePAnvIGVWZfPdzQ==
@@ -19278,6 +19278,17 @@ unified@^7.0.0:
1927819278
vfile "^3.0.0"
1927919279
x-is-string "^0.1.0"
1928019280

19281+
unified@^8.4.0:
19282+
version "8.4.0"
19283+
resolved "https://registry.yarnpkg.com/unified/-/unified-8.4.0.tgz#5bb8a05c2a0b9dcc56152312ad8e4578a0d90af7"
19284+
integrity sha512-hQqeCrzqqS3vk8WbvbjYgaxe9WqmZF32Y3lz/kY5A8/5RdJbxoa4yOIAYpSEvqii9n2MTI2OL1+ByoVJYLhlUg==
19285+
dependencies:
19286+
bail "^1.0.0"
19287+
extend "^3.0.0"
19288+
is-plain-obj "^2.0.0"
19289+
trough "^1.0.0"
19290+
vfile "^4.0.0"
19291+
1928119292
union-value@^1.0.0:
1928219293
version "1.0.0"
1928319294
resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4"

0 commit comments

Comments
 (0)