diff --git a/gatsby-theme-atom-service/package.json b/gatsby-theme-atom-service/package.json index 8436b50d..7a737b9b 100644 --- a/gatsby-theme-atom-service/package.json +++ b/gatsby-theme-atom-service/package.json @@ -57,7 +57,7 @@ "@material-ui/styles": "^4.9.14", "@types/lodash": "^4.14.168", "@types/react-helmet": "^6.1.0", - "gatsby-plugin-lodash": "^3.10.0", + "gatsby-plugin-lodash": "^4.9.0", "gatsby-plugin-material-ui": "^2.1.10", "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-typescript": "^2.12.1", diff --git a/yarn.lock b/yarn.lock index 480a73a3..c4a1ea9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1116,10 +1116,10 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": - version "7.12.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.5.tgz#410e7e487441e1b360c29be715d870d9b985882e" - integrity sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg== +"@babel/runtime@^7.10.0", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.14.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" + integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== dependencies: regenerator-runtime "^0.13.4" @@ -7190,12 +7190,12 @@ gatsby-page-utils@^0.9.1: lodash "^4.17.20" micromatch "^4.0.2" -gatsby-plugin-lodash@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-lodash/-/gatsby-plugin-lodash-3.10.0.tgz#36a97c59afe3660b427c90e80edb808317ef983e" - integrity sha512-kKmI385lbzeV51Suazkj9u46xddpOEYbFr36JqrBQSUVLr1j5/p7hsTTXiY+hkjpQgX9WtfrH70J6etFa21pZA== +gatsby-plugin-lodash@^4.9.0: + version "4.9.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-lodash/-/gatsby-plugin-lodash-4.9.0.tgz#0f9ef487440ae79439a6d03cef07367b7d783969" + integrity sha512-JahXPYeDB0KmX7sOJHY1Pv4/IkYSglLRJDznKoibkzATSfNkwIePAxxkyrXPIqQ8trByy6qzg0fjZulyezHuKA== dependencies: - "@babel/runtime" "^7.12.5" + "@babel/runtime" "^7.14.0" babel-plugin-lodash "^3.3.4" lodash-webpack-plugin "^0.11.6"