mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-22 01:02:05 -07:00
fix: update dependency gatsby to ^2.15.24 (#17870)
This commit is contained in:
Generated
+3
-3
@@ -5705,9 +5705,9 @@
|
||||
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
|
||||
},
|
||||
"gatsby": {
|
||||
"version": "2.15.23",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.15.23.tgz",
|
||||
"integrity": "sha512-fMEpv791A1hHsTnjqY/WCtgx/HXfP7brQK2o8GLNbt+MX3VOw/TljidafYl8ivZ9cU6A6vHrpqI1NKx8IQlXfw==",
|
||||
"version": "2.15.24",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.15.24.tgz",
|
||||
"integrity": "sha512-c5DJmK/kRgxWxswL0cFaxbscKCy+SdSh830cyOaHkIrT7Qg9qU6bu9hRIl+MXpXW5m0WbAuOfzDB33aw7UBsRw==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.5.5",
|
||||
"@babel/core": "^7.6.0",
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^2.15.23",
|
||||
"gatsby": "^2.15.24",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0"
|
||||
},
|
||||
|
||||
@@ -4349,10 +4349,10 @@ gatsby-telemetry@^1.1.25:
|
||||
stack-utils "1.0.2"
|
||||
uuid "3.3.3"
|
||||
|
||||
gatsby@^2.15.23:
|
||||
version "2.15.23"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.15.23.tgz#392463c85fc550727a50aaa6ee5db39e3839fcfc"
|
||||
integrity sha512-fMEpv791A1hHsTnjqY/WCtgx/HXfP7brQK2o8GLNbt+MX3VOw/TljidafYl8ivZ9cU6A6vHrpqI1NKx8IQlXfw==
|
||||
gatsby@^2.15.24:
|
||||
version "2.15.24"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.15.24.tgz#2cb7d545208fd8bea8bcba5916e809bd85e1bfb7"
|
||||
integrity sha512-c5DJmK/kRgxWxswL0cFaxbscKCy+SdSh830cyOaHkIrT7Qg9qU6bu9hRIl+MXpXW5m0WbAuOfzDB33aw7UBsRw==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.5.5"
|
||||
"@babel/core" "^7.6.0"
|
||||
|
||||
Reference in New Issue
Block a user