Code Monkey home page Code Monkey logo

career-page-gatsby's Introduction

Careers Template with Gatsby

Blog Screenshot

🚀 Quick start

  1. Create a Gatsby site.

    Use the Gatsby CLI to create a new site, specifying the default starter.

    # create a new Gatsby site using the default starter
    npx gatsby new careers https://github.com/BoyWithSilverWings/gatsby-careers-page
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd careers/
    gatsby develop
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    _Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial._

    Open the careers directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

💫 Deploy

Deploy to Netlify

🧐 What's inside?

Technologies used:

  1. Gatsby
  2. Styled Components
  3. gatsby-remark-transformer

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
├── node_modules
├── src
    ├── content
├── .gitignore
├── .prettierrc
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package-lock.json
├── package.json
└── README.md
  1. /node_modules: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.

  2. /src: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. src is a convention for “source code”.

  3. src/content: Holds the markdown files for the blog

  4. .gitignore: This file tells git which files it should not track / not maintain a version history for.

  5. .prettierrc: This is a configuration file for Prettier. Prettier is a tool to help keep the formatting of your code consistent.

  6. gatsby-browser.js: This file is where Gatsby expects to find any usage of the Gatsby browser APIs (if any). These allow customization/extension of default Gatsby settings affecting the browser.

  7. gatsby-config.js: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the config docs for more detail).

  8. gatsby-node.js: This file is where Gatsby expects to find any usage of the Gatsby Node APIs (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.

  9. gatsby-ssr.js: This file is where Gatsby expects to find any usage of the Gatsby server-side rendering APIs (if any). These allow customization of default Gatsby settings affecting server-side rendering.

  10. LICENSE: Gatsby is licensed under the MIT license.

  11. package-lock.json (See package.json below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. (You won’t change this file directly).

  12. package.json: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  13. README.md: A text file containing useful reference information about your project.

Have another more specific idea? You may want to check out our vibrant collection of official and community-created starters.

Credits

  1. Humaans Project by Pablo Stanley for SVG Illustrations.

career-page-gatsby's People

Contributors

stackbit-projects avatar

Watchers

 avatar  avatar

career-page-gatsby's Issues

[DepShield] (CVSS 8.8) Vulnerability due to usage of minimist:0.0.8

Vulnerabilities

DepShield reports that this application's usage of minimist:0.0.8 results in the following vulnerability(s):


Occurrences

minimist:0.0.8 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ chokidar:2.0.4
              └─ fsevents:1.2.4
                    └─ node-pre-gyp:0.10.0
                          └─ mkdirp:0.5.1
                                └─ minimist:0.0.8
        └─ mkdirp:0.5.1
              └─ minimist:0.0.8

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 9.8) Vulnerability due to usage of decompress:4.2.0

Vulnerabilities

DepShield reports that this application's usage of decompress:4.2.0 results in the following vulnerability(s):


Occurrences

decompress:4.2.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-sharp:2.0.16
        └─ imagemin-mozjpeg:8.0.0
              └─ mozjpeg:6.0.1
                    └─ bin-build:3.0.0
                          └─ decompress:4.2.0
                          └─ download:6.2.5
                                └─ decompress:4.2.0
                    └─ bin-wrapper:4.1.0
                          └─ download:7.1.0
                                └─ decompress:4.2.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.isstring:4.0.1

Vulnerabilities

DepShield reports that this application's usage of lodash.isstring:4.0.1 results in the following vulnerability(s):


Occurrences

lodash.isstring:4.0.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby-transformer-remark:2.1.17
        └─ sanitize-html:1.20.0
              └─ lodash.isstring:4.0.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.8) Vulnerability due to usage of js-yaml:3.12.0

Vulnerabilities

DepShield reports that this application's usage of js-yaml:3.12.0 results in the following vulnerability(s):


Occurrences

js-yaml:3.12.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ eslint:4.19.1
              └─ js-yaml:3.12.0
        └─ eslint-plugin-graphql:2.1.1
              └─ graphql-config:2.2.1
                    └─ js-yaml:3.12.0
        └─ optimize-css-assets-webpack-plugin:5.0.1
              └─ cssnano:4.1.8
                    └─ cssnano-preset-default:4.0.6
                          └─ postcss-svgo:4.0.1
                                └─ svgo:1.1.1
                                      └─ js-yaml:3.12.0
        └─ postcss-loader:2.1.6
              └─ postcss-load-config:2.0.0
                    └─ cosmiconfig:4.0.0
                          └─ js-yaml:3.12.0
        └─ yaml-loader:0.5.0
              └─ js-yaml:3.12.0

gatsby-transformer-remark:2.1.17
        └─ gray-matter:4.0.1
              └─ js-yaml:3.12.0

husky:1.3.1
        └─ cosmiconfig:5.0.7
              └─ js-yaml:3.12.0

lint-staged:8.1.0
        └─ cosmiconfig:5.0.6
              └─ js-yaml:3.12.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of trim:0.0.1

Vulnerabilities

DepShield reports that this application's usage of trim:0.0.1 results in the following vulnerability(s):


Occurrences

trim:0.0.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-sharp:2.0.16
        └─ potrace:2.1.1
              └─ jimp:0.2.28
                    └─ load-bmfont:1.4.0
                          └─ xhr:2.5.0
                                └─ parse-headers:2.0.1
                                      └─ trim:0.0.1

gatsby-remark-external-links:0.0.4
        └─ unist-util-find:1.0.1
              └─ remark:5.1.0
                    └─ remark-parse:1.1.0
                          └─ trim:0.0.1

gatsby-transformer-remark:2.1.17
        └─ remark-parse:5.0.0
              └─ trim:0.0.1
        └─ hast-util-to-html:4.0.1
              └─ comma-separated-tokens:1.0.5
                    └─ trim:0.0.1
              └─ space-separated-tokens:1.1.2
                    └─ trim:0.0.1
        └─ mdast-util-to-hast:3.0.4
              └─ trim:0.0.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of engine.io:3.3.2

Vulnerabilities

DepShield reports that this application's usage of engine.io:3.3.2 results in the following vulnerability(s):


Occurrences

engine.io:3.3.2 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ socket.io:2.2.0
              └─ engine.io:3.3.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.memoize:4.1.2

Vulnerabilities

DepShield reports that this application's usage of lodash.memoize:4.1.2 results in the following vulnerability(s):


Occurrences

lodash.memoize:4.1.2 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ optimize-css-assets-webpack-plugin:5.0.1
              └─ cssnano:4.1.8
                    └─ cssnano-preset-default:4.0.6
                          └─ postcss-merge-rules:4.0.2
                                └─ caniuse-api:3.0.0
                                      └─ lodash.memoize:4.1.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of set-value:2.0.0

Vulnerabilities

DepShield reports that this application's usage of set-value:2.0.0 results in the following vulnerability(s):


Occurrences

set-value:2.0.0 is a transitive dependency introduced by the following direct dependency(s):

lint-staged:8.1.0
        └─ micromatch:3.1.10
              └─ snapdragon:0.8.2
                    └─ base:0.11.2
                          └─ cache-base:1.0.1
                                └─ set-value:2.0.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of mem:1.1.0

Vulnerabilities

DepShield reports that this application's usage of mem:1.1.0 results in the following vulnerability(s):


Occurrences

mem:1.1.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ gatsby-cli:2.4.7
              └─ yargs:11.1.0
                    └─ os-locale:2.1.0
                          └─ mem:1.1.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.2) Vulnerability due to usage of y18n:3.2.1

Vulnerabilities

DepShield reports that this application's usage of y18n:3.2.1 results in the following vulnerability(s):


Occurrences

y18n:3.2.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ gatsby-cli:2.4.7
              └─ yargs:11.1.0
                    └─ y18n:3.2.1
        └─ relay-compiler:1.5.0
              └─ yargs:9.0.1
                    └─ y18n:3.2.1
        └─ webpack-dev-server:3.1.14
              └─ yargs:12.0.2
                    └─ y18n:3.2.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.foreach:4.5.0

Vulnerabilities

DepShield reports that this application's usage of lodash.foreach:4.5.0 results in the following vulnerability(s):


Occurrences

lodash.foreach:4.5.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ string-similarity:1.2.2
              └─ lodash.foreach:4.5.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.escaperegexp:4.1.2

Vulnerabilities

DepShield reports that this application's usage of lodash.escaperegexp:4.1.2 results in the following vulnerability(s):


Occurrences

lodash.escaperegexp:4.1.2 is a transitive dependency introduced by the following direct dependency(s):

gatsby-transformer-remark:2.1.17
        └─ sanitize-html:1.20.0
              └─ lodash.escaperegexp:4.1.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.2) Vulnerability due to usage of sanitize-html:1.20.0

Vulnerabilities

DepShield reports that this application's usage of sanitize-html:1.20.0 results in the following vulnerability(s):


Occurrences

sanitize-html:1.20.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-transformer-remark:2.1.17
        └─ sanitize-html:1.20.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash._reinterpolate:3.0.0

Vulnerabilities

DepShield reports that this application's usage of lodash._reinterpolate:3.0.0 results in the following vulnerability(s):


Occurrences

lodash._reinterpolate:3.0.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-offline:2.0.20
        └─ workbox-build:3.6.3
              └─ lodash.template:4.4.0
                    └─ lodash._reinterpolate:3.0.0
                    └─ lodash.templatesettings:4.1.0
                          └─ lodash._reinterpolate:3.0.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of yargs-parser:7.0.0

Vulnerabilities

DepShield reports that this application's usage of yargs-parser:7.0.0 results in the following vulnerability(s):


Occurrences

yargs-parser:7.0.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ relay-compiler:1.5.0
              └─ yargs:9.0.1
                    └─ yargs-parser:7.0.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.flattendeep:4.4.0

Vulnerabilities

DepShield reports that this application's usage of lodash.flattendeep:4.4.0 results in the following vulnerability(s):


Occurrences

lodash.flattendeep:4.4.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ string-similarity:1.2.2
              └─ lodash.flattendeep:4.4.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.8) Vulnerability due to usage of js-yaml:3.7.0

Vulnerabilities

DepShield reports that this application's usage of js-yaml:3.7.0 results in the following vulnerability(s):


Occurrences

js-yaml:3.7.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-sharp:2.0.16
        └─ svgo:0.7.2
              └─ js-yaml:3.7.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 5.3) Vulnerability due to usage of kind-of:5.1.0

Vulnerabilities

DepShield reports that this application's usage of kind-of:5.1.0 results in the following vulnerability(s):


Occurrences

kind-of:5.1.0 is a transitive dependency introduced by the following direct dependency(s):

lint-staged:8.1.0
        └─ micromatch:3.1.10
              └─ snapdragon:0.8.2
                    └─ define-property:0.2.5
                          └─ is-descriptor:0.1.6
                                └─ kind-of:5.1.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of url-parse:1.4.4

Vulnerabilities

DepShield reports that this application's usage of url-parse:1.4.4 results in the following vulnerability(s):


Occurrences

url-parse:1.4.4 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ react-dev-utils:4.2.3
              └─ sockjs-client:1.1.4
                    └─ eventsource:0.1.6
                          └─ original:1.0.2
                                └─ url-parse:1.4.4
                    └─ url-parse:1.4.4
        └─ webpack-dev-server:3.1.14
              └─ sockjs-client:1.3.0
                    └─ url-parse:1.4.4

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.2) Vulnerability due to usage of lodash.mergewith:4.6.1

Vulnerabilities

DepShield reports that this application's usage of lodash.mergewith:4.6.1 results in the following vulnerability(s):


Occurrences

lodash.mergewith:4.6.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby-transformer-remark:2.1.17
        └─ sanitize-html:1.20.0
              └─ lodash.mergewith:4.6.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of glob-parent:3.1.0

Vulnerabilities

DepShield reports that this application's usage of glob-parent:3.1.0 results in the following vulnerability(s):


Occurrences

glob-parent:3.1.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ chokidar:2.0.4
              └─ glob-parent:3.1.0
        └─ relay-compiler:1.5.0
              └─ fast-glob:2.2.4
                    └─ glob-parent:3.1.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.template:4.4.0

Vulnerabilities

DepShield reports that this application's usage of lodash.template:4.4.0 results in the following vulnerability(s):


Occurrences

lodash.template:4.4.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-offline:2.0.20
        └─ workbox-build:3.6.3
              └─ lodash.template:4.4.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of ssri:6.0.1

Vulnerabilities

DepShield reports that this application's usage of ssri:6.0.1 results in the following vulnerability(s):


Occurrences

ssri:6.0.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ terser-webpack-plugin:1.2.0
              └─ cacache:11.3.2
                    └─ ssri:6.0.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.uniq:4.5.0

Vulnerabilities

DepShield reports that this application's usage of lodash.uniq:4.5.0 results in the following vulnerability(s):


Occurrences

lodash.uniq:4.5.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ optimize-css-assets-webpack-plugin:5.0.1
              └─ cssnano:4.1.8
                    └─ cssnano-preset-default:4.0.6
                          └─ postcss-merge-rules:4.0.2
                                └─ caniuse-api:3.0.0
                                      └─ lodash.uniq:4.5.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of node-fetch:1.7.3

Vulnerabilities

DepShield reports that this application's usage of node-fetch:1.7.3 results in the following vulnerability(s):


Occurrences

node-fetch:1.7.3 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ relay-compiler:1.5.0
              └─ fbjs:0.8.17
                    └─ isomorphic-fetch:2.2.1
                          └─ node-fetch:1.7.3

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of socket.io-parser:3.3.0

Vulnerabilities

DepShield reports that this application's usage of socket.io-parser:3.3.0 results in the following vulnerability(s):


Occurrences

socket.io-parser:3.3.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ socket.io:2.2.0
              └─ socket.io-client:2.2.0
                    └─ socket.io-parser:3.3.0
              └─ socket.io-parser:3.3.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 6.9) Vulnerability due to usage of socket.io:2.2.0

Vulnerabilities

DepShield reports that this application's usage of socket.io:2.2.0 results in the following vulnerability(s):


Occurrences

socket.io:2.2.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ socket.io:2.2.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.map:4.6.0

Vulnerabilities

DepShield reports that this application's usage of lodash.map:4.6.0 results in the following vulnerability(s):


Occurrences

lodash.map:4.6.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ string-similarity:1.2.2
              └─ lodash.map:4.6.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.merge:4.6.1

Vulnerabilities

DepShield reports that this application's usage of lodash.merge:4.6.1 results in the following vulnerability(s):


Occurrences

lodash.merge:4.6.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ react-hot-loader:4.6.3
              └─ lodash.merge:4.6.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 5.3) Vulnerability due to usage of browserslist:4.3.6

Vulnerabilities

DepShield reports that this application's usage of browserslist:4.3.6 results in the following vulnerability(s):


Occurrences

browserslist:4.3.6 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ babel-preset-gatsby:0.1.6
              └─ @babel/preset-env:7.2.3
                    └─ browserslist:4.3.6
        └─ optimize-css-assets-webpack-plugin:5.0.1
              └─ cssnano:4.1.8
                    └─ cssnano-preset-default:4.0.6
                          └─ postcss-colormin:4.0.2
                                └─ browserslist:4.3.6
                          └─ postcss-merge-longhand:4.0.10
                                └─ stylehacks:4.0.1
                                      └─ browserslist:4.3.6
                          └─ postcss-merge-rules:4.0.2
                                └─ caniuse-api:3.0.0
                                      └─ browserslist:4.3.6
                                └─ browserslist:4.3.6
                          └─ postcss-minify-params:4.0.1
                                └─ browserslist:4.3.6
                          └─ postcss-normalize-unicode:4.0.1
                                └─ browserslist:4.3.6
                          └─ postcss-reduce-initial:4.0.2
                                └─ browserslist:4.3.6

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of url-regex:3.2.0

Vulnerabilities

DepShield reports that this application's usage of url-regex:3.2.0 results in the following vulnerability(s):


Occurrences

url-regex:3.2.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-sharp:2.0.16
        └─ potrace:2.1.1
              └─ jimp:0.2.28
                    └─ url-regex:3.2.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of tar:4.4.1

Vulnerabilities

DepShield reports that this application's usage of tar:4.4.1 results in the following vulnerability(s):


Occurrences

tar:4.4.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ chokidar:2.0.4
              └─ fsevents:1.2.4
                    └─ node-pre-gyp:0.10.0
                          └─ tar:4.4.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.8) Vulnerability due to usage of minimist:1.2.0

Vulnerabilities

DepShield reports that this application's usage of minimist:1.2.0 results in the following vulnerability(s):


Occurrences

minimist:1.2.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ @babel/core:7.2.2
              └─ json5:2.1.0
                    └─ minimist:1.2.0
        └─ babel-loader:8.0.0-beta.4
              └─ loader-utils:1.2.0
                    └─ json5:1.0.1
                          └─ minimist:1.2.0
        └─ chokidar:2.0.4
              └─ fsevents:1.2.4
                    └─ node-pre-gyp:0.10.0
                          └─ rc:1.2.7
                                └─ minimist:1.2.0

gatsby-plugin-manifest:2.0.12
        └─ sharp:0.21.1
              └─ prebuild-install:5.2.2
                    └─ minimist:1.2.0
                    └─ rc:1.2.8
                          └─ minimist:1.2.0

gatsby-plugin-sharp:2.0.16
        └─ imagemin-mozjpeg:8.0.0
              └─ mozjpeg:6.0.1
                    └─ logalot:2.1.0
                          └─ squeak:1.3.0
                                └─ lpad-align:1.1.2
                                      └─ meow:3.7.0
                                            └─ minimist:1.2.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of node-fetch:2.1.2

Vulnerabilities

DepShield reports that this application's usage of node-fetch:2.1.2 results in the following vulnerability(s):


Occurrences

node-fetch:2.1.2 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ eslint-plugin-graphql:2.1.1
              └─ graphql-config:2.2.1
                    └─ graphql-request:1.8.2
                          └─ cross-fetch:2.2.2
                                └─ node-fetch:2.1.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of q:1.5.1

Vulnerabilities

DepShield reports that this application's usage of q:1.5.1 results in the following vulnerability(s):


Occurrences

q:1.5.1 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ optimize-css-assets-webpack-plugin:5.0.1
              └─ cssnano:4.1.8
                    └─ cssnano-preset-default:4.0.6
                          └─ postcss-svgo:4.0.1
                                └─ svgo:1.1.1
                                      └─ coa:2.0.2
                                            └─ q:1.5.1

gatsby-plugin-sharp:2.0.16
        └─ svgo:0.7.2
              └─ coa:1.0.4
                    └─ q:1.5.1

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 9.8) Vulnerability due to usage of lodash:4.17.11

Vulnerabilities

DepShield reports that this application's usage of lodash:4.17.11 results in the following vulnerability(s):


Occurrences

lodash:4.17.11 is a transitive dependency introduced by the following direct dependency(s):

babel-plugin-styled-components:1.10.0
        └─ @babel/helper-annotate-as-pure:7.0.0
              └─ @babel/types:7.2.2
                    └─ lodash:4.17.11
        └─ lodash:4.17.11

gatsby:2.0.76
        └─ @babel/core:7.2.2
              └─ @babel/generator:7.2.2
                    └─ lodash:4.17.11
              └─ lodash:4.17.11
        └─ @babel/traverse:7.2.3
              └─ lodash:4.17.11
        └─ babel-eslint:8.2.6
              └─ @babel/traverse:7.0.0-beta.44
                    └─ @babel/generator:7.0.0-beta.44
                          └─ lodash:4.17.11
                    └─ @babel/helper-function-name:7.0.0-beta.44
                          └─ @babel/template:7.0.0-beta.44
                                └─ lodash:4.17.11
                    └─ lodash:4.17.11
              └─ @babel/types:7.0.0-beta.44
                    └─ lodash:4.17.11
        └─ babel-preset-gatsby:0.1.6
              └─ @babel/preset-env:7.2.3
                    └─ @babel/plugin-proposal-unicode-property-regex:7.2.0
                          └─ @babel/helper-regex:7.0.0
                                └─ lodash:4.17.11
                    └─ @babel/plugin-transform-block-scoping:7.2.0
                          └─ lodash:4.17.11
                    └─ @babel/plugin-transform-classes:7.2.2
                          └─ @babel/helper-define-map:7.1.0
                                └─ lodash:4.17.11
                    └─ @babel/plugin-transform-modules-amd:7.2.0
                          └─ @babel/helper-module-transforms:7.2.2
                                └─ lodash:4.17.11
        └─ css-loader:1.0.1
              └─ lodash:4.17.11
        └─ eslint:4.19.1
              └─ inquirer:3.3.0
                    └─ lodash:4.17.11
              └─ lodash:4.17.11
              └─ table:4.0.2
                    └─ lodash:4.17.11
        └─ eslint-plugin-flowtype:2.50.3
              └─ lodash:4.17.11
        └─ eslint-plugin-graphql:2.1.1
              └─ graphql-config:2.2.1
                    └─ graphql-import:0.7.1
                          └─ lodash:4.17.11
                    └─ lodash:4.17.11
              └─ lodash:4.17.11
        └─ eslint-plugin-import:2.14.0
              └─ lodash:4.17.11
        └─ gatsby-plugin-page-creator:2.0.5
              └─ lodash:4.17.11
        └─ gatsby-cli:2.4.7
              └─ lodash:4.17.11
              └─ yurnalist:1.0.4
                    └─ inquirer:6.2.1
                          └─ lodash:4.17.11
        └─ lodash:4.17.11
        └─ optimize-css-assets-webpack-plugin:5.0.1
              └─ last-call-webpack-plugin:3.0.0
                    └─ lodash:4.17.11
        └─ relay-compiler:1.5.0
              └─ babel-generator:6.26.1
                    └─ lodash:4.17.11
              └─ babel-preset-fbjs:2.3.0
                    └─ babel-plugin-transform-class-properties:6.24.1
                          └─ babel-template:6.26.0
                                └─ lodash:4.17.11
                    └─ babel-plugin-transform-es2015-block-scoping:6.26.0
                          └─ lodash:4.17.11
                    └─ babel-plugin-transform-es2015-classes:6.24.1
                          └─ babel-helper-define-map:6.26.0
                                └─ lodash:4.17.11
              └─ babel-traverse:6.26.0
                    └─ lodash:4.17.11
              └─ babel-types:6.26.0
                    └─ lodash:4.17.11
        └─ webpack-dev-server:3.1.14
              └─ http-proxy-middleware:0.18.0
                    └─ lodash:4.17.11
        └─ webpack-merge:4.1.5
              └─ lodash:4.17.11

gatsby-plugin-offline:2.0.20
        └─ cheerio:1.0.0-rc.2
              └─ lodash:4.17.11
        └─ lodash:4.17.11

gatsby-plugin-react-svg:2.0.0
        └─ svg-react-loader:0.4.6
              └─ xml2js:0.4.17
                    └─ xmlbuilder:4.2.1
                          └─ lodash:4.17.11

gatsby-plugin-sharp:2.0.16
        └─ async:2.6.1
              └─ lodash:4.17.11
        └─ lodash:4.17.11

gatsby-remark-copy-linked-files:2.0.8
        └─ lodash:4.17.11

gatsby-remark-images:3.0.1
        └─ lodash:4.17.11

gatsby-transformer-remark:2.1.17
        └─ lodash:4.17.11

lint-staged:8.1.0
        └─ lodash:4.17.11

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 5.3) Vulnerability due to usage of ws:6.1.2

Vulnerabilities

DepShield reports that this application's usage of ws:6.1.2 results in the following vulnerability(s):


Occurrences

ws:6.1.2 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ socket.io:2.2.0
              └─ engine.io:3.3.2
                    └─ ws:6.1.2
              └─ socket.io-client:2.2.0
                    └─ engine.io-client:3.3.1
                          └─ ws:6.1.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of ini:1.3.5

Vulnerabilities

DepShield reports that this application's usage of ini:1.3.5 results in the following vulnerability(s):


Occurrences

ini:1.3.5 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ chokidar:2.0.4
              └─ fsevents:1.2.4
                    └─ node-pre-gyp:0.10.0
                          └─ rc:1.2.7
                                └─ ini:1.3.5
        └─ gatsby-cli:2.4.7
              └─ update-notifier:2.5.0
                    └─ is-installed-globally:0.1.0
                          └─ global-dirs:0.1.1
                                └─ ini:1.3.5
        └─ react-dev-utils:4.2.3
              └─ global-modules:1.0.0
                    └─ global-prefix:1.0.2
                          └─ ini:1.3.5

gatsby-plugin-manifest:2.0.12
        └─ sharp:0.21.1
              └─ prebuild-install:5.2.2
                    └─ rc:1.2.8
                          └─ ini:1.3.5

gatsby-plugin-sharp:2.0.16
        └─ imagemin-mozjpeg:8.0.0
              └─ mozjpeg:6.0.1
                    └─ bin-build:3.0.0
                          └─ download:6.2.5
                                └─ caw:2.0.1
                                      └─ get-proxy:2.1.0
                                            └─ npm-conf:1.1.3
                                                  └─ config-chain:1.1.12
                                                        └─ ini:1.3.5

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of websocket-extensions:0.1.3

Vulnerabilities

DepShield reports that this application's usage of websocket-extensions:0.1.3 results in the following vulnerability(s):


Occurrences

websocket-extensions:0.1.3 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ react-dev-utils:4.2.3
              └─ sockjs-client:1.1.4
                    └─ faye-websocket:0.11.1
                          └─ websocket-driver:0.7.0
                                └─ websocket-extensions:0.1.3

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of ua-parser-js:0.7.19

Vulnerabilities

DepShield reports that this application's usage of ua-parser-js:0.7.19 results in the following vulnerability(s):


Occurrences

ua-parser-js:0.7.19 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ relay-compiler:1.5.0
              └─ fbjs:0.8.17
                    └─ ua-parser-js:0.7.19

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.templatesettings:4.1.0

Vulnerabilities

DepShield reports that this application's usage of lodash.templatesettings:4.1.0 results in the following vulnerability(s):


Occurrences

lodash.templatesettings:4.1.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-offline:2.0.20
        └─ workbox-build:3.6.3
              └─ lodash.template:4.4.0
                    └─ lodash.templatesettings:4.1.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 4.3) Vulnerability due to usage of bl:1.2.2

Vulnerabilities

DepShield reports that this application's usage of bl:1.2.2 results in the following vulnerability(s):


Occurrences

bl:1.2.2 is a transitive dependency introduced by the following direct dependency(s):

gatsby-plugin-manifest:2.0.12
        └─ sharp:0.21.1
              └─ prebuild-install:5.2.2
                    └─ tar-fs:1.16.3
                          └─ tar-stream:1.6.2
                                └─ bl:1.2.2

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of acorn:5.7.3

Vulnerabilities

DepShield reports that this application's usage of acorn:5.7.3 results in the following vulnerability(s):


Occurrences

acorn:5.7.3 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ eslint:4.19.1
              └─ espree:3.5.4
                    └─ acorn:5.7.3
        └─ webpack:4.28.2
              └─ acorn:5.7.3
              └─ acorn-dynamic-import:3.0.0
                    └─ acorn:5.7.3

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of lodash.clonedeep:4.5.0

Vulnerabilities

DepShield reports that this application's usage of lodash.clonedeep:4.5.0 results in the following vulnerability(s):


Occurrences

lodash.clonedeep:4.5.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby-transformer-remark:2.1.17
        └─ sanitize-html:1.20.0
              └─ lodash.clonedeep:4.5.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of acorn:3.3.0

Vulnerabilities

DepShield reports that this application's usage of acorn:3.3.0 results in the following vulnerability(s):


Occurrences

acorn:3.3.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ eslint:4.19.1
              └─ espree:3.5.4
                    └─ acorn-jsx:3.0.1
                          └─ acorn:3.3.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of glob-parent:2.0.0

Vulnerabilities

DepShield reports that this application's usage of glob-parent:2.0.0 results in the following vulnerability(s):


Occurrences

glob-parent:2.0.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ gatsby-plugin-page-creator:2.0.5
              └─ chokidar:1.7.0
                    └─ glob-parent:2.0.0

gatsby-source-filesystem:2.0.12
        └─ chokidar:1.7.0
              └─ anymatch:1.3.2
                    └─ micromatch:2.3.11
                          └─ parse-glob:3.0.4
                                └─ glob-base:0.3.0
                                      └─ glob-parent:2.0.0
              └─ glob-parent:2.0.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.2) Vulnerability due to usage of node-forge:0.7.5

Vulnerabilities

DepShield reports that this application's usage of node-forge:0.7.5 results in the following vulnerability(s):


Occurrences

node-forge:0.7.5 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ webpack-dev-server:3.1.14
              └─ selfsigned:1.10.4
                    └─ node-forge:0.7.5

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.5) Vulnerability due to usage of postcss:6.0.23

Vulnerabilities

DepShield reports that this application's usage of postcss:6.0.23 results in the following vulnerability(s):


Occurrences

postcss:6.0.23 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ autoprefixer:8.6.5
              └─ postcss:6.0.23
        └─ css-loader:1.0.1
              └─ icss-utils:2.1.0
                    └─ postcss:6.0.23
              └─ postcss:6.0.23
              └─ postcss-modules-extract-imports:1.2.1
                    └─ postcss:6.0.23
              └─ postcss-modules-local-by-default:1.2.0
                    └─ postcss:6.0.23
              └─ postcss-modules-scope:1.1.0
                    └─ postcss:6.0.23
              └─ postcss-modules-values:1.3.0
                    └─ postcss:6.0.23
        └─ postcss-flexbugs-fixes:3.3.1
              └─ postcss:6.0.23
        └─ postcss-loader:2.1.6
              └─ postcss:6.0.23

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 7.4) Vulnerability due to usage of object-path:0.11.4

Vulnerabilities

DepShield reports that this application's usage of object-path:0.11.4 results in the following vulnerability(s):


Occurrences

object-path:0.11.4 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ gatsby-cli:2.4.7
              └─ yurnalist:1.0.4
                    └─ object-path:0.11.4

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

[DepShield] (CVSS 8.2) Vulnerability due to usage of y18n:4.0.0

Vulnerabilities

DepShield reports that this application's usage of y18n:4.0.0 results in the following vulnerability(s):


Occurrences

y18n:4.0.0 is a transitive dependency introduced by the following direct dependency(s):

gatsby:2.0.76
        └─ terser-webpack-plugin:1.2.0
              └─ cacache:11.3.2
                    └─ y18n:4.0.0

This is an automated GitHub Issue created by Sonatype DepShield. Details on managing GitHub Apps, including DepShield, are available for personal and organization accounts. Please submit questions or feedback about DepShield to the Sonatype DepShield Community.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.