Skip to content

Commit 9fd287b

Browse files
fix(deps): update lodash monorepo to ^4.17.21 (#29382)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent dfb991f commit 9fd287b

File tree

34 files changed

+39
-39
lines changed

34 files changed

+39
-39
lines changed

packages/gatsby-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"gatsby-plugin-typescript": "^3.1.0-next.1",
2626
"gatsby-plugin-webfonts": "^1.1.4",
2727
"gatsby-source-graphql": "^3.1.0-next.1",
28-
"lodash-es": "^4.17.20",
28+
"lodash-es": "^4.17.21",
2929
"ncp": "^2.0.0",
3030
"nodemon": "^2.0.7",
3131
"normalize.css": "^8.0.1",

packages/gatsby-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"joi": "^17.4.0",
32-
"lodash": "^4.17.20",
32+
"lodash": "^4.17.21",
3333
"meant": "^1.0.2",
3434
"node-fetch": "^2.6.1",
3535
"opentracing": "^0.14.4",

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"fs-extra": "^9.0.1",
2020
"got": "^10.7.0",
2121
"is-absolute": "^1.0.0",
22-
"lodash": "^4.17.20",
22+
"lodash": "^4.17.21",
2323
"signal-exit": "^3.0.3",
2424
"verdaccio": "^4.10.0",
2525
"yargs": "^15.4.1"

packages/gatsby-page-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"fs-exists-cached": "^1.0.0",
2929
"gatsby-core-utils": "^2.1.0-next.1",
3030
"glob": "^7.1.6",
31-
"lodash": "^4.17.20",
31+
"lodash": "^4.17.21",
3232
"micromatch": "^4.0.2"
3333
},
3434
"devDependencies": {

packages/gatsby-plugin-gatsby-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.12.5",
1111
"fs-extra": "^8.1.0",
1212
"kebab-hash": "^0.1.2",
13-
"lodash": "^4.17.20",
13+
"lodash": "^4.17.21",
1414
"webpack-assets-manifest": "^5.0.1"
1515
},
1616
"devDependencies": {

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"gray-matter": "^4.0.2",
4040
"json5": "^2.1.3",
4141
"loader-utils": "^1.4.0",
42-
"lodash": "^4.17.20",
42+
"lodash": "^4.17.21",
4343
"mdast-util-to-string": "^1.1.0",
4444
"mdast-util-toc": "^3.1.0",
4545
"mime": "^2.4.6",

packages/gatsby-plugin-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/runtime": "^7.12.5",
1717
"fs-extra": "^8.1.0",
1818
"kebab-hash": "^0.1.2",
19-
"lodash": "^4.17.20",
19+
"lodash": "^4.17.21",
2020
"webpack-assets-manifest": "^3.1.1"
2121
},
2222
"devDependencies": {

packages/gatsby-plugin-offline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"gatsby-core-utils": "^2.1.0-next.1",
1313
"glob": "^7.1.6",
1414
"idb-keyval": "^3.2.0",
15-
"lodash": "^4.17.20",
15+
"lodash": "^4.17.21",
1616
"workbox-build": "^4.3.1"
1717
},
1818
"devDependencies": {

packages/gatsby-plugin-page-creator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"gatsby-page-utils": "^1.1.0-next.1",
3232
"gatsby-telemetry": "^2.1.0-next.1",
3333
"globby": "^11.0.2",
34-
"lodash": "^4.17.20"
34+
"lodash": "^4.17.21"
3535
},
3636
"devDependencies": {
3737
"@babel/cli": "^7.12.1",

packages/gatsby-plugin-sharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"imagemin": "^7.0.1",
1919
"imagemin-mozjpeg": "^9.0.0",
2020
"imagemin-pngquant": "^9.0.1",
21-
"lodash": "^4.17.20",
21+
"lodash": "^4.17.21",
2222
"mini-svg-data-uri": "^1.2.3",
2323
"potrace": "^2.1.8",
2424
"probe-image-size": "^6.0.0",

0 commit comments

Comments
 (0)