Skip to content

Commit da7318a

Browse files
Merge pull request #38 from pythonpizza/dependabot/npm_and_yarn/gatsby-plugin-postcss-2.1.10
2 parents 593d48e + 911cf69 commit da7318a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"gatsby-image": "^2.2.21",
1111
"gatsby-plugin-manifest": "^2.2.18",
1212
"gatsby-plugin-offline": "^3.0.9",
13-
"gatsby-plugin-postcss": "^2.1.8",
13+
"gatsby-plugin-postcss": "^2.1.10",
1414
"gatsby-plugin-react-helmet": "^3.1.8",
1515
"gatsby-plugin-sharp": "^2.2.25",
1616
"gatsby-source-filesystem": "^2.1.26",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@
723723
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
724724
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
725725

726-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.0":
727-
version "7.6.0"
728-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.0.tgz#4fc1d642a9fd0299754e8b5de62c631cf5568205"
729-
integrity sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ==
726+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.6.0", "@babel/runtime@^7.6.2":
727+
version "7.6.2"
728+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
729+
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
730730
dependencies:
731731
regenerator-runtime "^0.13.2"
732732

@@ -5191,12 +5191,12 @@ gatsby-plugin-page-creator@^2.1.21:
51915191
lodash "^4.17.15"
51925192
micromatch "^3.1.10"
51935193

5194-
gatsby-plugin-postcss@^2.1.8:
5195-
version "2.1.8"
5196-
resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.1.8.tgz#12d0a6396e2ac18edf827b242ce978eb85b29def"
5197-
integrity sha512-4ftxheD1O4sroglSd1W3Dity5V0XLwCq/z+hEJkzGEhR47w7O4cpuiYjuWg70D4f3l544m6RfBc5xnGEZCqkSg==
5194+
gatsby-plugin-postcss@^2.1.10:
5195+
version "2.1.10"
5196+
resolved "https://registry.yarnpkg.com/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.1.10.tgz#c0c86887a596f970a62d0ddf61259058ac04db54"
5197+
integrity sha512-hXqzqVjTTKvjzG4U9D0/jf9mHjzjjTUVQxDcG/p94B/ccdTt4K48/46+AdrgBwfMOKGfGi8sa8krtk8jNs7J8g==
51985198
dependencies:
5199-
"@babel/runtime" "^7.6.0"
5199+
"@babel/runtime" "^7.6.2"
52005200
postcss-loader "^3.0.0"
52015201

52025202
gatsby-plugin-react-helmet@^3.1.8:

0 commit comments

Comments
 (0)