mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
chore: update dependency gatsby to ^2.13.29 (#15905)
This commit is contained in:
Generated
+14
-14
@@ -4179,9 +4179,9 @@
|
||||
}
|
||||
},
|
||||
"eslint-plugin-import": {
|
||||
"version": "2.18.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz",
|
||||
"integrity": "sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig==",
|
||||
"version": "2.18.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.18.1.tgz",
|
||||
"integrity": "sha512-YEESFKOcMIXJTosb5YaepqVhQHGMb8dxkgov560GqMDP/658U5vk6FeVSR7xXLeYkPc7xPYy+uAoiYE/bKMphA==",
|
||||
"requires": {
|
||||
"array-includes": "^3.0.3",
|
||||
"contains-path": "^0.1.0",
|
||||
@@ -4190,8 +4190,8 @@
|
||||
"eslint-import-resolver-node": "^0.3.2",
|
||||
"eslint-module-utils": "^2.4.0",
|
||||
"has": "^1.0.3",
|
||||
"lodash": "^4.17.11",
|
||||
"minimatch": "^3.0.4",
|
||||
"object.values": "^1.1.0",
|
||||
"read-pkg-up": "^2.0.0",
|
||||
"resolve": "^1.11.0"
|
||||
},
|
||||
@@ -5364,9 +5364,9 @@
|
||||
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
|
||||
},
|
||||
"gatsby": {
|
||||
"version": "2.13.28",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.28.tgz",
|
||||
"integrity": "sha512-WhM40r7PJul+U73lxlSnRxRLse9IQydCQ0xK8cDjRP5zWjy2YeX4yQuKzzbQYjTvSS+pUOSd2odnGAPxOn3l0w==",
|
||||
"version": "2.13.29",
|
||||
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.29.tgz",
|
||||
"integrity": "sha512-BWy8rUHP14ug5aFciaCxR7r3+a1ULMQBl0D9xet49Tti+njrBtOOmf3WMCYKnUP6XsxKjNx5wpWv0+hUwPv81g==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
@@ -5425,7 +5425,7 @@
|
||||
"flat": "^4.0.0",
|
||||
"fs-exists-cached": "1.0.0",
|
||||
"fs-extra": "^5.0.0",
|
||||
"gatsby-cli": "^2.7.15",
|
||||
"gatsby-cli": "^2.7.16",
|
||||
"gatsby-graphiql-explorer": "^0.2.3",
|
||||
"gatsby-link": "^2.2.2",
|
||||
"gatsby-plugin-page-creator": "^2.1.5",
|
||||
@@ -5566,9 +5566,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-cli": {
|
||||
"version": "2.7.15",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.15.tgz",
|
||||
"integrity": "sha512-f8cNiSmb+vxSE1CPtB+ZiJdJqveprewZZ2BQd0Gduc/vuUEUpOthkTBAWBDux+bw65GLTlM1W1QOCs54yozbBA==",
|
||||
"version": "2.7.16",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.16.tgz",
|
||||
"integrity": "sha512-5RMx2yCOWUkNOHR6LdsMhZMQ8a8OZf22ETKnknUIWFNuSqD1ruNtHpYx7UPfwLTJ/LQD4EVYdeu95Xa+NbMClA==",
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.0.0",
|
||||
"@babel/runtime": "^7.0.0",
|
||||
@@ -7391,9 +7391,9 @@
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.14",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.14.tgz",
|
||||
"integrity": "sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw=="
|
||||
"version": "4.17.15",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
|
||||
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
|
||||
},
|
||||
"lodash.every": {
|
||||
"version": "4.6.0",
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@
|
||||
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^2.13.28",
|
||||
"gatsby": "^2.13.29",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6"
|
||||
},
|
||||
|
||||
@@ -3398,9 +3398,9 @@ eslint-plugin-graphql@^3.0.3:
|
||||
lodash "^4.11.1"
|
||||
|
||||
eslint-plugin-import@^2.9.0:
|
||||
version "2.18.0"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz#7a5ba8d32622fb35eb9c8db195c2090bd18a3678"
|
||||
integrity sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig==
|
||||
version "2.18.1"
|
||||
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.18.1.tgz#2e4f571d13839543992ad626a18c0edffde9626b"
|
||||
integrity sha512-YEESFKOcMIXJTosb5YaepqVhQHGMb8dxkgov560GqMDP/658U5vk6FeVSR7xXLeYkPc7xPYy+uAoiYE/bKMphA==
|
||||
dependencies:
|
||||
array-includes "^3.0.3"
|
||||
contains-path "^0.1.0"
|
||||
@@ -3409,8 +3409,8 @@ eslint-plugin-import@^2.9.0:
|
||||
eslint-import-resolver-node "^0.3.2"
|
||||
eslint-module-utils "^2.4.0"
|
||||
has "^1.0.3"
|
||||
lodash "^4.17.11"
|
||||
minimatch "^3.0.4"
|
||||
object.values "^1.1.0"
|
||||
read-pkg-up "^2.0.0"
|
||||
resolve "^1.11.0"
|
||||
|
||||
@@ -4064,10 +4064,10 @@ functional-red-black-tree@^1.0.1:
|
||||
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
||||
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
|
||||
|
||||
gatsby-cli@^2.7.15:
|
||||
version "2.7.15"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.15.tgz#7cc40d0f22ef4a3a844e689901e560959e0bd5b9"
|
||||
integrity sha512-f8cNiSmb+vxSE1CPtB+ZiJdJqveprewZZ2BQd0Gduc/vuUEUpOthkTBAWBDux+bw65GLTlM1W1QOCs54yozbBA==
|
||||
gatsby-cli@^2.7.16:
|
||||
version "2.7.16"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.16.tgz#5ba593ba2f0b7b96793ec82f51ad081207bf9591"
|
||||
integrity sha512-5RMx2yCOWUkNOHR6LdsMhZMQ8a8OZf22ETKnknUIWFNuSqD1ruNtHpYx7UPfwLTJ/LQD4EVYdeu95Xa+NbMClA==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/runtime" "^7.0.0"
|
||||
@@ -4185,10 +4185,10 @@ gatsby-telemetry@^1.1.6:
|
||||
stack-utils "1.0.2"
|
||||
uuid "3.3.2"
|
||||
|
||||
gatsby@^2.13.28:
|
||||
version "2.13.28"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.28.tgz#0d13fb802453666eed5d448078d7b7ddca618012"
|
||||
integrity sha512-WhM40r7PJul+U73lxlSnRxRLse9IQydCQ0xK8cDjRP5zWjy2YeX4yQuKzzbQYjTvSS+pUOSd2odnGAPxOn3l0w==
|
||||
gatsby@^2.13.29:
|
||||
version "2.13.29"
|
||||
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.29.tgz#0fbacca1a27ea738ca5c332b8621e4812106a794"
|
||||
integrity sha512-BWy8rUHP14ug5aFciaCxR7r3+a1ULMQBl0D9xet49Tti+njrBtOOmf3WMCYKnUP6XsxKjNx5wpWv0+hUwPv81g==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.0.0"
|
||||
"@babel/core" "^7.0.0"
|
||||
@@ -4247,7 +4247,7 @@ gatsby@^2.13.28:
|
||||
flat "^4.0.0"
|
||||
fs-exists-cached "1.0.0"
|
||||
fs-extra "^5.0.0"
|
||||
gatsby-cli "^2.7.15"
|
||||
gatsby-cli "^2.7.16"
|
||||
gatsby-graphiql-explorer "^0.2.3"
|
||||
gatsby-link "^2.2.2"
|
||||
gatsby-plugin-page-creator "^2.1.5"
|
||||
@@ -5763,9 +5763,9 @@ lodash.uniq@^4.5.0:
|
||||
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
||||
|
||||
lodash@^4.11.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
|
||||
version "4.17.14"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
|
||||
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
|
||||
version "4.17.15"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
|
||||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
||||
|
||||
log-update@^3.0.0:
|
||||
version "3.2.0"
|
||||
|
||||
Reference in New Issue
Block a user