chore(deps): bump gatsby-plugin-manifest to 2.2.23

This commit is contained in:
Jean-Philippe Sirois
2019-10-23 11:28:48 -04:00
parent e5350d6f23
commit 4dce5c0211
2 changed files with 10 additions and 13 deletions
+9 -12
View File
@@ -9046,23 +9046,20 @@
}
},
"gatsby-plugin-manifest": {
"version": "2.2.20",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.20.tgz",
"integrity": "sha512-VWDLZgOrVxQkEk6zjbvRv6lKvvrzLh9n385WisDGiU6X0cp58cpHdqJSTOEanqxbLW+/DX1M29RHLznYriS7Iw==",
"version": "2.2.23",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.2.23.tgz",
"integrity": "sha512-qlxvKlc6fBRGRKqwv5MYVc/DCx2RoOOs2GZVHUN7tN92Ma3kYw3Roce0iuxX+QCyjPT1lyMaii1Rxrq/2QSMTA==",
"requires": {
"@babel/runtime": "^7.6.2",
"gatsby-core-utils": "^1.0.12",
"@babel/runtime": "^7.6.3",
"gatsby-core-utils": "^1.0.15",
"semver": "^5.7.1",
"sharp": "^0.23.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
"gatsby-core-utils": {
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz",
"integrity": "sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="
}
}
},
+1 -1
View File
@@ -32,7 +32,7 @@
"gatsby": "^2.17.2",
"gatsby-image": "^2.2.29",
"gatsby-plugin-layout": "^1.1.13",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-mdx": "^1.0.49",
"gatsby-plugin-offline": "^3.0.12",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",