fix: update gatsby monorepo (#16841)

This commit is contained in:
GatsbyJS Bot
2019-08-21 08:15:49 +00:00
parent 18d6866c8b
commit b9c994d62e
3 changed files with 116 additions and 154 deletions
+48 -69
View File
@@ -1724,9 +1724,12 @@
} }
}, },
"babel-plugin-add-module-exports": { "babel-plugin-add-module-exports": {
"version": "0.2.1", "version": "0.3.3",
"resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz", "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.3.3.tgz",
"integrity": "sha1-mumh9KjcZ/DN7E9K7aHkOl/2XiU=" "integrity": "sha512-hC37mm7aAdEb1n8SgggG8a1QuhZapsY/XLCi4ETSH6AVjXBCWEa50CXlOsAMPPWLnSx5Ns6mzz39uvuseh0Xjg==",
"requires": {
"chokidar": "^2.0.4"
}
}, },
"babel-plugin-dynamic-import-node": { "babel-plugin-dynamic-import-node": {
"version": "1.2.0", "version": "1.2.0",
@@ -1801,9 +1804,9 @@
} }
}, },
"babel-preset-gatsby": { "babel-preset-gatsby": {
"version": "0.2.9", "version": "0.2.10",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.2.9.tgz", "resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.2.10.tgz",
"integrity": "sha512-1X/wu2YarIdVzvFY5l4/VEubixgLGirZAwOdlxHdMlPuPmDxoIsVapV4g7Pd9ck14VcoC6xP2tXhoFXRz6eJIQ==", "integrity": "sha512-MQmh2nERGZvxhMSr5M00AK7mCWSIZBazX8vn75oUdbPQ9LI68xj3i1S0q01RJid+yFFI0k+oEAAKkYAa8TRyqA==",
"requires": { "requires": {
"@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0",
@@ -1813,7 +1816,7 @@
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.5", "@babel/runtime": "^7.4.5",
"babel-plugin-dynamic-import-node": "^1.2.0", "babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-macros": "^2.4.2", "babel-plugin-macros": "^2.6.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24" "babel-plugin-transform-react-remove-prop-types": "^0.4.24"
} }
}, },
@@ -2351,9 +2354,9 @@
} }
}, },
"cache-manager-fs-hash": { "cache-manager-fs-hash": {
"version": "0.0.6", "version": "0.0.7",
"resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.6.tgz", "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz",
"integrity": "sha512-p1nmcCQH4/jyKqEqUqPSDDcCo0PjFdv56OvtSdUrSIB7s8rAfwETLZ0CHXWdAPyg0QaER/deTvl1dCXyjZ5xAA==", "integrity": "sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==",
"requires": { "requires": {
"es6-promisify": "^6.0.0", "es6-promisify": "^6.0.0",
"lockfile": "^1.0.4" "lockfile": "^1.0.4"
@@ -2485,9 +2488,9 @@
"integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=" "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc="
}, },
"chokidar": { "chokidar": {
"version": "2.1.2", "version": "2.1.6",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.2.tgz", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
"integrity": "sha512-IwXUx0FXc5ibYmPC2XeEj5mpXoV66sR+t3jqu2NS2GYwCktt3KF1/Qqjws/NkegajBA4RbZ5+DDwlOiJsxDHEg==", "integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
"requires": { "requires": {
"anymatch": "^2.0.0", "anymatch": "^2.0.0",
"async-each": "^1.0.1", "async-each": "^1.0.1",
@@ -2500,7 +2503,7 @@
"normalize-path": "^3.0.0", "normalize-path": "^3.0.0",
"path-is-absolute": "^1.0.0", "path-is-absolute": "^1.0.0",
"readdirp": "^2.2.1", "readdirp": "^2.2.1",
"upath": "^1.1.0" "upath": "^1.1.1"
}, },
"dependencies": { "dependencies": {
"normalize-path": { "normalize-path": {
@@ -3788,9 +3791,9 @@
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
}, },
"electron-to-chromium": { "electron-to-chromium": {
"version": "1.3.236", "version": "1.3.237",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.236.tgz", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.237.tgz",
"integrity": "sha512-LWOvuJ80pLO3FtFqTcGuXB0dxdMtzSCkRmbXdY5mHUvXRQGor3sTVmyfU70aD2yF5i+fbHz52ncWr5T3xUYHlA==" "integrity": "sha512-SPAFjDr/7iiVK2kgTluwxela6eaWjjFkS9rO/iYpB/KGXgccUom5YC7OIf19c8m8GGptWxLU0Em8xM64A/N7Fg=="
}, },
"elliptic": { "elliptic": {
"version": "6.5.0", "version": "6.5.0",
@@ -5419,9 +5422,9 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
}, },
"gatsby": { "gatsby": {
"version": "2.13.72", "version": "2.13.73",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.72.tgz", "resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.13.73.tgz",
"integrity": "sha512-3rcsKV7DANZh/Gxa9+VRpm3djYuRLBbWd0peShVtQx/2aO1ORa0L7or62O+NjcWJ7FlSf6L2ZB3FaemThXsHJQ==", "integrity": "sha512-5zehGv6BGwOGpa/cX+QST/IH1jN3ebygcXMvb26S0ZoJGxIZyTY9jwGVYQtraoGP7XdQaAh24DF7htuqpjcGhA==",
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/core": "^7.0.0", "@babel/core": "^7.0.0",
@@ -5440,20 +5443,20 @@
"babel-core": "7.0.0-bridge.0", "babel-core": "7.0.0-bridge.0",
"babel-eslint": "^9.0.0", "babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0", "babel-loader": "^8.0.0",
"babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^1.2.0", "babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-remove-graphql-queries": "^2.7.3", "babel-plugin-remove-graphql-queries": "^2.7.3",
"babel-preset-gatsby": "^0.2.9", "babel-preset-gatsby": "^0.2.10",
"better-opn": "0.1.4", "better-opn": "0.1.4",
"better-queue": "^3.8.6", "better-queue": "^3.8.10",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"browserslist": "3.2.8", "browserslist": "3.2.8",
"cache-manager": "^2.9.0", "cache-manager": "^2.9.0",
"cache-manager-fs-hash": "^0.0.6", "cache-manager-fs-hash": "^0.0.7",
"chalk": "^2.3.2", "chalk": "^2.3.2",
"chokidar": "2.1.2", "chokidar": "2.1.6",
"common-tags": "^1.4.0", "common-tags": "^1.4.0",
"compression": "^1.7.3", "compression": "^1.7.4",
"convert-hrtime": "^2.0.0", "convert-hrtime": "^2.0.0",
"copyfiles": "^1.2.0", "copyfiles": "^1.2.0",
"core-js": "^2.5.0", "core-js": "^2.5.0",
@@ -5480,13 +5483,13 @@
"flat": "^4.0.0", "flat": "^4.0.0",
"fs-exists-cached": "1.0.0", "fs-exists-cached": "1.0.0",
"fs-extra": "^5.0.0", "fs-extra": "^5.0.0",
"gatsby-cli": "^2.7.33", "gatsby-cli": "^2.7.34",
"gatsby-core-utils": "^1.0.5", "gatsby-core-utils": "^1.0.5",
"gatsby-graphiql-explorer": "^0.2.4", "gatsby-graphiql-explorer": "^0.2.4",
"gatsby-link": "^2.2.6", "gatsby-link": "^2.2.6",
"gatsby-plugin-page-creator": "^2.1.6", "gatsby-plugin-page-creator": "^2.1.7",
"gatsby-react-router-scroll": "^2.1.4", "gatsby-react-router-scroll": "^2.1.4",
"gatsby-telemetry": "^1.1.14", "gatsby-telemetry": "^1.1.15",
"glob": "^7.1.1", "glob": "^7.1.1",
"got": "8.0.0", "got": "8.0.0",
"graphql": "^14.4.2", "graphql": "^14.4.2",
@@ -5623,9 +5626,9 @@
} }
}, },
"gatsby-cli": { "gatsby-cli": {
"version": "2.7.33", "version": "2.7.34",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.33.tgz", "resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.7.34.tgz",
"integrity": "sha512-p2pXFP0rz9pltErdH6My2almIhnKJGynsp3AhsudNTGAUapMgLCcAo85h3AxbhXExM67hILs390m3exbRlcZ/g==", "integrity": "sha512-kc7+ne7cGC74KOv7dBmLC19m2nwYBsLoPZdX3qj9YLDjWsXR/GGGGU48eyADYY1gVpJacaMqk0Lu3dNbsfZBwQ==",
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.0.0",
@@ -5643,7 +5646,7 @@
"execa": "^0.8.0", "execa": "^0.8.0",
"fs-exists-cached": "^1.0.0", "fs-exists-cached": "^1.0.0",
"fs-extra": "^4.0.1", "fs-extra": "^4.0.1",
"gatsby-telemetry": "^1.1.14", "gatsby-telemetry": "^1.1.15",
"hosted-git-info": "^2.6.0", "hosted-git-info": "^2.6.0",
"ink": "^2.3.0", "ink": "^2.3.0",
"ink-spinner": "^3.0.1", "ink-spinner": "^3.0.1",
@@ -5874,13 +5877,13 @@
} }
}, },
"gatsby-page-utils": { "gatsby-page-utils": {
"version": "0.0.6", "version": "0.0.7",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.6.tgz", "resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.0.7.tgz",
"integrity": "sha512-hoK4NkPgKLaXu0OZiw0U90dj4DTPY6OZKI15JfzPWkYIBnGKC+syy6yH8k0ELjx5SjdSjVaS6M5tfBnQMG4cog==", "integrity": "sha512-WhZj+VvxWCWU/JRiVFg0SJCXSAnsMz3ABpMJxQv2ByUB0gUUFG90my4oYNEZKuY+mRMKyRiVoexQVuQcnAnoGA==",
"requires": { "requires": {
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"chokidar": "2.1.2", "chokidar": "2.1.6",
"fs-exists-cached": "^1.0.0", "fs-exists-cached": "^1.0.0",
"glob": "^7.1.1", "glob": "^7.1.1",
"lodash": "^4.17.14", "lodash": "^4.17.14",
@@ -5889,14 +5892,14 @@
} }
}, },
"gatsby-plugin-page-creator": { "gatsby-plugin-page-creator": {
"version": "2.1.6", "version": "2.1.7",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.6.tgz", "resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.7.tgz",
"integrity": "sha512-kLxThjmwPmD1otDhc5pLmvxO3vE6WW4TObWAAkSQHdSXMbxHQKvTNLxCuucDOf93+tRS4jYn9OYZkL8u7bUJGQ==", "integrity": "sha512-2iRy0kLuAPcVev1VIv9eI05UKe3riiaVd5GMosAaGNI4oUJ9+LiPfXks3kWBSIqwRWv9CyCA6/GhOaVFjrzLLQ==",
"requires": { "requires": {
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"fs-exists-cached": "^1.0.0", "fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.0.6", "gatsby-page-utils": "^0.0.7",
"glob": "^7.1.1", "glob": "^7.1.1",
"lodash": "^4.17.14", "lodash": "^4.17.14",
"micromatch": "^3.1.10" "micromatch": "^3.1.10"
@@ -5913,14 +5916,14 @@
} }
}, },
"gatsby-telemetry": { "gatsby-telemetry": {
"version": "1.1.14", "version": "1.1.15",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.14.tgz", "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.1.15.tgz",
"integrity": "sha512-Azu0FFsLNgG6NWUB1AhtGKVty/IslSVIDK9NlL8Oo7D4atzGCVLYbbFLPJvkbuWTZ973UQRUH21QN7/A+tdyBg==", "integrity": "sha512-EnKKEiIvqME9hlQRJZXp1V7xOQtgqGLRWHxcIYtRAYS5NJse6rPNnYXIRD3eZn8jXnuBB4kuUeatJLiTHxGbwQ==",
"requires": { "requires": {
"@babel/code-frame": "^7.0.0", "@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.0.0",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"boxen": "^3.1.0", "boxen": "^3.2.0",
"ci-info": "2.0.0", "ci-info": "2.0.0",
"configstore": "^4.0.0", "configstore": "^4.0.0",
"envinfo": "^5.8.1", "envinfo": "^5.8.1",
@@ -12216,25 +12219,6 @@
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
}, },
"chokidar": {
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.6.tgz",
"integrity": "sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==",
"requires": {
"anymatch": "^2.0.0",
"async-each": "^1.0.1",
"braces": "^2.3.2",
"fsevents": "^1.2.7",
"glob-parent": "^3.1.0",
"inherits": "^2.0.3",
"is-binary-path": "^1.0.0",
"is-glob": "^4.0.0",
"normalize-path": "^3.0.0",
"path-is-absolute": "^1.0.0",
"readdirp": "^2.2.1",
"upath": "^1.1.1"
}
},
"cliui": { "cliui": {
"version": "4.1.0", "version": "4.1.0",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz",
@@ -12397,11 +12381,6 @@
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
}, },
"normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
},
"os-locale": { "os-locale": {
"version": "3.1.0", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
+1 -1
View File
@@ -13,7 +13,7 @@
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"" "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
}, },
"dependencies": { "dependencies": {
"gatsby": "^2.13.72", "gatsby": "^2.13.73",
"react": "^16.9.0", "react": "^16.9.0",
"react-dom": "^16.9.0" "react-dom": "^16.9.0"
}, },
+67 -84
View File
@@ -1485,10 +1485,12 @@ babel-loader@^8.0.0:
mkdirp "^0.5.1" mkdirp "^0.5.1"
pify "^4.0.1" pify "^4.0.1"
babel-plugin-add-module-exports@^0.2.1: babel-plugin-add-module-exports@^0.3.3:
version "0.2.1" version "0.3.3"
resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25" resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.3.3.tgz#b9f7c0a93b989170dce07c3e97071a905a13fc29"
integrity sha1-mumh9KjcZ/DN7E9K7aHkOl/2XiU= integrity sha512-hC37mm7aAdEb1n8SgggG8a1QuhZapsY/XLCi4ETSH6AVjXBCWEa50CXlOsAMPPWLnSx5Ns6mzz39uvuseh0Xjg==
optionalDependencies:
chokidar "^2.0.4"
babel-plugin-dynamic-import-node@^1.2.0: babel-plugin-dynamic-import-node@^1.2.0:
version "1.2.0" version "1.2.0"
@@ -1504,7 +1506,7 @@ babel-plugin-dynamic-import-node@^2.3.0:
dependencies: dependencies:
object.assign "^4.1.0" object.assign "^4.1.0"
babel-plugin-macros@^2.4.2: babel-plugin-macros@^2.6.1:
version "2.6.1" version "2.6.1"
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.6.1.tgz#41f7ead616fc36f6a93180e89697f69f51671181" resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.6.1.tgz#41f7ead616fc36f6a93180e89697f69f51671181"
integrity sha512-6W2nwiXme6j1n2erPOnmRiWfObUhWH7Qw1LMi9XZy8cj+KtESu3T6asZvtk5bMQQjX8te35o7CFueiSdL/2NmQ== integrity sha512-6W2nwiXme6j1n2erPOnmRiWfObUhWH7Qw1LMi9XZy8cj+KtESu3T6asZvtk5bMQQjX8te35o7CFueiSdL/2NmQ==
@@ -1566,10 +1568,10 @@ babel-preset-fbjs@^3.1.2:
"@babel/plugin-transform-template-literals" "^7.0.0" "@babel/plugin-transform-template-literals" "^7.0.0"
babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0" babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0"
babel-preset-gatsby@^0.2.9: babel-preset-gatsby@^0.2.10:
version "0.2.9" version "0.2.10"
resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.9.tgz#21376728b010f506e8e552e743fab68b13b70493" resolved "https://registry.yarnpkg.com/babel-preset-gatsby/-/babel-preset-gatsby-0.2.10.tgz#5ea252ee0f87b8d64c8f9321faaf9d5f63c30211"
integrity sha512-1X/wu2YarIdVzvFY5l4/VEubixgLGirZAwOdlxHdMlPuPmDxoIsVapV4g7Pd9ck14VcoC6xP2tXhoFXRz6eJIQ== integrity sha512-MQmh2nERGZvxhMSr5M00AK7mCWSIZBazX8vn75oUdbPQ9LI68xj3i1S0q01RJid+yFFI0k+oEAAKkYAa8TRyqA==
dependencies: dependencies:
"@babel/plugin-proposal-class-properties" "^7.0.0" "@babel/plugin-proposal-class-properties" "^7.0.0"
"@babel/plugin-syntax-dynamic-import" "^7.0.0" "@babel/plugin-syntax-dynamic-import" "^7.0.0"
@@ -1579,7 +1581,7 @@ babel-preset-gatsby@^0.2.9:
"@babel/preset-react" "^7.0.0" "@babel/preset-react" "^7.0.0"
"@babel/runtime" "^7.4.5" "@babel/runtime" "^7.4.5"
babel-plugin-dynamic-import-node "^1.2.0" babel-plugin-dynamic-import-node "^1.2.0"
babel-plugin-macros "^2.4.2" babel-plugin-macros "^2.6.1"
babel-plugin-transform-react-remove-prop-types "^0.4.24" babel-plugin-transform-react-remove-prop-types "^0.4.24"
babel-runtime@^6.26.0: babel-runtime@^6.26.0:
@@ -1652,7 +1654,7 @@ better-queue-memory@^1.0.1:
resolved "https://registry.yarnpkg.com/better-queue-memory/-/better-queue-memory-1.0.4.tgz#f390d6b30bb3b36aaf2ce52b37a483e8a7a81a22" resolved "https://registry.yarnpkg.com/better-queue-memory/-/better-queue-memory-1.0.4.tgz#f390d6b30bb3b36aaf2ce52b37a483e8a7a81a22"
integrity sha512-SWg5wFIShYffEmJpI6LgbL8/3Dqhku7xI1oEiy6FroP9DbcZlG0ZDjxvPdP9t7hTGW40IpIcC6zVoGT1oxjOuA== integrity sha512-SWg5wFIShYffEmJpI6LgbL8/3Dqhku7xI1oEiy6FroP9DbcZlG0ZDjxvPdP9t7hTGW40IpIcC6zVoGT1oxjOuA==
better-queue@^3.8.6: better-queue@^3.8.10:
version "3.8.10" version "3.8.10"
resolved "https://registry.yarnpkg.com/better-queue/-/better-queue-3.8.10.tgz#1c93b9ec4cb3d1b72eb91d0efcb84fc80e8c6835" resolved "https://registry.yarnpkg.com/better-queue/-/better-queue-3.8.10.tgz#1c93b9ec4cb3d1b72eb91d0efcb84fc80e8c6835"
integrity sha512-e3gwNZgDCnNWl0An0Tz6sUjKDV9m6aB+K9Xg//vYeo8+KiH8pWhLFxkawcXhm6FpM//GfD9IQv/kmvWCAVVpKA== integrity sha512-e3gwNZgDCnNWl0An0Tz6sUjKDV9m6aB+K9Xg//vYeo8+KiH8pWhLFxkawcXhm6FpM//GfD9IQv/kmvWCAVVpKA==
@@ -1732,7 +1734,7 @@ boxen@^1.2.1:
term-size "^1.2.0" term-size "^1.2.0"
widest-line "^2.0.0" widest-line "^2.0.0"
boxen@^3.1.0: boxen@^3.2.0:
version "3.2.0" version "3.2.0"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb" resolved "https://registry.yarnpkg.com/boxen/-/boxen-3.2.0.tgz#fbdff0de93636ab4450886b6ff45b92d098f45eb"
integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A== integrity sha512-cU4J/+NodM3IHdSL2yN8bqYqnmlBTidDR4RC7nJs61ZmtGz8VZzM3HLQX0zY5mrSmPtR3xWwsq2jOUQqFZN8+A==
@@ -1955,10 +1957,10 @@ cache-base@^1.0.1:
union-value "^1.0.0" union-value "^1.0.0"
unset-value "^1.0.0" unset-value "^1.0.0"
cache-manager-fs-hash@^0.0.6: cache-manager-fs-hash@^0.0.7:
version "0.0.6" version "0.0.7"
resolved "https://registry.yarnpkg.com/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.6.tgz#fccc5a6b579080cbe2186697e51b5b8ff8ca9fd0" resolved "https://registry.yarnpkg.com/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.7.tgz#297f34b9c1a2aaec7b526e7ae0742c4e3fae4888"
integrity sha512-p1nmcCQH4/jyKqEqUqPSDDcCo0PjFdv56OvtSdUrSIB7s8rAfwETLZ0CHXWdAPyg0QaER/deTvl1dCXyjZ5xAA== integrity sha512-7X+FPItAJf1tKKqJx6ljDJQc0fgSR5B+KPxFQLj+vYSL4q9XdrCbZldgsNb6wueRuIooj01wt0FubB08zaefRg==
dependencies: dependencies:
es6-promisify "^6.0.0" es6-promisify "^6.0.0"
lockfile "^1.0.4" lockfile "^1.0.4"
@@ -2083,26 +2085,7 @@ charenc@~0.0.1:
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667" resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc= integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=
chokidar@2.1.2, chokidar@^2.0.2: chokidar@2.1.6, chokidar@^2.0.2, chokidar@^2.0.4, chokidar@^2.1.6:
version "2.1.2"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.2.tgz#9c23ea40b01638439e0513864d362aeacc5ad058"
integrity sha512-IwXUx0FXc5ibYmPC2XeEj5mpXoV66sR+t3jqu2NS2GYwCktt3KF1/Qqjws/NkegajBA4RbZ5+DDwlOiJsxDHEg==
dependencies:
anymatch "^2.0.0"
async-each "^1.0.1"
braces "^2.3.2"
glob-parent "^3.1.0"
inherits "^2.0.3"
is-binary-path "^1.0.0"
is-glob "^4.0.0"
normalize-path "^3.0.0"
path-is-absolute "^1.0.0"
readdirp "^2.2.1"
upath "^1.1.0"
optionalDependencies:
fsevents "^1.2.7"
chokidar@^2.1.6:
version "2.1.6" version "2.1.6"
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.6.tgz#b6cad653a929e244ce8a834244164d241fa954c5" resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.6.tgz#b6cad653a929e244ce8a834244164d241fa954c5"
integrity sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g== integrity sha512-V2jUo67OKkc6ySiRpJrjlpJKl9kDuG+Xb8VgsGzb+aEouhgS1D0weyPU4lEzdAcsCAvrih2J2BqyXqHWvVLw5g==
@@ -2348,7 +2331,7 @@ compressible@~2.0.16:
dependencies: dependencies:
mime-db ">= 1.40.0 < 2" mime-db ">= 1.40.0 < 2"
compression@^1.7.3, compression@^1.7.4: compression@^1.7.4:
version "1.7.4" version "1.7.4"
resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f" resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.4.tgz#95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ== integrity sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==
@@ -3197,9 +3180,9 @@ ee-first@1.1.1:
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0= integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
electron-to-chromium@^1.3.191, electron-to-chromium@^1.3.47: electron-to-chromium@^1.3.191, electron-to-chromium@^1.3.47:
version "1.3.236" version "1.3.237"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.236.tgz#c7158cbd4d17a3670ac7c9b44da44d752aa193a9" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.237.tgz#39c5d1da59d6fd16ff705b97e772bb3b5dfda7e4"
integrity sha512-LWOvuJ80pLO3FtFqTcGuXB0dxdMtzSCkRmbXdY5mHUvXRQGor3sTVmyfU70aD2yF5i+fbHz52ncWr5T3xUYHlA== integrity sha512-SPAFjDr/7iiVK2kgTluwxela6eaWjjFkS9rO/iYpB/KGXgccUom5YC7OIf19c8m8GGptWxLU0Em8xM64A/N7Fg==
elliptic@^6.0.0: elliptic@^6.0.0:
version "6.5.0" version "6.5.0"
@@ -4097,10 +4080,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" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gatsby-cli@^2.7.33: gatsby-cli@^2.7.34:
version "2.7.33" version "2.7.34"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.33.tgz#41d971e9df8ece9e0a90adcae2e6658734304401" resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.7.34.tgz#f3de0047c6e77a9d678d1f55b6c27e4958241c1f"
integrity sha512-p2pXFP0rz9pltErdH6My2almIhnKJGynsp3AhsudNTGAUapMgLCcAo85h3AxbhXExM67hILs390m3exbRlcZ/g== integrity sha512-kc7+ne7cGC74KOv7dBmLC19m2nwYBsLoPZdX3qj9YLDjWsXR/GGGGU48eyADYY1gVpJacaMqk0Lu3dNbsfZBwQ==
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
@@ -4118,7 +4101,7 @@ gatsby-cli@^2.7.33:
execa "^0.8.0" execa "^0.8.0"
fs-exists-cached "^1.0.0" fs-exists-cached "^1.0.0"
fs-extra "^4.0.1" fs-extra "^4.0.1"
gatsby-telemetry "^1.1.14" gatsby-telemetry "^1.1.15"
hosted-git-info "^2.6.0" hosted-git-info "^2.6.0"
is-valid-path "^0.1.1" is-valid-path "^0.1.1"
lodash "^4.17.14" lodash "^4.17.14"
@@ -4164,29 +4147,29 @@ gatsby-link@^2.2.6:
"@types/reach__router" "^1.2.4" "@types/reach__router" "^1.2.4"
prop-types "^15.6.1" prop-types "^15.6.1"
gatsby-page-utils@^0.0.6: gatsby-page-utils@^0.0.7:
version "0.0.6" version "0.0.7"
resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.0.6.tgz#13ac09169177ae2720ca216d6c1fa9b9a2fa67a2" resolved "https://registry.yarnpkg.com/gatsby-page-utils/-/gatsby-page-utils-0.0.7.tgz#4919aacc0fa5b2a1dbf527796cd52533e9f69614"
integrity sha512-hoK4NkPgKLaXu0OZiw0U90dj4DTPY6OZKI15JfzPWkYIBnGKC+syy6yH8k0ELjx5SjdSjVaS6M5tfBnQMG4cog== integrity sha512-WhZj+VvxWCWU/JRiVFg0SJCXSAnsMz3ABpMJxQv2ByUB0gUUFG90my4oYNEZKuY+mRMKyRiVoexQVuQcnAnoGA==
dependencies: dependencies:
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
bluebird "^3.5.0" bluebird "^3.5.0"
chokidar "2.1.2" chokidar "2.1.6"
fs-exists-cached "^1.0.0" fs-exists-cached "^1.0.0"
glob "^7.1.1" glob "^7.1.1"
lodash "^4.17.14" lodash "^4.17.14"
micromatch "^3.1.10" micromatch "^3.1.10"
slash "^1.0.0" slash "^1.0.0"
gatsby-plugin-page-creator@^2.1.6: gatsby-plugin-page-creator@^2.1.7:
version "2.1.6" version "2.1.7"
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.6.tgz#817369e0d02ea0e2201e90a9d3419189ede575ff" resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.1.7.tgz#c0d5ef46dcb1b890775dac74ba4bd9fff94c121a"
integrity sha512-kLxThjmwPmD1otDhc5pLmvxO3vE6WW4TObWAAkSQHdSXMbxHQKvTNLxCuucDOf93+tRS4jYn9OYZkL8u7bUJGQ== integrity sha512-2iRy0kLuAPcVev1VIv9eI05UKe3riiaVd5GMosAaGNI4oUJ9+LiPfXks3kWBSIqwRWv9CyCA6/GhOaVFjrzLLQ==
dependencies: dependencies:
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
bluebird "^3.5.0" bluebird "^3.5.0"
fs-exists-cached "^1.0.0" fs-exists-cached "^1.0.0"
gatsby-page-utils "^0.0.6" gatsby-page-utils "^0.0.7"
glob "^7.1.1" glob "^7.1.1"
lodash "^4.17.14" lodash "^4.17.14"
micromatch "^3.1.10" micromatch "^3.1.10"
@@ -4200,15 +4183,15 @@ gatsby-react-router-scroll@^2.1.4:
scroll-behavior "^0.9.9" scroll-behavior "^0.9.9"
warning "^3.0.0" warning "^3.0.0"
gatsby-telemetry@^1.1.14: gatsby-telemetry@^1.1.15:
version "1.1.14" version "1.1.15"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.1.14.tgz#6c6ace2a284ed873dc371f361671998e1317f32d" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.1.15.tgz#22e9c75e50c29f963e4acf8f8c3256ff3b08d1f2"
integrity sha512-Azu0FFsLNgG6NWUB1AhtGKVty/IslSVIDK9NlL8Oo7D4atzGCVLYbbFLPJvkbuWTZ973UQRUH21QN7/A+tdyBg== integrity sha512-EnKKEiIvqME9hlQRJZXp1V7xOQtgqGLRWHxcIYtRAYS5NJse6rPNnYXIRD3eZn8jXnuBB4kuUeatJLiTHxGbwQ==
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/runtime" "^7.0.0" "@babel/runtime" "^7.0.0"
bluebird "^3.5.0" bluebird "^3.5.0"
boxen "^3.1.0" boxen "^3.2.0"
ci-info "2.0.0" ci-info "2.0.0"
configstore "^4.0.0" configstore "^4.0.0"
envinfo "^5.8.1" envinfo "^5.8.1"
@@ -4223,10 +4206,10 @@ gatsby-telemetry@^1.1.14:
stack-utils "1.0.2" stack-utils "1.0.2"
uuid "3.3.2" uuid "3.3.2"
gatsby@^2.13.72: gatsby@^2.13.73:
version "2.13.72" version "2.13.73"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.72.tgz#12871d5077b42a12ace450c796d1e738be18fa44" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.13.73.tgz#221e9a0d689618ab14fa561d811ebcc29ef18d82"
integrity sha512-3rcsKV7DANZh/Gxa9+VRpm3djYuRLBbWd0peShVtQx/2aO1ORa0L7or62O+NjcWJ7FlSf6L2ZB3FaemThXsHJQ== integrity sha512-5zehGv6BGwOGpa/cX+QST/IH1jN3ebygcXMvb26S0ZoJGxIZyTY9jwGVYQtraoGP7XdQaAh24DF7htuqpjcGhA==
dependencies: dependencies:
"@babel/code-frame" "^7.0.0" "@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0" "@babel/core" "^7.0.0"
@@ -4245,20 +4228,20 @@ gatsby@^2.13.72:
babel-core "7.0.0-bridge.0" babel-core "7.0.0-bridge.0"
babel-eslint "^9.0.0" babel-eslint "^9.0.0"
babel-loader "^8.0.0" babel-loader "^8.0.0"
babel-plugin-add-module-exports "^0.2.1" babel-plugin-add-module-exports "^0.3.3"
babel-plugin-dynamic-import-node "^1.2.0" babel-plugin-dynamic-import-node "^1.2.0"
babel-plugin-remove-graphql-queries "^2.7.3" babel-plugin-remove-graphql-queries "^2.7.3"
babel-preset-gatsby "^0.2.9" babel-preset-gatsby "^0.2.10"
better-opn "0.1.4" better-opn "0.1.4"
better-queue "^3.8.6" better-queue "^3.8.10"
bluebird "^3.5.0" bluebird "^3.5.0"
browserslist "3.2.8" browserslist "3.2.8"
cache-manager "^2.9.0" cache-manager "^2.9.0"
cache-manager-fs-hash "^0.0.6" cache-manager-fs-hash "^0.0.7"
chalk "^2.3.2" chalk "^2.3.2"
chokidar "2.1.2" chokidar "2.1.6"
common-tags "^1.4.0" common-tags "^1.4.0"
compression "^1.7.3" compression "^1.7.4"
convert-hrtime "^2.0.0" convert-hrtime "^2.0.0"
copyfiles "^1.2.0" copyfiles "^1.2.0"
core-js "^2.5.0" core-js "^2.5.0"
@@ -4285,13 +4268,13 @@ gatsby@^2.13.72:
flat "^4.0.0" flat "^4.0.0"
fs-exists-cached "1.0.0" fs-exists-cached "1.0.0"
fs-extra "^5.0.0" fs-extra "^5.0.0"
gatsby-cli "^2.7.33" gatsby-cli "^2.7.34"
gatsby-core-utils "^1.0.5" gatsby-core-utils "^1.0.5"
gatsby-graphiql-explorer "^0.2.4" gatsby-graphiql-explorer "^0.2.4"
gatsby-link "^2.2.6" gatsby-link "^2.2.6"
gatsby-plugin-page-creator "^2.1.6" gatsby-plugin-page-creator "^2.1.7"
gatsby-react-router-scroll "^2.1.4" gatsby-react-router-scroll "^2.1.4"
gatsby-telemetry "^1.1.14" gatsby-telemetry "^1.1.15"
glob "^7.1.1" glob "^7.1.1"
got "8.0.0" got "8.0.0"
graphql "^14.4.2" graphql "^14.4.2"
@@ -4949,20 +4932,20 @@ inflight@^1.0.4:
once "^1.3.0" once "^1.3.0"
wrappy "1" wrappy "1"
inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: inherits@2, inherits@2.0.3:
version "2.0.4" version "2.0.3"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
inherits@2.0.1: inherits@2.0.1:
version "2.0.1" version "2.0.1"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
inherits@2.0.3: inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3:
version "2.0.3" version "2.0.4"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4= integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
ini@^1.3.4, ini@~1.3.0: ini@^1.3.4, ini@~1.3.0:
version "1.3.5" version "1.3.5"
@@ -8037,14 +8020,14 @@ rgba-regex@^1.0.0:
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
rimraf@2.6.3, rimraf@^2.6.1: rimraf@2.6.3:
version "2.6.3" version "2.6.3"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
dependencies: dependencies:
glob "^7.1.3" glob "^7.1.3"
rimraf@^2.2.8, rimraf@^2.5.0, rimraf@^2.5.4, rimraf@^2.6.3: rimraf@^2.2.8, rimraf@^2.5.0, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.3:
version "2.7.1" version "2.7.1"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
@@ -9128,7 +9111,7 @@ unzip-response@^2.0.1:
resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97" resolved "https://registry.yarnpkg.com/unzip-response/-/unzip-response-2.0.1.tgz#d2f0f737d16b0615e72a6935ed04214572d56f97"
integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c= integrity sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=
upath@^1.1.0, upath@^1.1.1: upath@^1.1.1:
version "1.1.2" version "1.1.2"
resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068" resolved "https://registry.yarnpkg.com/upath/-/upath-1.1.2.tgz#3db658600edaeeccbe6db5e684d67ee8c2acd068"
integrity sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q== integrity sha512-kXpym8nmDmlCBr7nKdIx8P2jNBa+pBpIUFRnKJ4dr8htyYGJFokkr2ZvERRtUN+9SY+JqXouNgUPtv6JQva/2Q==