Archived
1
0

fix: upgrade multiple dependencies with Snyk

Snyk has created this PR to upgrade:
  - gatsby from 2.22.15 to 2.22.17.
    See this package in NPM: https://www.npmjs.com/package/gatsby
  - gatsby-plugin-manifest from 2.4.9 to 2.4.10.
    See this package in NPM: https://www.npmjs.com/package/gatsby-plugin-manifest

See this project in Snyk:
https://app.snyk.io/org/creyd-github-marketplace/project/7687a902-5880-4dba-8e64-1ed2c0311711?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot
2020-06-24 02:21:15 +00:00
parent 61339db641
commit 2ef30f4d61
2 changed files with 110 additions and 173 deletions

279
package-lock.json generated
View File

@@ -1004,9 +1004,9 @@
}
},
"@babel/runtime": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
"version": "7.10.3",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz",
"integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@@ -2215,6 +2215,11 @@
"resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz",
"integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="
},
"@types/common-tags": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/@types/common-tags/-/common-tags-1.8.0.tgz",
"integrity": "sha512-htRqZr5qn8EzMelhX/Xmx142z218lLyGaeZ3YR8jlze4TATRU9huKKvuBmAJEW4LCC4pnY1N6JAm6p85fMHjhg=="
},
"@types/configstore": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/@types/configstore/-/configstore-2.1.1.tgz",
@@ -2305,9 +2310,9 @@
"integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4="
},
"@types/lodash": {
"version": "4.14.155",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.155.tgz",
"integrity": "sha512-vEcX7S7aPhsBCivxMwAANQburHBtfN9RdyXFk84IJmu2Z4Hkg1tOFgaslRiEqqvoLtbCBi6ika1EMspE+NZ9Lg=="
"version": "4.14.156",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.156.tgz",
"integrity": "sha512-l2AgHXcKUwx2DsvP19wtRPqZ4NkONjmorOdq4sMcxIjqdIuuV/ULo2ftuv4NUpevwfW7Ju/UKLqo0ZXuEt/8lQ=="
},
"@types/mdast": {
"version": "3.0.3",
@@ -3129,12 +3134,12 @@
"integrity": "sha512-Hdw8qdNiqdJ8LqT0iK0sVzkFbzg6fhnQqqfWhBDxcHZvU75+B+ayzTy8x+k5Ix0Y92XOhOUlx74ps+bA6BeYMQ=="
},
"autoprefixer": {
"version": "9.8.2",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.2.tgz",
"integrity": "sha512-9UwMMU8Rg7Fj0c55mbOpXrr/2WrRqoOwOlLNTyyYt+nhiyQdIBWipp5XWzt+Lge8r3DK5y+EHMc1OBf8VpZA6Q==",
"version": "9.8.3",
"resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.8.3.tgz",
"integrity": "sha512-Y3CkEPqPqGw0TNBcMoUAxeZT9WEOAh0BPYENOTrN/bEfNBqjlYWjHbR1PKduBrmAVn8WbEZtMA3gAZO5MgV7Pg==",
"requires": {
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001084",
"caniuse-lite": "^1.0.30001087",
"kleur": "^4.0.1",
"normalize-range": "^0.1.2",
"num2fraction": "^1.2.2",
@@ -3340,9 +3345,9 @@
}
},
"babel-plugin-remove-graphql-queries": {
"version": "2.9.5",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.5.tgz",
"integrity": "sha512-z0T2dMz6V8a8hC11NFDwnuT5xR0k4Vu4Zie4A5BPchQOe59uHpbaM54mMl66FUA/iLTfYC11xez1N3Wc1gV20w=="
"version": "2.9.6",
"resolved": "https://registry.npmjs.org/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.6.tgz",
"integrity": "sha512-Ay022WYC9bkNqnR+TejP4pH2kGm8ZwEs2ox26q9IV2hsaWorbgau+/vTPZNoTEqIeA+2RvXqFjmLKofS7FGsaw=="
},
"babel-plugin-syntax-trailing-function-commas": {
"version": "7.0.0-beta.0",
@@ -3389,9 +3394,9 @@
}
},
"babel-preset-gatsby": {
"version": "0.4.10",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.10.tgz",
"integrity": "sha512-WxqFEXXObRTUOW2ivSih+te6UqbW4U7O+hlglVxZIuXGdyTHtQo2b2xDYPX8Ik5ikGNloOoJQ/qZ4zg5ZJgiGg==",
"version": "0.4.11",
"resolved": "https://registry.npmjs.org/babel-preset-gatsby/-/babel-preset-gatsby-0.4.11.tgz",
"integrity": "sha512-ynaQxUfvbWv0upQKxNFYXU1vMyo8+FjnruBJLCKVyA9JX4xV57nDDUB0WrSa9rcv7k4r4EOlpSA2ONy+oj98rQ==",
"requires": {
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
@@ -3405,22 +3410,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^1.3.6"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz",
"integrity": "sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
}
"gatsby-core-utils": "^1.3.7"
}
},
"babel-runtime": {
@@ -4197,9 +4187,9 @@
}
},
"caniuse-lite": {
"version": "1.0.30001085",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001085.tgz",
"integrity": "sha512-x0YRFRE0pmOD90z+9Xk7jwO58p4feVNXP+U8kWV+Uo/HADyrgESlepzIkUqPgaXkpyceZU6siM1gsK7sHgplqA=="
"version": "1.0.30001087",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001087.tgz",
"integrity": "sha512-KAQRGtt+eGCQBSp2iZTQibdCf9oe6cNTi5lmpsW38NnxP4WMYzfU6HCRmh4kJyh6LrTM9/uyElK4xcO93kafpg=="
},
"ccount": {
"version": "1.0.5",
@@ -5965,9 +5955,9 @@
"integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0="
},
"electron-to-chromium": {
"version": "1.3.480",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.480.tgz",
"integrity": "sha512-wnuUfQCBMAdzu5Xe+F4FjaRK+6ToG6WvwG72s8k/3E6b+hoGVYGiQE7JD1NhiCMcqF3+wV+c2vAnaLGRSSWVqA=="
"version": "1.3.481",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.481.tgz",
"integrity": "sha512-q2PeCP2PQXSYadDo9uNY+uHXjdB9PcsUpCVoGlY8TZOPHGlXdevlqW9PkKeqCxn2QBkGB8b6AcMO++gh8X82bA=="
},
"elliptic": {
"version": "6.5.3",
@@ -7521,20 +7511,20 @@
"integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
},
"gatsby": {
"version": "2.22.15",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.22.15.tgz",
"integrity": "sha512-HBcdofBKZoa78EonTgbUuw46iA02OEXzMixPzyvPD6rNWOH93FnlhwbVt9yGsBYRl7gFrkzA8TANpR7P6Zhhbg==",
"version": "2.22.17",
"resolved": "https://registry.npmjs.org/gatsby/-/gatsby-2.22.17.tgz",
"integrity": "sha512-drdf4oIpQhX24fqEOzwmbX0qCzY8QDbmqQQ/6GzNgfSd90mTDwYCA7gCxIrzTE9GGwYDGdlokwwq6hONtIoIVA==",
"requires": {
"@babel/code-frame": "^7.8.3",
"@babel/core": "^7.9.6",
"@babel/parser": "^7.9.6",
"@babel/code-frame": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/parser": "^7.10.2",
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.9.6",
"@babel/traverse": "^7.9.6",
"@babel/runtime": "^7.10.2",
"@babel/traverse": "^7.10.1",
"@hapi/joi": "^15.1.1",
"@mikaelkristiansson/domready": "^1.0.10",
"@pieh/friendly-errors-webpack-plugin": "1.7.0-chalk-2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.3",
"@reach/router": "^1.3.3",
"@types/http-proxy": "^1.17.4",
"@typescript-eslint/eslint-plugin": "^2.24.0",
@@ -7547,8 +7537,8 @@
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^0.3.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-remove-graphql-queries": "^2.9.2",
"babel-preset-gatsby": "^0.4.7",
"babel-plugin-remove-graphql-queries": "^2.9.3",
"babel-preset-gatsby": "^0.4.8",
"better-opn": "1.0.0",
"better-queue": "^3.8.10",
"bluebird": "^3.7.2",
@@ -7560,7 +7550,7 @@
"common-tags": "^1.8.0",
"compression": "^1.7.4",
"convert-hrtime": "^3.0.0",
"copyfiles": "^2.2.0",
"copyfiles": "^2.3.0",
"core-js": "^2.6.11",
"cors": "^2.8.5",
"css-loader": "^1.0.1",
@@ -7579,7 +7569,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^1.7.0",
"event-source-polyfill": "^1.0.14",
"event-source-polyfill": "^1.0.15",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fast-levenshtein": "^2.0.6",
@@ -7587,20 +7577,20 @@
"flat": "^4.1.0",
"fs-exists-cached": "1.0.0",
"fs-extra": "^8.1.0",
"gatsby-admin": "^0.1.56",
"gatsby-cli": "^2.12.40",
"gatsby-core-utils": "^1.3.3",
"gatsby-graphiql-explorer": "^0.4.3",
"gatsby-link": "^2.4.3",
"gatsby-plugin-page-creator": "^2.3.7",
"gatsby-plugin-typescript": "^2.4.3",
"gatsby-react-router-scroll": "^3.0.1",
"gatsby-telemetry": "^1.3.9",
"gatsby-admin": "^0.1.58",
"gatsby-cli": "^2.12.42",
"gatsby-core-utils": "^1.3.4",
"gatsby-graphiql-explorer": "^0.4.4",
"gatsby-link": "^2.4.4",
"gatsby-plugin-page-creator": "^2.3.8",
"gatsby-plugin-typescript": "^2.4.4",
"gatsby-react-router-scroll": "^3.0.2",
"gatsby-telemetry": "^1.3.10",
"glob": "^7.1.6",
"got": "8.3.2",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
"graphql-playground-middleware-express": "^1.7.14",
"graphql-playground-middleware-express": "^1.7.15",
"hasha": "^5.2.0",
"http-proxy": "^1.18.1",
"invariant": "^2.2.4",
@@ -7616,11 +7606,11 @@
"md5-file": "^3.2.3",
"meant": "^1.0.1",
"micromatch": "^3.1.10",
"mime": "^2.4.5",
"mime": "^2.4.6",
"mini-css-extract-plugin": "^0.8.2",
"mitt": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.25.3",
"moment": "^2.26.0",
"name-all-modules-plugin": "^1.0.1",
"normalize-path": "^2.1.1",
"null-loader": "^3.0.0",
@@ -7667,7 +7657,7 @@
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"webpack-stats-plugin": "^0.3.1",
"xstate": "^4.9.1",
"xstate": "^4.10.0",
"yaml-loader": "^0.6.0"
},
"dependencies": {
@@ -7677,13 +7667,14 @@
"integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg=="
},
"gatsby-cli": {
"version": "2.12.48",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.48.tgz",
"integrity": "sha512-VY8Wd7sG3bsJp12SwVEtfOQDWEkbDeLQGDCCknyYPF8SzXd6ODWKMQn7FiZeHIIPcclBDPF7YrTbfTGUCwvulw==",
"version": "2.12.50",
"resolved": "https://registry.npmjs.org/gatsby-cli/-/gatsby-cli-2.12.50.tgz",
"integrity": "sha512-fBVKKtClQhbG29k7GhhGaG6bCcJJ3bMYWaLoN9GtQuM2DMPSNzLuUK/fV0oHEaDGlBCM1hbLJDKRKLHxzJuiGA==",
"requires": {
"@babel/code-frame": "^7.10.1",
"@babel/runtime": "^7.10.2",
"@hapi/joi": "^15.1.1",
"@types/common-tags": "^1.8.0",
"better-opn": "^1.0.0",
"bluebird": "^3.7.2",
"chalk": "^2.4.2",
@@ -7696,9 +7687,9 @@
"execa": "^3.4.0",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.6",
"gatsby-recipes": "^0.1.41",
"gatsby-telemetry": "^1.3.12",
"gatsby-core-utils": "^1.3.7",
"gatsby-recipes": "^0.1.42",
"gatsby-telemetry": "^1.3.13",
"hosted-git-info": "^3.0.4",
"ink": "^2.7.1",
"ink-spinner": "^3.0.1",
@@ -7725,19 +7716,6 @@
"yurnalist": "^1.1.2"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz",
"integrity": "sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
},
"semver": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
@@ -7808,14 +7786,14 @@
}
},
"gatsby-admin": {
"version": "0.1.71",
"resolved": "https://registry.npmjs.org/gatsby-admin/-/gatsby-admin-0.1.71.tgz",
"integrity": "sha512-RAY0JNINTrNI4z7eAC7kR9/4d/a9BYU3r6io+gbZlFbCGYeIunOBaxkKNxAbc7KcTJxMeHczFCPSeGCNALu99g=="
"version": "0.1.74",
"resolved": "https://registry.npmjs.org/gatsby-admin/-/gatsby-admin-0.1.74.tgz",
"integrity": "sha512-8W3KV+2FlOBuONnhRsnOnOo7QIBmOFi1TTs5euHpReuaNzZhQNvl3WVrPlDK+bZIf0pdiqqdFeu7e2VEDk3Hkg=="
},
"gatsby-core-utils": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.5.tgz",
"integrity": "sha512-kbwJ5BeQ8OixJVuBb1AGRL6vdkFz9nFBa6gXqjQ6AAXHhYDrjOYrRMIENT1QLoabWo6tlh0Hyl1agfWaQwW8lg==",
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.7.tgz",
"integrity": "sha512-AF8cLRlVzH8xAGLGxa9YbY3Pkf1PaqqI/fGGBPsvsh4C4vx6yoOjNOMQ3KaG4pSc/0EYeVafV7De0H7IU+CfUQ==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@@ -7826,17 +7804,17 @@
}
},
"gatsby-graphiql-explorer": {
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.5.tgz",
"integrity": "sha512-5ykkwnMhmIAzcxvVCnvYEk8HmEoFDZLeRET3Ug4sCthYvfucqzG6JJ3RuMGhPElu6Sat0vSS6XKwQ5EPu/sWTA==",
"version": "0.4.6",
"resolved": "https://registry.npmjs.org/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.4.6.tgz",
"integrity": "sha512-lsymFpPe3iLAPH+zxr0JnxIF7kIbNwADyWEgcOX0YuvsVbo1NJCiSnq6Gj2/ERdVadGkY38t7H0H027RrZQ8jQ==",
"requires": {
"@babel/runtime": "^7.10.2"
}
},
"gatsby-link": {
"version": "2.4.6",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.6.tgz",
"integrity": "sha512-jOYEJa860KHcVOZ/6gjMv2EnCG7StdD4mLEGEMcEC8mzn4PWHQXHYsGdXcOvjn6SaqJ888hWuYjik5Jm8xW+cg==",
"version": "2.4.7",
"resolved": "https://registry.npmjs.org/gatsby-link/-/gatsby-link-2.4.7.tgz",
"integrity": "sha512-M0DMa27G0MbafxSPG1fAoGLIjjbq6xPS+XpjI7bYuGRL78uFnn3mDfo741Dd/zklEbXnMOGhOAZV3OjwOLa7oQ==",
"requires": {
"@babel/runtime": "^7.10.2",
"@types/reach__router": "^1.3.3",
@@ -7844,64 +7822,49 @@
}
},
"gatsby-page-utils": {
"version": "0.2.10",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.10.tgz",
"integrity": "sha512-1U/av/vZt0wXagx1t1zrHdM396nuV32PvOSQO2yEKhX0Zm+EWYFYoqIQVa9IAxYtG0biepCwOvSPT9bavRg7Lg==",
"version": "0.2.11",
"resolved": "https://registry.npmjs.org/gatsby-page-utils/-/gatsby-page-utils-0.2.11.tgz",
"integrity": "sha512-hYwo4gDhkTFTDZzZcmzMbgCQTlYp2TFgLgKDooBQ14HEHPu01dJSEQshPZOn6937TM19oTerev33oi2icIg/DA==",
"requires": {
"@babel/runtime": "^7.10.2",
"bluebird": "^3.7.2",
"chokidar": "3.4.0",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^1.3.6",
"gatsby-core-utils": "^1.3.7",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz",
"integrity": "sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
}
}
},
"gatsby-plugin-manifest": {
"version": "2.4.9",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.9.tgz",
"integrity": "sha512-uFz6/VsepGqai9jaCI2EWTbg2ICX60ZM63RxeCm8xO9m6B3VLxh0NShpU81IoWi7aQfj9iyD2LZiIu3JcnSj+g==",
"version": "2.4.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.4.10.tgz",
"integrity": "sha512-jDh626lHU8MtSk5jW6HrbYaOiisHMMRROjpXXaAQMuSKNKzlkDPluh9CcXVGIfypCXjZMCRgbKtQvbu4TsZKFw==",
"requires": {
"@babel/runtime": "^7.9.6",
"gatsby-core-utils": "^1.3.3",
"@babel/runtime": "^7.10.2",
"gatsby-core-utils": "^1.3.4",
"semver": "^5.7.1",
"sharp": "^0.25.1"
}
},
"gatsby-plugin-page-creator": {
"version": "2.3.10",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.10.tgz",
"integrity": "sha512-f8cUwihIsAquS3CsxJc/Fbqkim2sRnCJiqAUirpeu6XpLeDoJk9IsF+F4+hZpyWaZy2NpDZnpsnaJhCP36VnBA==",
"version": "2.3.11",
"resolved": "https://registry.npmjs.org/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.11.tgz",
"integrity": "sha512-nQxFZOBUjqSBcFMs+1LaAJilmAPZ0BYxMZkcfQFju1Ql4pJP6SjcmET1X/nbJMBzoa32AGv5zWeum1rdNJ+tWw==",
"requires": {
"@babel/runtime": "^7.10.2",
"bluebird": "^3.7.2",
"fs-exists-cached": "^1.0.0",
"gatsby-page-utils": "^0.2.10",
"gatsby-page-utils": "^0.2.11",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"micromatch": "^3.1.10"
}
},
"gatsby-plugin-typescript": {
"version": "2.4.6",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.6.tgz",
"integrity": "sha512-RfI2/k5XHmyNHjKDZDEPha/TNoY0Wh6zeBteqmidoPsJ2GfeFhyyxFxuRak+wYpZqdMh/aVwaJoF9Q1OiS4woQ==",
"version": "2.4.7",
"resolved": "https://registry.npmjs.org/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.7.tgz",
"integrity": "sha512-bxwWlsK46PHGT3JDU5gbtVKwwDUyt/+GNMh+9qNDCLM31ksPwla4dJQ9rZ05SveEZ3/OgSuZxmT+MJdUzxIy/A==",
"requires": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
@@ -7909,21 +7872,21 @@
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@babel/runtime": "^7.10.2",
"babel-plugin-remove-graphql-queries": "^2.9.5"
"babel-plugin-remove-graphql-queries": "^2.9.6"
}
},
"gatsby-react-router-scroll": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.0.4.tgz",
"integrity": "sha512-xGDAmwWw+BS6j8688DtIiZtbqmg4x1wQKyibj2cvm0O+q5NHXNmfX+a9HQbC7lf2pJHfjPW+YLoN5PX/sVP3uA==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/gatsby-react-router-scroll/-/gatsby-react-router-scroll-3.0.6.tgz",
"integrity": "sha512-Lyd8DNx1P1apl3WY5K59XHFxbnH6nWJ/XelAZrTSN6V9Y3jAO/e+DwYOMxnQhqlK2hqJSBb1kXdaU7A3AFT3jA==",
"requires": {
"@babel/runtime": "^7.10.2"
}
},
"gatsby-recipes": {
"version": "0.1.41",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.41.tgz",
"integrity": "sha512-u5CHnG7kccXMejgknvhafIANhfPagPhov7xmFqvJIMKxb87+nfluyWNH1CYKZ7PJeKGMC4jqC6LNWwTB5P749w==",
"version": "0.1.42",
"resolved": "https://registry.npmjs.org/gatsby-recipes/-/gatsby-recipes-0.1.42.tgz",
"integrity": "sha512-1qkU/uIqCJFoPCll75gSUVoBYIcze2YhEGR/wtAZzEPbpCA+5lkf5mmkYxf7aVhKEWBQCwAng08Vp8cbafhCRw==",
"requires": {
"@babel/core": "^7.10.2",
"@babel/generator": "^7.10.2",
@@ -7946,8 +7909,8 @@
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.6",
"gatsby-telemetry": "^1.3.12",
"gatsby-core-utils": "^1.3.7",
"gatsby-telemetry": "^1.3.13",
"glob": "^7.1.6",
"graphql": "^14.6.0",
"graphql-compose": "^6.3.8",
@@ -8042,19 +8005,6 @@
"path-exists": "^4.0.0"
}
},
"gatsby-core-utils": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz",
"integrity": "sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
},
"get-stream": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.1.0.tgz",
@@ -8191,9 +8141,9 @@
}
},
"gatsby-telemetry": {
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.12.tgz",
"integrity": "sha512-I5x2+mH+Me8RtpL8MYfZAOck2KuDHOPeOVLf7u/VPqqzIXMYiO9XiCLrBBJ6yRtJvRYbPgqyKRd2FQZy/ApB8g==",
"version": "1.3.13",
"resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.3.13.tgz",
"integrity": "sha512-AYJDDLQWB+4/Enwteo1Y3NxkWhYBgwV/Xd0+ldtpW/ucYtb/vE24WpVtWA4ZT8aNgivsew10E10dQfCkZ/TXXA==",
"requires": {
"@babel/code-frame": "^7.10.1",
"@babel/runtime": "^7.10.2",
@@ -8202,7 +8152,7 @@
"configstore": "^5.0.1",
"envinfo": "^7.5.1",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.6",
"gatsby-core-utils": "^1.3.7",
"git-up": "4.0.1",
"is-docker": "2.0.0",
"lodash": "^4.17.15",
@@ -8214,19 +8164,6 @@
"uuid": "3.4.0"
},
"dependencies": {
"gatsby-core-utils": {
"version": "1.3.6",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz",
"integrity": "sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"xdg-basedir": "^4.0.0"
}
},
"node-fetch": {
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
@@ -9712,9 +9649,9 @@
}
},
"ink-spinner": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/ink-spinner/-/ink-spinner-3.0.1.tgz",
"integrity": "sha512-AVR4Z/NXDQ7dT5ltWcCzFS9Dd4T8eaO//E2UO8VYNiJcZpPCSJ11o5A0UVPcMlZxGbGD6ikUFDR3ZgPUQk5haQ==",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/ink-spinner/-/ink-spinner-3.1.0.tgz",
"integrity": "sha512-sPqmE4qeJ43vJFk9DGLd0wIqhMBAr3129ZqHPt7b847fVl+YTZ3g96khI82Db+FYE7v/Fc5B3lp4ZNtJfqpRUg==",
"requires": {
"cli-spinners": "^1.0.0",
"prop-types": "^15.5.10"
@@ -15035,9 +14972,9 @@
}
},
"slugify": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.4.0.tgz",
"integrity": "sha512-FtLNsMGBSRB/0JOE2A0fxlqjI6fJsgHGS13iTuVT28kViI4JjUiNqp/vyis0ZXYcMnpR3fzGNkv+6vRlI2GwdQ=="
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/slugify/-/slugify-1.4.2.tgz",
"integrity": "sha512-7UfMG5rtkxfOI5jg/+f4DMQS3ikUqfWnfMvitrhwdTV4pibWXq9mN4RNLHSV3M1lR++x7z+AG7znsiozdBP+aA=="
},
"smart-buffer": {
"version": "4.1.0",