Lookup for vulnerabilities affecting packages.

GET /api/vulnerabilities/52657?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "http://public2.vulnerablecode.io/api/vulnerabilities/52657?format=api",
    "vulnerability_id": "VCID-wqbj-mvxn-xbgd",
    "summary": "Unsanitized JavaScript code injection possible in gatsby-plugin-mdx\n### Impact\nThe gatsby-plugin-mdx plugin prior to versions 3.15.2 and 2.14.1 passes input through to the `gray-matter` npm package, which is vulnerable to JavaScript injection in its default configuration, unless input is sanitized.  The vulnerability is present when passing input in both webpack (MDX files in `src/pages` or MDX file imported as component in frontend / React code) and data mode (querying MDX nodes via GraphQL).  Injected JavaScript executes in the context of the build server.\n\nTo exploit this vulnerability untrusted/unsanitized input would need to be sourced or added into an MDX file.  The following MDX payload demonstrates a vulnerable configuration:\n```\n---js\n((require(\"child_process\")).execSync(\"id >> /tmp/rce\"))\n--- \n```\n\n### Patches\nA patch has been introduced in `gatsby-plugin-mdx@3.15.2` and `gatsby-plugin-mdx@2.14.1` which mitigates the issue by disabling the `gray-matter` JavaScript Frontmatter engine.  The patch introduces a new option, `JSFrontmatterEngine` which is set to `false` by default.  When setting `JSFrontmatterEngine` to `true`, input passed to `gatsby-plugin-mdx` must be sanitized before processing to avoid a security risk.  Warnings are displayed when enabling `JSFrontmatterEngine` to `true` or if it appears that the MDX input is attempting to use the Frontmatter engine.\n\n### Workarounds\nIf an older version of `gatsby-plugin-mdx` must be used, input passed into the plugin should be sanitized ahead of processing.\n\n**We encourage projects to upgrade to the latest major release branch for all Gatsby plugins to ensure the latest security updates and bug fixes are received in a timely manner.**\n\n### Credits\nWe would like to thank Snyk [snyk.io] for initially bringing the issue to our attention, as well as Feng Xiao and Zhongfu Su, who reported the issue to Snyk.\n\n### For more information\nEmail us at [security@gatsbyjs.com](mailto:security@gatsbyjs.com).",
    "aliases": [
        {
            "alias": "CVE-2022-25863"
        },
        {
            "alias": "GHSA-mj46-r4gr-5x83"
        }
    ],
    "fixed_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559269?format=api",
            "purl": "pkg:npm/gatsby@2.14.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.14.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559526?format=api",
            "purl": "pkg:npm/gatsby@4.0.0-alpha-9689ff.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@4.0.0-alpha-9689ff.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/89103?format=api",
            "purl": "pkg:npm/gatsby-plugin-mdx@2.14.1",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby-plugin-mdx@2.14.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/89104?format=api",
            "purl": "pkg:npm/gatsby-plugin-mdx@3.15.2",
            "is_vulnerable": false,
            "affected_by_vulnerabilities": [],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby-plugin-mdx@3.15.2"
        }
    ],
    "affected_packages": [
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557940?format=api",
            "purl": "pkg:npm/gatsby@0.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557941?format=api",
            "purl": "pkg:npm/gatsby@0.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557942?format=api",
            "purl": "pkg:npm/gatsby@0.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557943?format=api",
            "purl": "pkg:npm/gatsby@0.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557944?format=api",
            "purl": "pkg:npm/gatsby@0.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557945?format=api",
            "purl": "pkg:npm/gatsby@0.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557946?format=api",
            "purl": "pkg:npm/gatsby@0.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557947?format=api",
            "purl": "pkg:npm/gatsby@0.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557948?format=api",
            "purl": "pkg:npm/gatsby@0.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557949?format=api",
            "purl": "pkg:npm/gatsby@0.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557950?format=api",
            "purl": "pkg:npm/gatsby@0.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557951?format=api",
            "purl": "pkg:npm/gatsby@0.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557952?format=api",
            "purl": "pkg:npm/gatsby@0.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557953?format=api",
            "purl": "pkg:npm/gatsby@0.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557954?format=api",
            "purl": "pkg:npm/gatsby@0.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557955?format=api",
            "purl": "pkg:npm/gatsby@0.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557956?format=api",
            "purl": "pkg:npm/gatsby@0.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557957?format=api",
            "purl": "pkg:npm/gatsby@0.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557958?format=api",
            "purl": "pkg:npm/gatsby@0.6.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.6.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557959?format=api",
            "purl": "pkg:npm/gatsby@0.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557960?format=api",
            "purl": "pkg:npm/gatsby@0.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557961?format=api",
            "purl": "pkg:npm/gatsby@0.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557962?format=api",
            "purl": "pkg:npm/gatsby@0.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557963?format=api",
            "purl": "pkg:npm/gatsby@0.7.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557964?format=api",
            "purl": "pkg:npm/gatsby@0.7.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557965?format=api",
            "purl": "pkg:npm/gatsby@0.7.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557966?format=api",
            "purl": "pkg:npm/gatsby@0.7.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.7.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557967?format=api",
            "purl": "pkg:npm/gatsby@0.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557968?format=api",
            "purl": "pkg:npm/gatsby@0.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557969?format=api",
            "purl": "pkg:npm/gatsby@0.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557970?format=api",
            "purl": "pkg:npm/gatsby@0.8.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557971?format=api",
            "purl": "pkg:npm/gatsby@0.8.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557972?format=api",
            "purl": "pkg:npm/gatsby@0.8.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557973?format=api",
            "purl": "pkg:npm/gatsby@0.8.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557974?format=api",
            "purl": "pkg:npm/gatsby@0.8.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557975?format=api",
            "purl": "pkg:npm/gatsby@0.8.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557976?format=api",
            "purl": "pkg:npm/gatsby@0.8.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557977?format=api",
            "purl": "pkg:npm/gatsby@0.8.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557978?format=api",
            "purl": "pkg:npm/gatsby@0.8.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.8.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557979?format=api",
            "purl": "pkg:npm/gatsby@0.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557980?format=api",
            "purl": "pkg:npm/gatsby@0.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557981?format=api",
            "purl": "pkg:npm/gatsby@0.9.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.9.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557982?format=api",
            "purl": "pkg:npm/gatsby@0.9.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.9.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557983?format=api",
            "purl": "pkg:npm/gatsby@0.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557984?format=api",
            "purl": "pkg:npm/gatsby@0.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557985?format=api",
            "purl": "pkg:npm/gatsby@0.10.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.10.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557986?format=api",
            "purl": "pkg:npm/gatsby@0.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557987?format=api",
            "purl": "pkg:npm/gatsby@0.11.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557988?format=api",
            "purl": "pkg:npm/gatsby@0.11.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557989?format=api",
            "purl": "pkg:npm/gatsby@0.11.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557990?format=api",
            "purl": "pkg:npm/gatsby@0.11.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557991?format=api",
            "purl": "pkg:npm/gatsby@0.11.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557992?format=api",
            "purl": "pkg:npm/gatsby@0.11.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557993?format=api",
            "purl": "pkg:npm/gatsby@0.11.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.11.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557994?format=api",
            "purl": "pkg:npm/gatsby@0.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557995?format=api",
            "purl": "pkg:npm/gatsby@0.12.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557996?format=api",
            "purl": "pkg:npm/gatsby@0.12.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557997?format=api",
            "purl": "pkg:npm/gatsby@0.12.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557998?format=api",
            "purl": "pkg:npm/gatsby@0.12.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/557999?format=api",
            "purl": "pkg:npm/gatsby@0.12.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558000?format=api",
            "purl": "pkg:npm/gatsby@0.12.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558001?format=api",
            "purl": "pkg:npm/gatsby@0.12.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558002?format=api",
            "purl": "pkg:npm/gatsby@0.12.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558003?format=api",
            "purl": "pkg:npm/gatsby@0.12.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558004?format=api",
            "purl": "pkg:npm/gatsby@0.12.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558005?format=api",
            "purl": "pkg:npm/gatsby@0.12.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558006?format=api",
            "purl": "pkg:npm/gatsby@0.12.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558007?format=api",
            "purl": "pkg:npm/gatsby@0.12.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558008?format=api",
            "purl": "pkg:npm/gatsby@0.12.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558009?format=api",
            "purl": "pkg:npm/gatsby@0.12.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558010?format=api",
            "purl": "pkg:npm/gatsby@0.12.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558011?format=api",
            "purl": "pkg:npm/gatsby@0.12.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558012?format=api",
            "purl": "pkg:npm/gatsby@0.12.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558013?format=api",
            "purl": "pkg:npm/gatsby@0.12.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558014?format=api",
            "purl": "pkg:npm/gatsby@0.12.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558015?format=api",
            "purl": "pkg:npm/gatsby@0.12.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558016?format=api",
            "purl": "pkg:npm/gatsby@0.12.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558017?format=api",
            "purl": "pkg:npm/gatsby@0.12.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558018?format=api",
            "purl": "pkg:npm/gatsby@0.12.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558019?format=api",
            "purl": "pkg:npm/gatsby@0.12.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558020?format=api",
            "purl": "pkg:npm/gatsby@0.12.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558021?format=api",
            "purl": "pkg:npm/gatsby@0.12.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558022?format=api",
            "purl": "pkg:npm/gatsby@0.12.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558023?format=api",
            "purl": "pkg:npm/gatsby@0.12.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558024?format=api",
            "purl": "pkg:npm/gatsby@0.12.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558025?format=api",
            "purl": "pkg:npm/gatsby@0.12.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558026?format=api",
            "purl": "pkg:npm/gatsby@0.12.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558027?format=api",
            "purl": "pkg:npm/gatsby@0.12.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558028?format=api",
            "purl": "pkg:npm/gatsby@0.12.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558029?format=api",
            "purl": "pkg:npm/gatsby@0.12.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558030?format=api",
            "purl": "pkg:npm/gatsby@0.12.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558031?format=api",
            "purl": "pkg:npm/gatsby@0.12.40",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.40"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558032?format=api",
            "purl": "pkg:npm/gatsby@0.12.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558033?format=api",
            "purl": "pkg:npm/gatsby@0.12.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558034?format=api",
            "purl": "pkg:npm/gatsby@0.12.43",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.43"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558035?format=api",
            "purl": "pkg:npm/gatsby@0.12.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558036?format=api",
            "purl": "pkg:npm/gatsby@0.12.45",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.45"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558037?format=api",
            "purl": "pkg:npm/gatsby@0.12.46",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.46"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558038?format=api",
            "purl": "pkg:npm/gatsby@0.12.47",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.47"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558039?format=api",
            "purl": "pkg:npm/gatsby@0.12.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@0.12.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558040?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558041?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558042?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558043?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558044?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558045?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558046?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558047?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558048?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558049?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558050?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.22-alpha.0be09b66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.22-alpha.0be09b66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558051?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.22-alpha.18f02e94",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.22-alpha.18f02e94"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558052?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.22-alpha.19f7c727",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.22-alpha.19f7c727"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558053?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.22-alpha.2d2aa0ef",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.22-alpha.2d2aa0ef"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558054?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.22-alpha.96b0b727",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.22-alpha.96b0b727"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558055?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.22-alpha.acbc22e8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.22-alpha.acbc22e8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558056?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.test",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.test"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558057?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.test2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.test2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558058?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.test3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.test3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558059?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.test5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.test5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558060?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.test6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.test6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558061?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.test7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.test7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558062?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.test8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.test8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558063?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.testing1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.testing1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558064?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.testing2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.testing2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558065?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.testing3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.testing3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558066?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha.testing4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha.testing4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558067?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha-3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha-3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558068?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha-testing-5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha-testing-5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558069?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha-testing-6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha-testing-6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558070?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha-testing-7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha-testing-7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558071?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558072?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558073?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha10-test1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha10-test1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558074?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha10-test2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha10-test2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558075?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha10-test3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha10-test3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558076?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558077?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.76836378",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.76836378"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558078?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.00fcfe90",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.00fcfe90"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558079?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.0b9c105c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.0b9c105c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558080?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.239ee381",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.239ee381"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558081?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.24b9cc3c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.24b9cc3c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558082?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.267af45c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.267af45c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558083?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.268aa2cc",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.268aa2cc"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558084?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.2a65312c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.2a65312c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558085?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.2e7707b3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.2e7707b3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558086?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.3757e4a8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.3757e4a8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558087?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.3b0066c5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.3b0066c5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558088?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.3e341373",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.3e341373"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558089?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.444221ce",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.444221ce"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558090?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.509175e4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.509175e4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558091?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.68e8f9a1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.68e8f9a1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558092?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.696c2e32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.696c2e32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558093?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.69d037ff",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.69d037ff"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558094?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.6ffa9761",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.6ffa9761"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558095?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.703baa91",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.703baa91"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558096?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.74cc5530",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.74cc5530"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558097?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.7c86b918",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.7c86b918"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558098?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.8c700c2a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.8c700c2a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558099?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.930a4aa1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.930a4aa1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558100?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.9a073a03",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.9a073a03"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558101?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.9e7a535a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.9e7a535a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558102?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.9f201853",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.9f201853"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558103?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.c0e24037",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.c0e24037"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558104?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.c623e1cc",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.c623e1cc"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558105?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.cb563442",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.cb563442"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558106?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.da03570a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.da03570a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558107?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.e51dc4fa",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.e51dc4fa"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558108?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.e814ddf0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.e814ddf0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558109?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.ee2cc7e9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.ee2cc7e9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558110?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.ef5273bb",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.ef5273bb"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558111?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.ef926aca",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.ef926aca"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558112?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.f19f649f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.f19f649f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558113?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.f46304ad",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.f46304ad"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558114?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha11-alpha.fabe2335",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha11-alpha.fabe2335"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558115?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558116?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.04c05494",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.04c05494"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558117?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.0b4b912a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.0b4b912a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558118?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.10141fd4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.10141fd4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558119?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.10a12536",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.10a12536"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558120?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.117c94f8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.117c94f8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558121?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.1b1c742b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.1b1c742b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558122?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.1dc37e8b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.1dc37e8b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558123?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.1fdb9004",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.1fdb9004"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558124?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.209952c2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.209952c2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558125?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.351006cf",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.351006cf"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558126?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.352b3448",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.352b3448"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558127?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.373740a8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.373740a8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558128?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.3a216f9f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.3a216f9f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558129?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.3d7a5eb6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.3d7a5eb6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558130?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.3e72cc6f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.3e72cc6f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558131?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.3f98b323",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.3f98b323"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558132?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.40e6a4d1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.40e6a4d1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558133?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.4575c38e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.4575c38e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558134?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.4af3700e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.4af3700e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558135?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.4ba57c84",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.4ba57c84"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558136?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.4e93d2cf",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.4e93d2cf"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558137?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.4f30010e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.4f30010e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558138?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.51e1923f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.51e1923f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558139?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.545e4a03",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.545e4a03"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558140?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.547467c5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.547467c5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558141?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.571b4bbd",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.571b4bbd"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558142?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.577b9e82",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.577b9e82"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558143?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.659f61a4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.659f61a4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558144?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.6e55cfe7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.6e55cfe7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558145?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.70258e9c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.70258e9c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558146?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.72e8aced",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.72e8aced"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558147?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.75167f51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.75167f51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558148?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.80e93d69",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.80e93d69"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558149?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.81355cc0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.81355cc0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558150?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.8370739a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.8370739a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558151?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.89d880ee",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.89d880ee"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558152?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.8f812d13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.8f812d13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558153?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.9a2a3c59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.9a2a3c59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558154?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.a7e9d9c0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.a7e9d9c0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558155?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.a82bd105",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.a82bd105"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558156?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.b3dbfd2b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.b3dbfd2b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558157?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.b66dd8d3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.b66dd8d3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558158?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.bdc68bfd",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.bdc68bfd"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558159?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.c0bba969",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.c0bba969"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558160?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.c155b956",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.c155b956"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558161?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.c8cb2100",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.c8cb2100"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558162?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.cfc93fc7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.cfc93fc7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558163?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.d37d5d32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.d37d5d32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558164?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.d452aed2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.d452aed2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558165?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.d7d6ef64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.d7d6ef64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558166?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.d82af48f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.d82af48f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558167?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.dbf1a599",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.dbf1a599"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558168?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.dfc40de1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.dfc40de1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558169?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.dffeaa1f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.dffeaa1f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558170?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.e1a3cfed",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.e1a3cfed"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558171?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.e1f27e45",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.e1f27e45"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558172?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.e22dfd31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.e22dfd31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558173?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.f205e4d4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.f205e4d4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558174?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.f32320b1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.f32320b1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558175?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.f4d91ef3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.f4d91ef3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558176?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha12-alpha.faff3fa9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha12-alpha.faff3fa9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558177?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558178?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.0189ea42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.0189ea42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558179?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.0f0222b8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.0f0222b8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558180?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.215cabc2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.215cabc2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558181?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.435e0178",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.435e0178"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558182?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.43a3774e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.43a3774e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558183?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.526805ab",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.526805ab"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558184?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.537d11c6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.537d11c6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558185?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.7d186994",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.7d186994"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558186?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.7efda7f0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.7efda7f0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558187?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.84bd4b24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.84bd4b24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558188?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.91dbde54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.91dbde54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558189?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.a3ef328b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.a3ef328b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558190?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.c6e3cbb2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.c6e3cbb2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558191?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.e4457d15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.e4457d15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558192?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha13-alpha.ec011f40",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha13-alpha.ec011f40"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558193?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558194?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.1ebda6e4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.1ebda6e4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558195?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.3145bea2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.3145bea2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558196?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.42f0e16a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.42f0e16a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558197?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.48e2735c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.48e2735c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558198?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.5f9232df",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.5f9232df"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558199?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.6611f24e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.6611f24e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558200?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.a4a50ee4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.a4a50ee4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558201?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.ac7022a4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.ac7022a4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558202?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha14-alpha.e5097827",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha14-alpha.e5097827"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558203?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558204?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.14012332",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.14012332"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558205?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.11f194aa",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.11f194aa"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558206?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.17ca92e9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.17ca92e9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558207?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.330d917d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.330d917d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558208?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.336b6aa8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.336b6aa8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558209?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.4784b06f",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.4784b06f"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558210?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.62fcc2e1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.62fcc2e1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558211?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.6c40594a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.6c40594a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558212?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.6ffaa855",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.6ffaa855"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558213?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.7211d781",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.7211d781"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558214?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha15-alpha.94fac7a9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha15-alpha.94fac7a9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558215?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558216?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.0e39282b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.0e39282b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558217?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.102adc51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.102adc51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558218?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.4482ff94",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.4482ff94"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558219?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.7b3bcd50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.7b3bcd50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558220?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.a48b771d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.a48b771d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558221?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.b47e49cb",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.b47e49cb"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558222?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.c28a693a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.c28a693a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558223?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha16-alpha.d918ccdc",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha16-alpha.d918ccdc"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558224?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558225?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558226?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558227?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha19-alpha.0ae0ee2a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha19-alpha.0ae0ee2a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558228?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha19-alpha.3c6183a4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha19-alpha.3c6183a4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558229?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha19-alpha.62172e76",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha19-alpha.62172e76"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558230?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha19-alpha.81f2510a",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha19-alpha.81f2510a"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558231?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha19-alpha.a2f3e881",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha19-alpha.a2f3e881"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558232?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha19-alpha.dcf76508",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha19-alpha.dcf76508"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558233?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558234?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558235?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558236?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558237?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558238?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558239?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558240?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558241?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558242?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha8-test1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha8-test1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558243?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha8-test2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha8-test2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558244?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha8-test3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha8-test3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558245?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha8-test4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha8-test4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558246?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558247?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-alpha9-test1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-alpha9-test1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558248?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558249?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558250?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558251?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558252?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558253?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558254?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558255?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.1-alpha.82c23a65",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.1-alpha.82c23a65"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558256?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.2-alpha.38d760b4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.2-alpha.38d760b4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558257?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.2-alpha.4bef9d1e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.2-alpha.4bef9d1e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558258?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.2-alpha.a1195641",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.2-alpha.a1195641"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558259?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.3-alpha.15f49df0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.3-alpha.15f49df0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558260?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.3-alpha.1cb4cf8b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.3-alpha.1cb4cf8b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558261?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.3-alpha.404a27c8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.3-alpha.404a27c8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558262?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.3-alpha.590c01b7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.3-alpha.590c01b7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558263?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.3-alpha.9451bcd6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.3-alpha.9451bcd6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558264?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.3-alpha.a694e4ac",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.3-alpha.a694e4ac"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558265?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.4-alpha.83182d4c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.4-alpha.83182d4c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558266?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.5-alpha.08bddd92",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.5-alpha.08bddd92"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558267?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.5-alpha.1a65ba72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.5-alpha.1a65ba72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558268?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.5-alpha.c16c2913",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.5-alpha.c16c2913"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558269?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.5-alpha.c64a932e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.5-alpha.c64a932e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558270?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.5-alpha.dfde8a10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.5-alpha.dfde8a10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558271?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.5-alpha.fb30fcd6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.5-alpha.fb30fcd6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558272?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.6-alpha.320adb17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.6-alpha.320adb17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558273?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.7-alpha.594d939c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.7-alpha.594d939c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558274?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.7-alpha.60d2ce84",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.7-alpha.60d2ce84"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558275?format=api",
            "purl": "pkg:npm/gatsby@1.0.0-beta.7-alpha.7dc2afa2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.0-beta.7-alpha.7dc2afa2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558276?format=api",
            "purl": "pkg:npm/gatsby@1.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558277?format=api",
            "purl": "pkg:npm/gatsby@1.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558278?format=api",
            "purl": "pkg:npm/gatsby@1.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558279?format=api",
            "purl": "pkg:npm/gatsby@1.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558280?format=api",
            "purl": "pkg:npm/gatsby@1.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558281?format=api",
            "purl": "pkg:npm/gatsby@1.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558282?format=api",
            "purl": "pkg:npm/gatsby@1.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558283?format=api",
            "purl": "pkg:npm/gatsby@1.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558284?format=api",
            "purl": "pkg:npm/gatsby@1.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558285?format=api",
            "purl": "pkg:npm/gatsby@1.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558286?format=api",
            "purl": "pkg:npm/gatsby@1.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558287?format=api",
            "purl": "pkg:npm/gatsby@1.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558288?format=api",
            "purl": "pkg:npm/gatsby@1.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558289?format=api",
            "purl": "pkg:npm/gatsby@1.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558290?format=api",
            "purl": "pkg:npm/gatsby@1.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558291?format=api",
            "purl": "pkg:npm/gatsby@1.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558292?format=api",
            "purl": "pkg:npm/gatsby@1.6.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.6.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558293?format=api",
            "purl": "pkg:npm/gatsby@1.6.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.6.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558294?format=api",
            "purl": "pkg:npm/gatsby@1.6.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.6.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558295?format=api",
            "purl": "pkg:npm/gatsby@1.6.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.6.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558296?format=api",
            "purl": "pkg:npm/gatsby@1.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558297?format=api",
            "purl": "pkg:npm/gatsby@1.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558298?format=api",
            "purl": "pkg:npm/gatsby@1.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558299?format=api",
            "purl": "pkg:npm/gatsby@1.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558300?format=api",
            "purl": "pkg:npm/gatsby@1.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558301?format=api",
            "purl": "pkg:npm/gatsby@1.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558302?format=api",
            "purl": "pkg:npm/gatsby@1.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558303?format=api",
            "purl": "pkg:npm/gatsby@1.8.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558304?format=api",
            "purl": "pkg:npm/gatsby@1.8.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558305?format=api",
            "purl": "pkg:npm/gatsby@1.8.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558306?format=api",
            "purl": "pkg:npm/gatsby@1.8.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558307?format=api",
            "purl": "pkg:npm/gatsby@1.8.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558308?format=api",
            "purl": "pkg:npm/gatsby@1.8.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558309?format=api",
            "purl": "pkg:npm/gatsby@1.8.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558310?format=api",
            "purl": "pkg:npm/gatsby@1.8.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558311?format=api",
            "purl": "pkg:npm/gatsby@1.8.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558312?format=api",
            "purl": "pkg:npm/gatsby@1.8.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558313?format=api",
            "purl": "pkg:npm/gatsby@1.8.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558314?format=api",
            "purl": "pkg:npm/gatsby@1.8.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558315?format=api",
            "purl": "pkg:npm/gatsby@1.8.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558316?format=api",
            "purl": "pkg:npm/gatsby@1.8.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.8.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558317?format=api",
            "purl": "pkg:npm/gatsby@1.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558318?format=api",
            "purl": "pkg:npm/gatsby@1.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558319?format=api",
            "purl": "pkg:npm/gatsby@1.9.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558320?format=api",
            "purl": "pkg:npm/gatsby@1.9.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558321?format=api",
            "purl": "pkg:npm/gatsby@1.9.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558322?format=api",
            "purl": "pkg:npm/gatsby@1.9.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558323?format=api",
            "purl": "pkg:npm/gatsby@1.9.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558324?format=api",
            "purl": "pkg:npm/gatsby@1.9.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558325?format=api",
            "purl": "pkg:npm/gatsby@1.9.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558326?format=api",
            "purl": "pkg:npm/gatsby@1.9.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558327?format=api",
            "purl": "pkg:npm/gatsby@1.9.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558328?format=api",
            "purl": "pkg:npm/gatsby@1.9.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558329?format=api",
            "purl": "pkg:npm/gatsby@1.9.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558330?format=api",
            "purl": "pkg:npm/gatsby@1.9.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558331?format=api",
            "purl": "pkg:npm/gatsby@1.9.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558332?format=api",
            "purl": "pkg:npm/gatsby@1.9.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558333?format=api",
            "purl": "pkg:npm/gatsby@1.9.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558334?format=api",
            "purl": "pkg:npm/gatsby@1.9.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558335?format=api",
            "purl": "pkg:npm/gatsby@1.9.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558336?format=api",
            "purl": "pkg:npm/gatsby@1.9.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558337?format=api",
            "purl": "pkg:npm/gatsby@1.9.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558338?format=api",
            "purl": "pkg:npm/gatsby@1.9.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558339?format=api",
            "purl": "pkg:npm/gatsby@1.9.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558340?format=api",
            "purl": "pkg:npm/gatsby@1.9.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558341?format=api",
            "purl": "pkg:npm/gatsby@1.9.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558342?format=api",
            "purl": "pkg:npm/gatsby@1.9.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558343?format=api",
            "purl": "pkg:npm/gatsby@1.9.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558344?format=api",
            "purl": "pkg:npm/gatsby@1.9.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558345?format=api",
            "purl": "pkg:npm/gatsby@1.9.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558346?format=api",
            "purl": "pkg:npm/gatsby@1.9.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558347?format=api",
            "purl": "pkg:npm/gatsby@1.9.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558348?format=api",
            "purl": "pkg:npm/gatsby@1.9.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558349?format=api",
            "purl": "pkg:npm/gatsby@1.9.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558350?format=api",
            "purl": "pkg:npm/gatsby@1.9.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558351?format=api",
            "purl": "pkg:npm/gatsby@1.9.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558352?format=api",
            "purl": "pkg:npm/gatsby@1.9.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558353?format=api",
            "purl": "pkg:npm/gatsby@1.9.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558354?format=api",
            "purl": "pkg:npm/gatsby@1.9.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558355?format=api",
            "purl": "pkg:npm/gatsby@1.9.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558356?format=api",
            "purl": "pkg:npm/gatsby@1.9.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558357?format=api",
            "purl": "pkg:npm/gatsby@1.9.40",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.40"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558358?format=api",
            "purl": "pkg:npm/gatsby@1.9.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558359?format=api",
            "purl": "pkg:npm/gatsby@1.9.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558360?format=api",
            "purl": "pkg:npm/gatsby@1.9.43",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.43"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558361?format=api",
            "purl": "pkg:npm/gatsby@1.9.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558362?format=api",
            "purl": "pkg:npm/gatsby@1.9.45",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.45"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558363?format=api",
            "purl": "pkg:npm/gatsby@1.9.47",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.47"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558364?format=api",
            "purl": "pkg:npm/gatsby@1.9.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558365?format=api",
            "purl": "pkg:npm/gatsby@1.9.49",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.49"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558366?format=api",
            "purl": "pkg:npm/gatsby@1.9.50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558367?format=api",
            "purl": "pkg:npm/gatsby@1.9.51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558368?format=api",
            "purl": "pkg:npm/gatsby@1.9.52",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.52"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558369?format=api",
            "purl": "pkg:npm/gatsby@1.9.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558370?format=api",
            "purl": "pkg:npm/gatsby@1.9.54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558371?format=api",
            "purl": "pkg:npm/gatsby@1.9.55",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.55"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558372?format=api",
            "purl": "pkg:npm/gatsby@1.9.56",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.56"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558373?format=api",
            "purl": "pkg:npm/gatsby@1.9.57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558374?format=api",
            "purl": "pkg:npm/gatsby@1.9.58",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.58"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558375?format=api",
            "purl": "pkg:npm/gatsby@1.9.59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558376?format=api",
            "purl": "pkg:npm/gatsby@1.9.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558377?format=api",
            "purl": "pkg:npm/gatsby@1.9.61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558378?format=api",
            "purl": "pkg:npm/gatsby@1.9.62",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.62"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558379?format=api",
            "purl": "pkg:npm/gatsby@1.9.63",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.63"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558380?format=api",
            "purl": "pkg:npm/gatsby@1.9.64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558381?format=api",
            "purl": "pkg:npm/gatsby@1.9.65",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.65"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558382?format=api",
            "purl": "pkg:npm/gatsby@1.9.66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558383?format=api",
            "purl": "pkg:npm/gatsby@1.9.67",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.67"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558384?format=api",
            "purl": "pkg:npm/gatsby@1.9.68",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.68"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558385?format=api",
            "purl": "pkg:npm/gatsby@1.9.69",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.69"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558386?format=api",
            "purl": "pkg:npm/gatsby@1.9.70",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.70"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558387?format=api",
            "purl": "pkg:npm/gatsby@1.9.71",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.71"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558388?format=api",
            "purl": "pkg:npm/gatsby@1.9.72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558389?format=api",
            "purl": "pkg:npm/gatsby@1.9.73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558390?format=api",
            "purl": "pkg:npm/gatsby@1.9.74",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.74"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558391?format=api",
            "purl": "pkg:npm/gatsby@1.9.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558392?format=api",
            "purl": "pkg:npm/gatsby@1.9.76",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.76"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558393?format=api",
            "purl": "pkg:npm/gatsby@1.9.77",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.77"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558394?format=api",
            "purl": "pkg:npm/gatsby@1.9.78",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.78"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558395?format=api",
            "purl": "pkg:npm/gatsby@1.9.79",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.79"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558396?format=api",
            "purl": "pkg:npm/gatsby@1.9.80",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.80"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558397?format=api",
            "purl": "pkg:npm/gatsby@1.9.81",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.81"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558398?format=api",
            "purl": "pkg:npm/gatsby@1.9.82",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.82"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558399?format=api",
            "purl": "pkg:npm/gatsby@1.9.83",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.83"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558400?format=api",
            "purl": "pkg:npm/gatsby@1.9.84",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.84"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558401?format=api",
            "purl": "pkg:npm/gatsby@1.9.85",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.85"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558402?format=api",
            "purl": "pkg:npm/gatsby@1.9.86",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.86"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558403?format=api",
            "purl": "pkg:npm/gatsby@1.9.87",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.87"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558404?format=api",
            "purl": "pkg:npm/gatsby@1.9.88",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.88"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558405?format=api",
            "purl": "pkg:npm/gatsby@1.9.89",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.89"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558406?format=api",
            "purl": "pkg:npm/gatsby@1.9.90",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.90"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558407?format=api",
            "purl": "pkg:npm/gatsby@1.9.91",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.91"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558408?format=api",
            "purl": "pkg:npm/gatsby@1.9.92",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.92"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558409?format=api",
            "purl": "pkg:npm/gatsby@1.9.93",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.93"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558410?format=api",
            "purl": "pkg:npm/gatsby@1.9.94",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.94"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558411?format=api",
            "purl": "pkg:npm/gatsby@1.9.95",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.95"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558412?format=api",
            "purl": "pkg:npm/gatsby@1.9.96",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.96"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558413?format=api",
            "purl": "pkg:npm/gatsby@1.9.97",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.97"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558414?format=api",
            "purl": "pkg:npm/gatsby@1.9.98",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.98"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558415?format=api",
            "purl": "pkg:npm/gatsby@1.9.99",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.99"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558416?format=api",
            "purl": "pkg:npm/gatsby@1.9.100",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.100"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558417?format=api",
            "purl": "pkg:npm/gatsby@1.9.101",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.101"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558418?format=api",
            "purl": "pkg:npm/gatsby@1.9.102",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.102"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558419?format=api",
            "purl": "pkg:npm/gatsby@1.9.103",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.103"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558420?format=api",
            "purl": "pkg:npm/gatsby@1.9.104",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.104"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558421?format=api",
            "purl": "pkg:npm/gatsby@1.9.105",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.105"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558422?format=api",
            "purl": "pkg:npm/gatsby@1.9.106",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.106"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558423?format=api",
            "purl": "pkg:npm/gatsby@1.9.107",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.107"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558424?format=api",
            "purl": "pkg:npm/gatsby@1.9.108",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.108"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558425?format=api",
            "purl": "pkg:npm/gatsby@1.9.109",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.109"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558426?format=api",
            "purl": "pkg:npm/gatsby@1.9.110",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.110"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558427?format=api",
            "purl": "pkg:npm/gatsby@1.9.111",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.111"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558428?format=api",
            "purl": "pkg:npm/gatsby@1.9.112",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.112"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558429?format=api",
            "purl": "pkg:npm/gatsby@1.9.113",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.113"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558430?format=api",
            "purl": "pkg:npm/gatsby@1.9.114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558431?format=api",
            "purl": "pkg:npm/gatsby@1.9.115",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.115"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558432?format=api",
            "purl": "pkg:npm/gatsby@1.9.116",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.116"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558433?format=api",
            "purl": "pkg:npm/gatsby@1.9.117",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.117"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558434?format=api",
            "purl": "pkg:npm/gatsby@1.9.118",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.118"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558435?format=api",
            "purl": "pkg:npm/gatsby@1.9.119",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.119"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558436?format=api",
            "purl": "pkg:npm/gatsby@1.9.120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558437?format=api",
            "purl": "pkg:npm/gatsby@1.9.121",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.121"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558438?format=api",
            "purl": "pkg:npm/gatsby@1.9.122",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.122"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558439?format=api",
            "purl": "pkg:npm/gatsby@1.9.123",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.123"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558440?format=api",
            "purl": "pkg:npm/gatsby@1.9.124",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.124"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558441?format=api",
            "purl": "pkg:npm/gatsby@1.9.125",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.125"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558442?format=api",
            "purl": "pkg:npm/gatsby@1.9.126",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.126"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558443?format=api",
            "purl": "pkg:npm/gatsby@1.9.127",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.127"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558444?format=api",
            "purl": "pkg:npm/gatsby@1.9.128",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.128"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558445?format=api",
            "purl": "pkg:npm/gatsby@1.9.129",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.129"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558446?format=api",
            "purl": "pkg:npm/gatsby@1.9.130",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.130"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558447?format=api",
            "purl": "pkg:npm/gatsby@1.9.131",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.131"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558448?format=api",
            "purl": "pkg:npm/gatsby@1.9.132",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.132"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558449?format=api",
            "purl": "pkg:npm/gatsby@1.9.133",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.133"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558450?format=api",
            "purl": "pkg:npm/gatsby@1.9.134",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.134"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558451?format=api",
            "purl": "pkg:npm/gatsby@1.9.135",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.135"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558452?format=api",
            "purl": "pkg:npm/gatsby@1.9.136",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.136"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558453?format=api",
            "purl": "pkg:npm/gatsby@1.9.137",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.137"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558454?format=api",
            "purl": "pkg:npm/gatsby@1.9.138",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.138"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558455?format=api",
            "purl": "pkg:npm/gatsby@1.9.139",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.139"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558456?format=api",
            "purl": "pkg:npm/gatsby@1.9.140",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.140"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558457?format=api",
            "purl": "pkg:npm/gatsby@1.9.141",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.141"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558458?format=api",
            "purl": "pkg:npm/gatsby@1.9.142",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.142"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558459?format=api",
            "purl": "pkg:npm/gatsby@1.9.143",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.143"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558460?format=api",
            "purl": "pkg:npm/gatsby@1.9.144",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.144"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558461?format=api",
            "purl": "pkg:npm/gatsby@1.9.145",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.145"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558462?format=api",
            "purl": "pkg:npm/gatsby@1.9.146",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.146"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558463?format=api",
            "purl": "pkg:npm/gatsby@1.9.147",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.147"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558464?format=api",
            "purl": "pkg:npm/gatsby@1.9.148",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.148"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558465?format=api",
            "purl": "pkg:npm/gatsby@1.9.149",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.149"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558466?format=api",
            "purl": "pkg:npm/gatsby@1.9.150",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.150"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558467?format=api",
            "purl": "pkg:npm/gatsby@1.9.151",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.151"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558468?format=api",
            "purl": "pkg:npm/gatsby@1.9.152",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.152"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558469?format=api",
            "purl": "pkg:npm/gatsby@1.9.153",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.153"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558470?format=api",
            "purl": "pkg:npm/gatsby@1.9.154",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.154"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558471?format=api",
            "purl": "pkg:npm/gatsby@1.9.155",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.155"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558472?format=api",
            "purl": "pkg:npm/gatsby@1.9.156",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.156"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558473?format=api",
            "purl": "pkg:npm/gatsby@1.9.157",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.157"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558474?format=api",
            "purl": "pkg:npm/gatsby@1.9.158",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.158"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558475?format=api",
            "purl": "pkg:npm/gatsby@1.9.159",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.159"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558476?format=api",
            "purl": "pkg:npm/gatsby@1.9.160",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.160"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558477?format=api",
            "purl": "pkg:npm/gatsby@1.9.161",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.161"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558478?format=api",
            "purl": "pkg:npm/gatsby@1.9.162",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.162"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558479?format=api",
            "purl": "pkg:npm/gatsby@1.9.163",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.163"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558480?format=api",
            "purl": "pkg:npm/gatsby@1.9.164",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.164"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558481?format=api",
            "purl": "pkg:npm/gatsby@1.9.165",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.165"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558482?format=api",
            "purl": "pkg:npm/gatsby@1.9.166",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.166"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558483?format=api",
            "purl": "pkg:npm/gatsby@1.9.167",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.167"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558484?format=api",
            "purl": "pkg:npm/gatsby@1.9.168",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.168"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558485?format=api",
            "purl": "pkg:npm/gatsby@1.9.169",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.169"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558486?format=api",
            "purl": "pkg:npm/gatsby@1.9.170",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.170"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558487?format=api",
            "purl": "pkg:npm/gatsby@1.9.171",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.171"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558488?format=api",
            "purl": "pkg:npm/gatsby@1.9.172",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.172"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558489?format=api",
            "purl": "pkg:npm/gatsby@1.9.173",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.173"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558490?format=api",
            "purl": "pkg:npm/gatsby@1.9.174",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.174"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558491?format=api",
            "purl": "pkg:npm/gatsby@1.9.175",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.175"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558492?format=api",
            "purl": "pkg:npm/gatsby@1.9.176",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.176"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558493?format=api",
            "purl": "pkg:npm/gatsby@1.9.177",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.177"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558494?format=api",
            "purl": "pkg:npm/gatsby@1.9.178",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.178"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558495?format=api",
            "purl": "pkg:npm/gatsby@1.9.179",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.179"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558496?format=api",
            "purl": "pkg:npm/gatsby@1.9.180",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.180"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558497?format=api",
            "purl": "pkg:npm/gatsby@1.9.181",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.181"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558498?format=api",
            "purl": "pkg:npm/gatsby@1.9.182",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.182"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558499?format=api",
            "purl": "pkg:npm/gatsby@1.9.183",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.183"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558500?format=api",
            "purl": "pkg:npm/gatsby@1.9.184",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.184"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558501?format=api",
            "purl": "pkg:npm/gatsby@1.9.185",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.185"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558502?format=api",
            "purl": "pkg:npm/gatsby@1.9.186",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.186"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558503?format=api",
            "purl": "pkg:npm/gatsby@1.9.187",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.187"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558504?format=api",
            "purl": "pkg:npm/gatsby@1.9.188",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.188"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558505?format=api",
            "purl": "pkg:npm/gatsby@1.9.189",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.189"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558506?format=api",
            "purl": "pkg:npm/gatsby@1.9.190",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.190"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558507?format=api",
            "purl": "pkg:npm/gatsby@1.9.191",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.191"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558508?format=api",
            "purl": "pkg:npm/gatsby@1.9.192",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.192"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558509?format=api",
            "purl": "pkg:npm/gatsby@1.9.193",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.193"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558510?format=api",
            "purl": "pkg:npm/gatsby@1.9.194",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.194"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558511?format=api",
            "purl": "pkg:npm/gatsby@1.9.195",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.195"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558512?format=api",
            "purl": "pkg:npm/gatsby@1.9.196",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.196"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558513?format=api",
            "purl": "pkg:npm/gatsby@1.9.197",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.197"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558514?format=api",
            "purl": "pkg:npm/gatsby@1.9.198",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.198"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558515?format=api",
            "purl": "pkg:npm/gatsby@1.9.199",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.199"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558516?format=api",
            "purl": "pkg:npm/gatsby@1.9.200",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.200"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558517?format=api",
            "purl": "pkg:npm/gatsby@1.9.201",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.201"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558518?format=api",
            "purl": "pkg:npm/gatsby@1.9.202",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.202"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558519?format=api",
            "purl": "pkg:npm/gatsby@1.9.203",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.203"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558520?format=api",
            "purl": "pkg:npm/gatsby@1.9.204",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.204"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558521?format=api",
            "purl": "pkg:npm/gatsby@1.9.205",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.205"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558522?format=api",
            "purl": "pkg:npm/gatsby@1.9.206",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.206"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558523?format=api",
            "purl": "pkg:npm/gatsby@1.9.207",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.207"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558524?format=api",
            "purl": "pkg:npm/gatsby@1.9.208",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.208"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558525?format=api",
            "purl": "pkg:npm/gatsby@1.9.209",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.209"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558526?format=api",
            "purl": "pkg:npm/gatsby@1.9.210",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.210"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558527?format=api",
            "purl": "pkg:npm/gatsby@1.9.211",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.211"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558528?format=api",
            "purl": "pkg:npm/gatsby@1.9.212",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.212"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558529?format=api",
            "purl": "pkg:npm/gatsby@1.9.213",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.213"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558530?format=api",
            "purl": "pkg:npm/gatsby@1.9.214",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.214"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558531?format=api",
            "purl": "pkg:npm/gatsby@1.9.215",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.215"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558532?format=api",
            "purl": "pkg:npm/gatsby@1.9.216",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.216"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558533?format=api",
            "purl": "pkg:npm/gatsby@1.9.217",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.217"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558534?format=api",
            "purl": "pkg:npm/gatsby@1.9.218",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.218"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558535?format=api",
            "purl": "pkg:npm/gatsby@1.9.219",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.219"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558536?format=api",
            "purl": "pkg:npm/gatsby@1.9.220",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.220"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558537?format=api",
            "purl": "pkg:npm/gatsby@1.9.221",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.221"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558538?format=api",
            "purl": "pkg:npm/gatsby@1.9.222",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.222"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558539?format=api",
            "purl": "pkg:npm/gatsby@1.9.223",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.223"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558540?format=api",
            "purl": "pkg:npm/gatsby@1.9.224",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.224"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558541?format=api",
            "purl": "pkg:npm/gatsby@1.9.225",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.225"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558542?format=api",
            "purl": "pkg:npm/gatsby@1.9.227",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.227"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558543?format=api",
            "purl": "pkg:npm/gatsby@1.9.228",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.228"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558544?format=api",
            "purl": "pkg:npm/gatsby@1.9.229",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.229"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558545?format=api",
            "purl": "pkg:npm/gatsby@1.9.231",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.231"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558546?format=api",
            "purl": "pkg:npm/gatsby@1.9.232",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.232"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558547?format=api",
            "purl": "pkg:npm/gatsby@1.9.233",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.233"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558548?format=api",
            "purl": "pkg:npm/gatsby@1.9.234",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.234"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558549?format=api",
            "purl": "pkg:npm/gatsby@1.9.235",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.235"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558550?format=api",
            "purl": "pkg:npm/gatsby@1.9.236",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.236"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558551?format=api",
            "purl": "pkg:npm/gatsby@1.9.237",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.237"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558552?format=api",
            "purl": "pkg:npm/gatsby@1.9.238",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.238"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558553?format=api",
            "purl": "pkg:npm/gatsby@1.9.239",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.239"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558554?format=api",
            "purl": "pkg:npm/gatsby@1.9.240",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.240"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558555?format=api",
            "purl": "pkg:npm/gatsby@1.9.241",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.241"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558556?format=api",
            "purl": "pkg:npm/gatsby@1.9.242",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.242"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558557?format=api",
            "purl": "pkg:npm/gatsby@1.9.243",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.243"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558558?format=api",
            "purl": "pkg:npm/gatsby@1.9.244",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.244"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558559?format=api",
            "purl": "pkg:npm/gatsby@1.9.245",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.245"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558560?format=api",
            "purl": "pkg:npm/gatsby@1.9.246",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.246"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558561?format=api",
            "purl": "pkg:npm/gatsby@1.9.247",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.247"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558562?format=api",
            "purl": "pkg:npm/gatsby@1.9.248",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.248"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558563?format=api",
            "purl": "pkg:npm/gatsby@1.9.249",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.249"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558564?format=api",
            "purl": "pkg:npm/gatsby@1.9.250",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.250"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558565?format=api",
            "purl": "pkg:npm/gatsby@1.9.251",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.251"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558566?format=api",
            "purl": "pkg:npm/gatsby@1.9.252",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.252"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558567?format=api",
            "purl": "pkg:npm/gatsby@1.9.253",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.253"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558568?format=api",
            "purl": "pkg:npm/gatsby@1.9.254",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.254"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558569?format=api",
            "purl": "pkg:npm/gatsby@1.9.255",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.255"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558570?format=api",
            "purl": "pkg:npm/gatsby@1.9.256",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.256"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558571?format=api",
            "purl": "pkg:npm/gatsby@1.9.259",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.259"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558572?format=api",
            "purl": "pkg:npm/gatsby@1.9.260",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.260"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558573?format=api",
            "purl": "pkg:npm/gatsby@1.9.261",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.261"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558574?format=api",
            "purl": "pkg:npm/gatsby@1.9.262",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.262"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558575?format=api",
            "purl": "pkg:npm/gatsby@1.9.263",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.263"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558576?format=api",
            "purl": "pkg:npm/gatsby@1.9.264",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.264"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558577?format=api",
            "purl": "pkg:npm/gatsby@1.9.265",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.265"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558578?format=api",
            "purl": "pkg:npm/gatsby@1.9.266",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.266"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558579?format=api",
            "purl": "pkg:npm/gatsby@1.9.267",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.267"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558580?format=api",
            "purl": "pkg:npm/gatsby@1.9.269",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.269"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558581?format=api",
            "purl": "pkg:npm/gatsby@1.9.270",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.270"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558582?format=api",
            "purl": "pkg:npm/gatsby@1.9.271",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.271"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558583?format=api",
            "purl": "pkg:npm/gatsby@1.9.272",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.272"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558584?format=api",
            "purl": "pkg:npm/gatsby@1.9.273",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.273"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558585?format=api",
            "purl": "pkg:npm/gatsby@1.9.274",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.274"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558586?format=api",
            "purl": "pkg:npm/gatsby@1.9.275",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.275"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558587?format=api",
            "purl": "pkg:npm/gatsby@1.9.276",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.276"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558588?format=api",
            "purl": "pkg:npm/gatsby@1.9.277",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.277"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558589?format=api",
            "purl": "pkg:npm/gatsby@1.9.278",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.278"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558590?format=api",
            "purl": "pkg:npm/gatsby@1.9.279",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.9.279"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558591?format=api",
            "purl": "pkg:npm/gatsby@1.10.0-alpha.1460dad9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.10.0-alpha.1460dad9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558592?format=api",
            "purl": "pkg:npm/gatsby@1.10.0-alpha.5db7a275",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.10.0-alpha.5db7a275"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558593?format=api",
            "purl": "pkg:npm/gatsby@1.10.0-alpha.76b32701",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.10.0-alpha.76b32701"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558594?format=api",
            "purl": "pkg:npm/gatsby@1.10.0-alpha.93f2e2a2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@1.10.0-alpha.93f2e2a2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558595?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558596?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558597?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558598?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558599?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558600?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558601?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558602?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558603?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558604?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558605?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558606?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558607?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558608?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558609?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558610?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558611?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558612?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558613?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558614?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558615?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558616?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558617?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558618?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558619?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558620?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558621?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558622?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558623?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558624?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558625?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558626?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558627?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558628?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.40",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.40"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558629?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558630?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558631?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.43",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.43"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558632?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558633?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.45",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.45"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558634?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.46",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.46"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558635?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558636?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.49",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.49"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558637?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558638?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558639?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.52",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.52"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558640?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558641?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558642?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.55",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.55"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558643?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.56",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.56"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558644?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558645?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558646?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558647?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558648?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.62",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.62"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558649?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.03b9df85",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.03b9df85"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558650?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.067e672c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.067e672c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558651?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.12622d64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.12622d64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558652?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.20252dc3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.20252dc3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558653?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.2b695217",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.2b695217"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558654?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.2cbec6d6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.2cbec6d6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558655?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.32ef58da",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.32ef58da"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558656?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.34eda94b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.34eda94b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558657?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.3f307d61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.3f307d61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558658?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.4a09f745",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.4a09f745"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558659?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.5182142b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.5182142b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558660?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.523a4286",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.523a4286"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558661?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.53bbd4cd",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.53bbd4cd"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558662?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.5421f383",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.5421f383"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558663?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.5c9569c0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.5c9569c0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558664?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.5f47082e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.5f47082e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558665?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.6ab84875",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.6ab84875"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558666?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.6ad61a13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.6ad61a13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558667?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.76793cd8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.76793cd8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558668?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.7b47e00d",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.7b47e00d"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558669?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.80a21f04",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.80a21f04"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558670?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.84bd71b4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.84bd71b4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558671?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.8c822451",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.8c822451"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558672?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.926cb6da",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.926cb6da"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558673?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.95fcd4af",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.95fcd4af"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558674?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.9d4de2a6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.9d4de2a6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558675?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.9da1bca1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.9da1bca1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558676?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.9fe50b00",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.9fe50b00"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558677?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.a0a09c94",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.a0a09c94"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558678?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.aeb05561",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.aeb05561"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558679?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.b50f2063",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.b50f2063"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558680?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.b68b7f5c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.b68b7f5c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558681?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.bb258cb5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.bb258cb5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558682?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.d0b8dd9e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.d0b8dd9e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558683?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.d1544e1b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.d1544e1b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558684?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.dd504153",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.dd504153"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558685?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.e28a1c8e",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.e28a1c8e"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558686?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.e5586916",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.e5586916"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558687?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.e66c6c9c",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.e66c6c9c"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558688?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.e9c3027b",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.e9c3027b"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558689?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.e9df8e57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.e9df8e57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558690?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.f20ac0ed",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.f20ac0ed"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558691?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.f5c1df61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.f5c1df61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558692?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-alpha.f98688ee",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-alpha.f98688ee"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558693?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558694?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558695?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558696?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558697?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558698?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558699?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558700?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558701?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558702?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558703?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558704?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558705?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558706?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558707?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558708?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558709?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558710?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558711?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558712?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558713?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558714?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558715?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558716?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558717?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558718?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558719?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558720?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558721?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558722?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558723?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558724?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558725?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558726?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558727?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558728?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558729?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558730?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558731?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558732?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.40",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.40"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558733?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558734?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558735?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.43",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.43"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558736?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558737?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.45",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.45"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558738?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.46",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.46"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558739?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.47",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.47"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558740?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558741?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.49",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.49"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558742?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558743?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558744?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558745?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558746?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.55",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.55"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558747?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.56",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.56"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558748?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558749?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.58",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.58"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558750?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558751?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558752?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558753?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.62",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.62"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558754?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.63",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.63"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558755?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558756?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.65",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.65"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558757?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558758?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.67",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.67"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558759?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.69",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.69"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558760?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.70",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.70"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558761?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.71",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.71"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558762?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558763?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558764?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.74",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.74"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558765?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558766?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.76",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.76"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558767?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.80",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.80"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558768?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.81",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.81"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558769?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.83",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.83"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558770?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.84",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.84"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558771?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.85",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.85"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558772?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.86",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.86"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558773?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.87",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.87"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558774?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.88",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.88"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558775?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.89",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.89"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558776?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.90",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.90"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558777?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.91",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.91"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558778?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.92",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.92"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558779?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.93",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.93"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558780?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.94",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.94"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558781?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.95",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.95"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558782?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.96",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.96"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558783?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.97",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.97"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558784?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.98",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.98"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558785?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.99",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.99"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558786?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.100",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.100"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558787?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.101",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.101"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558788?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.102",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.102"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558789?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.103",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.103"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558790?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.104",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.104"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558791?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.105",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.105"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558792?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.106",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.106"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558793?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.107",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.107"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558794?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.108",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.108"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558795?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.109",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.109"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558796?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.110",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.110"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558797?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.111",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.111"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558798?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.112",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.112"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558799?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-beta.113",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-beta.113"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558800?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558801?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558802?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558803?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558804?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558805?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558806?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558807?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558808?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558809?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558810?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558811?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558812?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558813?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558814?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558815?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558816?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558817?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558818?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558819?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558820?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558821?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558822?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558823?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558824?format=api",
            "purl": "pkg:npm/gatsby@2.0.0-rc.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0-rc.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558825?format=api",
            "purl": "pkg:npm/gatsby@2.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558826?format=api",
            "purl": "pkg:npm/gatsby@2.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558827?format=api",
            "purl": "pkg:npm/gatsby@2.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558828?format=api",
            "purl": "pkg:npm/gatsby@2.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558829?format=api",
            "purl": "pkg:npm/gatsby@2.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558830?format=api",
            "purl": "pkg:npm/gatsby@2.0.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558831?format=api",
            "purl": "pkg:npm/gatsby@2.0.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558832?format=api",
            "purl": "pkg:npm/gatsby@2.0.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558833?format=api",
            "purl": "pkg:npm/gatsby@2.0.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558834?format=api",
            "purl": "pkg:npm/gatsby@2.0.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558835?format=api",
            "purl": "pkg:npm/gatsby@2.0.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558836?format=api",
            "purl": "pkg:npm/gatsby@2.0.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558837?format=api",
            "purl": "pkg:npm/gatsby@2.0.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558838?format=api",
            "purl": "pkg:npm/gatsby@2.0.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558839?format=api",
            "purl": "pkg:npm/gatsby@2.0.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558840?format=api",
            "purl": "pkg:npm/gatsby@2.0.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558841?format=api",
            "purl": "pkg:npm/gatsby@2.0.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558842?format=api",
            "purl": "pkg:npm/gatsby@2.0.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558843?format=api",
            "purl": "pkg:npm/gatsby@2.0.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558844?format=api",
            "purl": "pkg:npm/gatsby@2.0.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558845?format=api",
            "purl": "pkg:npm/gatsby@2.0.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558846?format=api",
            "purl": "pkg:npm/gatsby@2.0.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558847?format=api",
            "purl": "pkg:npm/gatsby@2.0.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558848?format=api",
            "purl": "pkg:npm/gatsby@2.0.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558849?format=api",
            "purl": "pkg:npm/gatsby@2.0.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558850?format=api",
            "purl": "pkg:npm/gatsby@2.0.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558851?format=api",
            "purl": "pkg:npm/gatsby@2.0.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558852?format=api",
            "purl": "pkg:npm/gatsby@2.0.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558853?format=api",
            "purl": "pkg:npm/gatsby@2.0.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558854?format=api",
            "purl": "pkg:npm/gatsby@2.0.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558855?format=api",
            "purl": "pkg:npm/gatsby@2.0.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558856?format=api",
            "purl": "pkg:npm/gatsby@2.0.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558857?format=api",
            "purl": "pkg:npm/gatsby@2.0.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558858?format=api",
            "purl": "pkg:npm/gatsby@2.0.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558859?format=api",
            "purl": "pkg:npm/gatsby@2.0.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558860?format=api",
            "purl": "pkg:npm/gatsby@2.0.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558861?format=api",
            "purl": "pkg:npm/gatsby@2.0.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558862?format=api",
            "purl": "pkg:npm/gatsby@2.0.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558863?format=api",
            "purl": "pkg:npm/gatsby@2.0.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558864?format=api",
            "purl": "pkg:npm/gatsby@2.0.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558865?format=api",
            "purl": "pkg:npm/gatsby@2.0.40",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.40"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558866?format=api",
            "purl": "pkg:npm/gatsby@2.0.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558867?format=api",
            "purl": "pkg:npm/gatsby@2.0.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558868?format=api",
            "purl": "pkg:npm/gatsby@2.0.43",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.43"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558869?format=api",
            "purl": "pkg:npm/gatsby@2.0.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558870?format=api",
            "purl": "pkg:npm/gatsby@2.0.45",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.45"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558871?format=api",
            "purl": "pkg:npm/gatsby@2.0.46",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.46"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558872?format=api",
            "purl": "pkg:npm/gatsby@2.0.47",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.47"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558873?format=api",
            "purl": "pkg:npm/gatsby@2.0.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558874?format=api",
            "purl": "pkg:npm/gatsby@2.0.49",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.49"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558875?format=api",
            "purl": "pkg:npm/gatsby@2.0.50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558876?format=api",
            "purl": "pkg:npm/gatsby@2.0.51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558877?format=api",
            "purl": "pkg:npm/gatsby@2.0.52",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.52"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558878?format=api",
            "purl": "pkg:npm/gatsby@2.0.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558879?format=api",
            "purl": "pkg:npm/gatsby@2.0.54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558880?format=api",
            "purl": "pkg:npm/gatsby@2.0.55",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.55"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558881?format=api",
            "purl": "pkg:npm/gatsby@2.0.56",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.56"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558882?format=api",
            "purl": "pkg:npm/gatsby@2.0.57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558883?format=api",
            "purl": "pkg:npm/gatsby@2.0.58",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.58"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558884?format=api",
            "purl": "pkg:npm/gatsby@2.0.59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558885?format=api",
            "purl": "pkg:npm/gatsby@2.0.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558886?format=api",
            "purl": "pkg:npm/gatsby@2.0.61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558887?format=api",
            "purl": "pkg:npm/gatsby@2.0.62",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.62"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558888?format=api",
            "purl": "pkg:npm/gatsby@2.0.63",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.63"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558889?format=api",
            "purl": "pkg:npm/gatsby@2.0.64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558890?format=api",
            "purl": "pkg:npm/gatsby@2.0.65",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.65"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558891?format=api",
            "purl": "pkg:npm/gatsby@2.0.66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558892?format=api",
            "purl": "pkg:npm/gatsby@2.0.67",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.67"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558893?format=api",
            "purl": "pkg:npm/gatsby@2.0.68",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.68"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558894?format=api",
            "purl": "pkg:npm/gatsby@2.0.69",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.69"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558895?format=api",
            "purl": "pkg:npm/gatsby@2.0.70",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.70"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558896?format=api",
            "purl": "pkg:npm/gatsby@2.0.71",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.71"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558897?format=api",
            "purl": "pkg:npm/gatsby@2.0.72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558898?format=api",
            "purl": "pkg:npm/gatsby@2.0.73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558899?format=api",
            "purl": "pkg:npm/gatsby@2.0.74",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.74"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558900?format=api",
            "purl": "pkg:npm/gatsby@2.0.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558901?format=api",
            "purl": "pkg:npm/gatsby@2.0.76",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.76"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558902?format=api",
            "purl": "pkg:npm/gatsby@2.0.77",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.77"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558903?format=api",
            "purl": "pkg:npm/gatsby@2.0.78",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.78"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558904?format=api",
            "purl": "pkg:npm/gatsby@2.0.79",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.79"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558905?format=api",
            "purl": "pkg:npm/gatsby@2.0.80",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.80"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558906?format=api",
            "purl": "pkg:npm/gatsby@2.0.81",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.81"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558907?format=api",
            "purl": "pkg:npm/gatsby@2.0.82",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.82"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558908?format=api",
            "purl": "pkg:npm/gatsby@2.0.83",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.83"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558909?format=api",
            "purl": "pkg:npm/gatsby@2.0.84",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.84"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558910?format=api",
            "purl": "pkg:npm/gatsby@2.0.85",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.85"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558911?format=api",
            "purl": "pkg:npm/gatsby@2.0.86",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.86"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558912?format=api",
            "purl": "pkg:npm/gatsby@2.0.87",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.87"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558913?format=api",
            "purl": "pkg:npm/gatsby@2.0.88",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.88"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558914?format=api",
            "purl": "pkg:npm/gatsby@2.0.89",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.89"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558915?format=api",
            "purl": "pkg:npm/gatsby@2.0.90",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.90"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558916?format=api",
            "purl": "pkg:npm/gatsby@2.0.91",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.91"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558917?format=api",
            "purl": "pkg:npm/gatsby@2.0.93",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.93"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558918?format=api",
            "purl": "pkg:npm/gatsby@2.0.94",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.94"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558919?format=api",
            "purl": "pkg:npm/gatsby@2.0.95",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.95"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558920?format=api",
            "purl": "pkg:npm/gatsby@2.0.96",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.96"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558921?format=api",
            "purl": "pkg:npm/gatsby@2.0.97",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.97"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558922?format=api",
            "purl": "pkg:npm/gatsby@2.0.98",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.98"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558923?format=api",
            "purl": "pkg:npm/gatsby@2.0.99",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.99"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558924?format=api",
            "purl": "pkg:npm/gatsby@2.0.100",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.100"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558925?format=api",
            "purl": "pkg:npm/gatsby@2.0.101",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.101"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558926?format=api",
            "purl": "pkg:npm/gatsby@2.0.102",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.102"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558927?format=api",
            "purl": "pkg:npm/gatsby@2.0.103",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.103"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558928?format=api",
            "purl": "pkg:npm/gatsby@2.0.104",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.104"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558929?format=api",
            "purl": "pkg:npm/gatsby@2.0.105",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.105"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558930?format=api",
            "purl": "pkg:npm/gatsby@2.0.106",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.106"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558931?format=api",
            "purl": "pkg:npm/gatsby@2.0.107",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.107"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558932?format=api",
            "purl": "pkg:npm/gatsby@2.0.108",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.108"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558933?format=api",
            "purl": "pkg:npm/gatsby@2.0.109",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.109"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558934?format=api",
            "purl": "pkg:npm/gatsby@2.0.110",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.110"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558935?format=api",
            "purl": "pkg:npm/gatsby@2.0.111",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.111"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558936?format=api",
            "purl": "pkg:npm/gatsby@2.0.112",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.112"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558937?format=api",
            "purl": "pkg:npm/gatsby@2.0.113",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.113"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558938?format=api",
            "purl": "pkg:npm/gatsby@2.0.114",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.114"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558939?format=api",
            "purl": "pkg:npm/gatsby@2.0.115",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.115"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558940?format=api",
            "purl": "pkg:npm/gatsby@2.0.116",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.116"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558941?format=api",
            "purl": "pkg:npm/gatsby@2.0.117",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.117"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558942?format=api",
            "purl": "pkg:npm/gatsby@2.0.118",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.118"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558943?format=api",
            "purl": "pkg:npm/gatsby@2.0.119",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.119"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558944?format=api",
            "purl": "pkg:npm/gatsby@2.0.120",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.0.120"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558945?format=api",
            "purl": "pkg:npm/gatsby@2.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558946?format=api",
            "purl": "pkg:npm/gatsby@2.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558947?format=api",
            "purl": "pkg:npm/gatsby@2.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558948?format=api",
            "purl": "pkg:npm/gatsby@2.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558949?format=api",
            "purl": "pkg:npm/gatsby@2.1.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558950?format=api",
            "purl": "pkg:npm/gatsby@2.1.5-alpha.71",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.5-alpha.71"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558951?format=api",
            "purl": "pkg:npm/gatsby@2.1.5-alpha.72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.5-alpha.72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558952?format=api",
            "purl": "pkg:npm/gatsby@2.1.5-alpha.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.5-alpha.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558953?format=api",
            "purl": "pkg:npm/gatsby@2.1.5-next.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.5-next.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558954?format=api",
            "purl": "pkg:npm/gatsby@2.1.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558955?format=api",
            "purl": "pkg:npm/gatsby@2.1.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558956?format=api",
            "purl": "pkg:npm/gatsby@2.1.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558957?format=api",
            "purl": "pkg:npm/gatsby@2.1.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558958?format=api",
            "purl": "pkg:npm/gatsby@2.1.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558959?format=api",
            "purl": "pkg:npm/gatsby@2.1.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558960?format=api",
            "purl": "pkg:npm/gatsby@2.1.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558961?format=api",
            "purl": "pkg:npm/gatsby@2.1.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558962?format=api",
            "purl": "pkg:npm/gatsby@2.1.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558963?format=api",
            "purl": "pkg:npm/gatsby@2.1.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558964?format=api",
            "purl": "pkg:npm/gatsby@2.1.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558965?format=api",
            "purl": "pkg:npm/gatsby@2.1.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558966?format=api",
            "purl": "pkg:npm/gatsby@2.1.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558967?format=api",
            "purl": "pkg:npm/gatsby@2.1.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558968?format=api",
            "purl": "pkg:npm/gatsby@2.1.19-asset-prefix.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.19-asset-prefix.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558969?format=api",
            "purl": "pkg:npm/gatsby@2.1.19-asset-prefix.49",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.19-asset-prefix.49"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558970?format=api",
            "purl": "pkg:npm/gatsby@2.1.19-asset-prefix.52",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.19-asset-prefix.52"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558971?format=api",
            "purl": "pkg:npm/gatsby@2.1.19-asset-prefix.54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.19-asset-prefix.54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558972?format=api",
            "purl": "pkg:npm/gatsby@2.1.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558973?format=api",
            "purl": "pkg:npm/gatsby@2.1.20-alpha.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.20-alpha.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558974?format=api",
            "purl": "pkg:npm/gatsby@2.1.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558975?format=api",
            "purl": "pkg:npm/gatsby@2.1.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558976?format=api",
            "purl": "pkg:npm/gatsby@2.1.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558977?format=api",
            "purl": "pkg:npm/gatsby@2.1.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558978?format=api",
            "purl": "pkg:npm/gatsby@2.1.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558979?format=api",
            "purl": "pkg:npm/gatsby@2.1.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558980?format=api",
            "purl": "pkg:npm/gatsby@2.1.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558981?format=api",
            "purl": "pkg:npm/gatsby@2.1.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558982?format=api",
            "purl": "pkg:npm/gatsby@2.1.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558983?format=api",
            "purl": "pkg:npm/gatsby@2.1.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558984?format=api",
            "purl": "pkg:npm/gatsby@2.1.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558985?format=api",
            "purl": "pkg:npm/gatsby@2.1.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558986?format=api",
            "purl": "pkg:npm/gatsby@2.1.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558987?format=api",
            "purl": "pkg:npm/gatsby@2.1.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558988?format=api",
            "purl": "pkg:npm/gatsby@2.1.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558989?format=api",
            "purl": "pkg:npm/gatsby@2.1.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558990?format=api",
            "purl": "pkg:npm/gatsby@2.1.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558991?format=api",
            "purl": "pkg:npm/gatsby@2.1.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558992?format=api",
            "purl": "pkg:npm/gatsby@2.1.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558993?format=api",
            "purl": "pkg:npm/gatsby@2.1.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.1.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558994?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-alpha.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-alpha.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558995?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-alpha.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-alpha.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558996?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-alpha.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-alpha.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558997?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-alpha.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-alpha.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558998?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-alpha.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-alpha.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/558999?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-alpha.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-alpha.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559000?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-alpha.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-alpha.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559001?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-rc.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-rc.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559002?format=api",
            "purl": "pkg:npm/gatsby@2.2.0-rc.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0-rc.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559003?format=api",
            "purl": "pkg:npm/gatsby@2.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559004?format=api",
            "purl": "pkg:npm/gatsby@2.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559005?format=api",
            "purl": "pkg:npm/gatsby@2.2.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559006?format=api",
            "purl": "pkg:npm/gatsby@2.2.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559007?format=api",
            "purl": "pkg:npm/gatsby@2.2.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559008?format=api",
            "purl": "pkg:npm/gatsby@2.2.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559009?format=api",
            "purl": "pkg:npm/gatsby@2.2.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559010?format=api",
            "purl": "pkg:npm/gatsby@2.2.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559011?format=api",
            "purl": "pkg:npm/gatsby@2.2.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559012?format=api",
            "purl": "pkg:npm/gatsby@2.2.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559013?format=api",
            "purl": "pkg:npm/gatsby@2.2.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559014?format=api",
            "purl": "pkg:npm/gatsby@2.2.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559015?format=api",
            "purl": "pkg:npm/gatsby@2.2.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559016?format=api",
            "purl": "pkg:npm/gatsby@2.2.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.2.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559017?format=api",
            "purl": "pkg:npm/gatsby@2.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559018?format=api",
            "purl": "pkg:npm/gatsby@2.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559019?format=api",
            "purl": "pkg:npm/gatsby@2.3.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559020?format=api",
            "purl": "pkg:npm/gatsby@2.3.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559021?format=api",
            "purl": "pkg:npm/gatsby@2.3.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559022?format=api",
            "purl": "pkg:npm/gatsby@2.3.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559023?format=api",
            "purl": "pkg:npm/gatsby@2.3.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559024?format=api",
            "purl": "pkg:npm/gatsby@2.3.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559025?format=api",
            "purl": "pkg:npm/gatsby@2.3.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559026?format=api",
            "purl": "pkg:npm/gatsby@2.3.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559027?format=api",
            "purl": "pkg:npm/gatsby@2.3.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559028?format=api",
            "purl": "pkg:npm/gatsby@2.3.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559029?format=api",
            "purl": "pkg:npm/gatsby@2.3.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559030?format=api",
            "purl": "pkg:npm/gatsby@2.3.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559031?format=api",
            "purl": "pkg:npm/gatsby@2.3.14-v8-serialize.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.14-v8-serialize.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559032?format=api",
            "purl": "pkg:npm/gatsby@2.3.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559033?format=api",
            "purl": "pkg:npm/gatsby@2.3.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559034?format=api",
            "purl": "pkg:npm/gatsby@2.3.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559035?format=api",
            "purl": "pkg:npm/gatsby@2.3.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559036?format=api",
            "purl": "pkg:npm/gatsby@2.3.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559037?format=api",
            "purl": "pkg:npm/gatsby@2.3.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559038?format=api",
            "purl": "pkg:npm/gatsby@2.3.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559039?format=api",
            "purl": "pkg:npm/gatsby@2.3.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559040?format=api",
            "purl": "pkg:npm/gatsby@2.3.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559041?format=api",
            "purl": "pkg:npm/gatsby@2.3.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559042?format=api",
            "purl": "pkg:npm/gatsby@2.3.24-ink.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.24-ink.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559043?format=api",
            "purl": "pkg:npm/gatsby@2.3.24-ink.61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.24-ink.61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559044?format=api",
            "purl": "pkg:npm/gatsby@2.3.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559045?format=api",
            "purl": "pkg:npm/gatsby@2.3.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559046?format=api",
            "purl": "pkg:npm/gatsby@2.3.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559047?format=api",
            "purl": "pkg:npm/gatsby@2.3.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559048?format=api",
            "purl": "pkg:npm/gatsby@2.3.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559049?format=api",
            "purl": "pkg:npm/gatsby@2.3.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559050?format=api",
            "purl": "pkg:npm/gatsby@2.3.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559051?format=api",
            "purl": "pkg:npm/gatsby@2.3.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559052?format=api",
            "purl": "pkg:npm/gatsby@2.3.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559053?format=api",
            "purl": "pkg:npm/gatsby@2.3.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559054?format=api",
            "purl": "pkg:npm/gatsby@2.3.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559055?format=api",
            "purl": "pkg:npm/gatsby@2.3.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559056?format=api",
            "purl": "pkg:npm/gatsby@2.3.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.3.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559057?format=api",
            "purl": "pkg:npm/gatsby@2.4.0-0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.0-0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559058?format=api",
            "purl": "pkg:npm/gatsby@2.4.0-alpha.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.0-alpha.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559059?format=api",
            "purl": "pkg:npm/gatsby@2.4.0-alpha.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.0-alpha.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559060?format=api",
            "purl": "pkg:npm/gatsby@2.4.0-alpha.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.0-alpha.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559061?format=api",
            "purl": "pkg:npm/gatsby@2.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559062?format=api",
            "purl": "pkg:npm/gatsby@2.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559063?format=api",
            "purl": "pkg:npm/gatsby@2.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559064?format=api",
            "purl": "pkg:npm/gatsby@2.4.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559065?format=api",
            "purl": "pkg:npm/gatsby@2.4.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559066?format=api",
            "purl": "pkg:npm/gatsby@2.4.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559067?format=api",
            "purl": "pkg:npm/gatsby@2.4.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559068?format=api",
            "purl": "pkg:npm/gatsby@2.4.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.4.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559069?format=api",
            "purl": "pkg:npm/gatsby@2.5.0-rc.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.0-rc.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559070?format=api",
            "purl": "pkg:npm/gatsby@2.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559071?format=api",
            "purl": "pkg:npm/gatsby@2.5.1-per-page-manifest.68",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.1-per-page-manifest.68"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559072?format=api",
            "purl": "pkg:npm/gatsby@2.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559073?format=api",
            "purl": "pkg:npm/gatsby@2.5.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559074?format=api",
            "purl": "pkg:npm/gatsby@2.5.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559075?format=api",
            "purl": "pkg:npm/gatsby@2.5.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559076?format=api",
            "purl": "pkg:npm/gatsby@2.5.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559077?format=api",
            "purl": "pkg:npm/gatsby@2.5.6-per-page-manifest.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.6-per-page-manifest.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559078?format=api",
            "purl": "pkg:npm/gatsby@2.5.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559079?format=api",
            "purl": "pkg:npm/gatsby@2.5.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.5.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559080?format=api",
            "purl": "pkg:npm/gatsby@2.6.0-alpha.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.0-alpha.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559081?format=api",
            "purl": "pkg:npm/gatsby@2.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559082?format=api",
            "purl": "pkg:npm/gatsby@2.6.1-ink-node6.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.1-ink-node6.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559083?format=api",
            "purl": "pkg:npm/gatsby@2.6.1-ink-node6.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.1-ink-node6.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559084?format=api",
            "purl": "pkg:npm/gatsby@2.6.1-modern-builds.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.1-modern-builds.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559085?format=api",
            "purl": "pkg:npm/gatsby@2.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559086?format=api",
            "purl": "pkg:npm/gatsby@2.6.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559087?format=api",
            "purl": "pkg:npm/gatsby@2.6.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559088?format=api",
            "purl": "pkg:npm/gatsby@2.6.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.6.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559089?format=api",
            "purl": "pkg:npm/gatsby@2.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559090?format=api",
            "purl": "pkg:npm/gatsby@2.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559091?format=api",
            "purl": "pkg:npm/gatsby@2.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559092?format=api",
            "purl": "pkg:npm/gatsby@2.7.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559093?format=api",
            "purl": "pkg:npm/gatsby@2.7.4-per-page-manifest.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.4-per-page-manifest.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559094?format=api",
            "purl": "pkg:npm/gatsby@2.7.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559095?format=api",
            "purl": "pkg:npm/gatsby@2.7.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559096?format=api",
            "purl": "pkg:npm/gatsby@2.7.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.7.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559097?format=api",
            "purl": "pkg:npm/gatsby@2.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559098?format=api",
            "purl": "pkg:npm/gatsby@2.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559099?format=api",
            "purl": "pkg:npm/gatsby@2.8.2-graphiql-explorer.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.2-graphiql-explorer.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559100?format=api",
            "purl": "pkg:npm/gatsby@2.8.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559101?format=api",
            "purl": "pkg:npm/gatsby@2.8.3-per-page-manifest.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.3-per-page-manifest.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559102?format=api",
            "purl": "pkg:npm/gatsby@2.8.3-per-page-manifest.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.3-per-page-manifest.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559103?format=api",
            "purl": "pkg:npm/gatsby@2.8.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559104?format=api",
            "purl": "pkg:npm/gatsby@2.8.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559105?format=api",
            "purl": "pkg:npm/gatsby@2.8.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559106?format=api",
            "purl": "pkg:npm/gatsby@2.8.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559107?format=api",
            "purl": "pkg:npm/gatsby@2.8.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559108?format=api",
            "purl": "pkg:npm/gatsby@2.8.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.8.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559109?format=api",
            "purl": "pkg:npm/gatsby@2.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559110?format=api",
            "purl": "pkg:npm/gatsby@2.9.1-link-deprecation.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.1-link-deprecation.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559111?format=api",
            "purl": "pkg:npm/gatsby@2.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559112?format=api",
            "purl": "pkg:npm/gatsby@2.9.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559113?format=api",
            "purl": "pkg:npm/gatsby@2.9.3-themes-stable.259",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.3-themes-stable.259"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559114?format=api",
            "purl": "pkg:npm/gatsby@2.9.3-themes-stable.265",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.3-themes-stable.265"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559115?format=api",
            "purl": "pkg:npm/gatsby@2.9.3-themes-stable.267",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.3-themes-stable.267"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559116?format=api",
            "purl": "pkg:npm/gatsby@2.9.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559117?format=api",
            "purl": "pkg:npm/gatsby@2.9.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559118?format=api",
            "purl": "pkg:npm/gatsby@2.9.5-error-codes.50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.5-error-codes.50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559119?format=api",
            "purl": "pkg:npm/gatsby@2.9.5-webpack-acorn.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.5-webpack-acorn.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559120?format=api",
            "purl": "pkg:npm/gatsby@2.9.5-webpack-acorn.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.5-webpack-acorn.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559121?format=api",
            "purl": "pkg:npm/gatsby@2.9.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559122?format=api",
            "purl": "pkg:npm/gatsby@2.9.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559123?format=api",
            "purl": "pkg:npm/gatsby@2.9.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559124?format=api",
            "purl": "pkg:npm/gatsby@2.9.8-reporter-npm.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.8-reporter-npm.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559125?format=api",
            "purl": "pkg:npm/gatsby@2.9.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559126?format=api",
            "purl": "pkg:npm/gatsby@2.9.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559127?format=api",
            "purl": "pkg:npm/gatsby@2.9.10-process-develop.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.10-process-develop.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559128?format=api",
            "purl": "pkg:npm/gatsby@2.9.10-process-develop.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.10-process-develop.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559129?format=api",
            "purl": "pkg:npm/gatsby@2.9.10-themes-plugins.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.10-themes-plugins.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559130?format=api",
            "purl": "pkg:npm/gatsby@2.9.10-themes-plugins.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.10-themes-plugins.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559131?format=api",
            "purl": "pkg:npm/gatsby@2.9.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559132?format=api",
            "purl": "pkg:npm/gatsby@2.9.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559133?format=api",
            "purl": "pkg:npm/gatsby@2.9.12-themes-plugins.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.12-themes-plugins.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559134?format=api",
            "purl": "pkg:npm/gatsby@2.9.12-themes-plugins.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.12-themes-plugins.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559135?format=api",
            "purl": "pkg:npm/gatsby@2.9.12-themes-plugins.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.9.12-themes-plugins.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559136?format=api",
            "purl": "pkg:npm/gatsby@2.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559137?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-resource-loading.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-resource-loading.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559138?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559139?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559140?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559141?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559142?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559143?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559144?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559145?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559146?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.79",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.79"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559147?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.128",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.128"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559148?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.143",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.143"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559149?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.160",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.160"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559150?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs.161",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs.161"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559151?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs-test.52",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs-test.52"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559152?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs-test.66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs-test.66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559153?format=api",
            "purl": "pkg:npm/gatsby@2.10.1-structured-logs-test.128",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1-structured-logs-test.128"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559154?format=api",
            "purl": "pkg:npm/gatsby@2.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559155?format=api",
            "purl": "pkg:npm/gatsby@2.10.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559156?format=api",
            "purl": "pkg:npm/gatsby@2.10.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559157?format=api",
            "purl": "pkg:npm/gatsby@2.10.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559158?format=api",
            "purl": "pkg:npm/gatsby@2.10.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.10.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559159?format=api",
            "purl": "pkg:npm/gatsby@2.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559160?format=api",
            "purl": "pkg:npm/gatsby@2.11.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559161?format=api",
            "purl": "pkg:npm/gatsby@2.11.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559162?format=api",
            "purl": "pkg:npm/gatsby@2.11.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559163?format=api",
            "purl": "pkg:npm/gatsby@2.11.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559164?format=api",
            "purl": "pkg:npm/gatsby@2.11.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559165?format=api",
            "purl": "pkg:npm/gatsby@2.11.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559166?format=api",
            "purl": "pkg:npm/gatsby@2.11.7-babel-deps.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.7-babel-deps.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559167?format=api",
            "purl": "pkg:npm/gatsby@2.11.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559168?format=api",
            "purl": "pkg:npm/gatsby@2.11.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.11.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559169?format=api",
            "purl": "pkg:npm/gatsby@2.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559170?format=api",
            "purl": "pkg:npm/gatsby@2.12.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.12.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559171?format=api",
            "purl": "pkg:npm/gatsby@2.13.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559172?format=api",
            "purl": "pkg:npm/gatsby@2.13.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559173?format=api",
            "purl": "pkg:npm/gatsby@2.13.2-contentful-circular-references.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.2-contentful-circular-references.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559174?format=api",
            "purl": "pkg:npm/gatsby@2.13.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559175?format=api",
            "purl": "pkg:npm/gatsby@2.13.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559176?format=api",
            "purl": "pkg:npm/gatsby@2.13.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559177?format=api",
            "purl": "pkg:npm/gatsby@2.13.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559178?format=api",
            "purl": "pkg:npm/gatsby@2.13.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559179?format=api",
            "purl": "pkg:npm/gatsby@2.13.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559180?format=api",
            "purl": "pkg:npm/gatsby@2.13.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559181?format=api",
            "purl": "pkg:npm/gatsby@2.13.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559182?format=api",
            "purl": "pkg:npm/gatsby@2.13.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559183?format=api",
            "purl": "pkg:npm/gatsby@2.13.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559184?format=api",
            "purl": "pkg:npm/gatsby@2.13.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559185?format=api",
            "purl": "pkg:npm/gatsby@2.13.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559186?format=api",
            "purl": "pkg:npm/gatsby@2.13.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559187?format=api",
            "purl": "pkg:npm/gatsby@2.13.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559188?format=api",
            "purl": "pkg:npm/gatsby@2.13.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559189?format=api",
            "purl": "pkg:npm/gatsby@2.13.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559190?format=api",
            "purl": "pkg:npm/gatsby@2.13.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559191?format=api",
            "purl": "pkg:npm/gatsby@2.13.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559192?format=api",
            "purl": "pkg:npm/gatsby@2.13.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559193?format=api",
            "purl": "pkg:npm/gatsby@2.13.21",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.21"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559194?format=api",
            "purl": "pkg:npm/gatsby@2.13.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559195?format=api",
            "purl": "pkg:npm/gatsby@2.13.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559196?format=api",
            "purl": "pkg:npm/gatsby@2.13.24-webpack-acorn.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.24-webpack-acorn.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559197?format=api",
            "purl": "pkg:npm/gatsby@2.13.24",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.24"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559198?format=api",
            "purl": "pkg:npm/gatsby@2.13.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559199?format=api",
            "purl": "pkg:npm/gatsby@2.13.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559200?format=api",
            "purl": "pkg:npm/gatsby@2.13.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559201?format=api",
            "purl": "pkg:npm/gatsby@2.13.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559202?format=api",
            "purl": "pkg:npm/gatsby@2.13.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559203?format=api",
            "purl": "pkg:npm/gatsby@2.13.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559204?format=api",
            "purl": "pkg:npm/gatsby@2.13.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559205?format=api",
            "purl": "pkg:npm/gatsby@2.13.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559206?format=api",
            "purl": "pkg:npm/gatsby@2.13.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559207?format=api",
            "purl": "pkg:npm/gatsby@2.13.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559208?format=api",
            "purl": "pkg:npm/gatsby@2.13.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559209?format=api",
            "purl": "pkg:npm/gatsby@2.13.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559210?format=api",
            "purl": "pkg:npm/gatsby@2.13.37-cors-options.396",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.37-cors-options.396"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559211?format=api",
            "purl": "pkg:npm/gatsby@2.13.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559212?format=api",
            "purl": "pkg:npm/gatsby@2.13.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559213?format=api",
            "purl": "pkg:npm/gatsby@2.13.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559214?format=api",
            "purl": "pkg:npm/gatsby@2.13.40",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.40"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559215?format=api",
            "purl": "pkg:npm/gatsby@2.13.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559216?format=api",
            "purl": "pkg:npm/gatsby@2.13.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559217?format=api",
            "purl": "pkg:npm/gatsby@2.13.43",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.43"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559218?format=api",
            "purl": "pkg:npm/gatsby@2.13.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559219?format=api",
            "purl": "pkg:npm/gatsby@2.13.45",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.45"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559220?format=api",
            "purl": "pkg:npm/gatsby@2.13.46",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.46"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559221?format=api",
            "purl": "pkg:npm/gatsby@2.13.47",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.47"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559222?format=api",
            "purl": "pkg:npm/gatsby@2.13.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559223?format=api",
            "purl": "pkg:npm/gatsby@2.13.49-jarmo.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.49-jarmo.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559224?format=api",
            "purl": "pkg:npm/gatsby@2.13.49-jarmo.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.49-jarmo.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559225?format=api",
            "purl": "pkg:npm/gatsby@2.13.50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559226?format=api",
            "purl": "pkg:npm/gatsby@2.13.51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559227?format=api",
            "purl": "pkg:npm/gatsby@2.13.52",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.52"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559228?format=api",
            "purl": "pkg:npm/gatsby@2.13.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559229?format=api",
            "purl": "pkg:npm/gatsby@2.13.54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559230?format=api",
            "purl": "pkg:npm/gatsby@2.13.55",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.55"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559231?format=api",
            "purl": "pkg:npm/gatsby@2.13.56",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.56"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559232?format=api",
            "purl": "pkg:npm/gatsby@2.13.57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559233?format=api",
            "purl": "pkg:npm/gatsby@2.13.58",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.58"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559234?format=api",
            "purl": "pkg:npm/gatsby@2.13.59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559235?format=api",
            "purl": "pkg:npm/gatsby@2.13.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559236?format=api",
            "purl": "pkg:npm/gatsby@2.13.61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559237?format=api",
            "purl": "pkg:npm/gatsby@2.13.62",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.62"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559238?format=api",
            "purl": "pkg:npm/gatsby@2.13.63",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.63"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559239?format=api",
            "purl": "pkg:npm/gatsby@2.13.64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559240?format=api",
            "purl": "pkg:npm/gatsby@2.13.65",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.65"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559241?format=api",
            "purl": "pkg:npm/gatsby@2.13.66-app-data.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.66-app-data.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559242?format=api",
            "purl": "pkg:npm/gatsby@2.13.66-app-data.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.66-app-data.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559243?format=api",
            "purl": "pkg:npm/gatsby@2.13.66-app-data.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.66-app-data.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559244?format=api",
            "purl": "pkg:npm/gatsby@2.13.66-app-data.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.66-app-data.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559245?format=api",
            "purl": "pkg:npm/gatsby@2.13.66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559246?format=api",
            "purl": "pkg:npm/gatsby@2.13.67",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.67"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559247?format=api",
            "purl": "pkg:npm/gatsby@2.13.68",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.68"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559248?format=api",
            "purl": "pkg:npm/gatsby@2.13.69",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.69"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559249?format=api",
            "purl": "pkg:npm/gatsby@2.13.70",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.70"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559250?format=api",
            "purl": "pkg:npm/gatsby@2.13.71",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.71"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559251?format=api",
            "purl": "pkg:npm/gatsby@2.13.72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559252?format=api",
            "purl": "pkg:npm/gatsby@2.13.73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559253?format=api",
            "purl": "pkg:npm/gatsby@2.13.74",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.74"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559254?format=api",
            "purl": "pkg:npm/gatsby@2.13.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559255?format=api",
            "purl": "pkg:npm/gatsby@2.13.76",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.76"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559256?format=api",
            "purl": "pkg:npm/gatsby@2.13.77",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.77"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559257?format=api",
            "purl": "pkg:npm/gatsby@2.13.78",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.78"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559258?format=api",
            "purl": "pkg:npm/gatsby@2.13.79",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.79"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559259?format=api",
            "purl": "pkg:npm/gatsby@2.13.80",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.80"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559260?format=api",
            "purl": "pkg:npm/gatsby@2.13.81",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.81"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559261?format=api",
            "purl": "pkg:npm/gatsby@2.13.82",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.82"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559262?format=api",
            "purl": "pkg:npm/gatsby@2.13.83",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.83"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559263?format=api",
            "purl": "pkg:npm/gatsby@2.13.84-otp-test.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.13.84-otp-test.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559264?format=api",
            "purl": "pkg:npm/gatsby@2.14.0-alpha.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.14.0-alpha.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559265?format=api",
            "purl": "pkg:npm/gatsby@2.14.0-rc.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.14.0-rc.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559266?format=api",
            "purl": "pkg:npm/gatsby@2.14.0-rc.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.14.0-rc.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559267?format=api",
            "purl": "pkg:npm/gatsby@2.14.0-rc.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.14.0-rc.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559268?format=api",
            "purl": "pkg:npm/gatsby@2.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@2.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559270?format=api",
            "purl": "pkg:npm/gatsby@3.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.0.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559271?format=api",
            "purl": "pkg:npm/gatsby@3.0.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.0.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559272?format=api",
            "purl": "pkg:npm/gatsby@3.0.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.0.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559273?format=api",
            "purl": "pkg:npm/gatsby@3.0.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.0.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559274?format=api",
            "purl": "pkg:npm/gatsby@3.0.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.0.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559275?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-alpha-hmr-fix.9",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-alpha-hmr-fix.9"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559276?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-alpha-hmr-fix.10",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-alpha-hmr-fix.10"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559277?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-alpha-hmr-fix.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-alpha-hmr-fix.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559278?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-alpha-hmr-fix.13",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-alpha-hmr-fix.13"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559279?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-alpha-hmr-fix.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-alpha-hmr-fix.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559280?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.51",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.51"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559281?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.52",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.52"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559282?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.54",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.54"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559283?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.55",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.55"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559284?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559285?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559286?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559287?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.72",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.72"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559288?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-functions-next.73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-functions-next.73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559289?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559290?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559291?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559292?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559293?format=api",
            "purl": "pkg:npm/gatsby@3.1.0-next.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0-next.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559294?format=api",
            "purl": "pkg:npm/gatsby@3.1.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559295?format=api",
            "purl": "pkg:npm/gatsby@3.1.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559296?format=api",
            "purl": "pkg:npm/gatsby@3.1.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559297?format=api",
            "purl": "pkg:npm/gatsby@3.1.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.1.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559298?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-alpha-agents-are-cool.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-alpha-agents-are-cool.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559299?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-alpha-inc-build-diag.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-alpha-inc-build-diag.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559300?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-alpha-inc-build-diag.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-alpha-inc-build-diag.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559301?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-alpha-parallel.28",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-alpha-parallel.28"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559302?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-alpha-parallel.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-alpha-parallel.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559303?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-alpha-skip-page-data-write.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-alpha-skip-page-data-write.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559304?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-alpha-wordpress.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-alpha-wordpress.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559305?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559306?format=api",
            "purl": "pkg:npm/gatsby@3.2.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559307?format=api",
            "purl": "pkg:npm/gatsby@3.2.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559308?format=api",
            "purl": "pkg:npm/gatsby@3.2.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.2.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559309?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-alpha-defer-task-queues.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-alpha-defer-task-queues.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559310?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-alpha-sharp-upgrade.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-alpha-sharp-upgrade.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559311?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559312?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559313?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559314?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559315?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-telemetry-test.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-telemetry-test.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559316?format=api",
            "purl": "pkg:npm/gatsby@3.3.0-telemetry-test.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0-telemetry-test.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559317?format=api",
            "purl": "pkg:npm/gatsby@3.3.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559318?format=api",
            "purl": "pkg:npm/gatsby@3.3.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.3.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559319?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-parallel.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-parallel.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559320?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-parallel.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-parallel.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559321?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-parallel.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-parallel.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559322?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-parallel.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-parallel.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559323?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-parallel.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-parallel.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559324?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-parallel.50",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-parallel.50"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559325?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-parallel.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-parallel.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559326?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-alpha-webpack-fs-cache.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-alpha-webpack-fs-cache.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559327?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-functions-next.14",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-functions-next.14"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559328?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-functions-next.16",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-functions-next.16"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559329?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559330?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559331?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559332?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559333?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-next.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-next.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559334?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-next.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-next.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559335?format=api",
            "purl": "pkg:npm/gatsby@3.4.0-webpack-split-fix.8",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0-webpack-split-fix.8"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559336?format=api",
            "purl": "pkg:npm/gatsby@3.4.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559337?format=api",
            "purl": "pkg:npm/gatsby@3.4.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559338?format=api",
            "purl": "pkg:npm/gatsby@3.4.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.4.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559339?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-alpha-node-manifest.69",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-alpha-node-manifest.69"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559340?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-alpha-node-manifest.73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-alpha-node-manifest.73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559341?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559342?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559343?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559344?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559345?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-next.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-next.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559346?format=api",
            "purl": "pkg:npm/gatsby@3.5.0-telemetry-test.252",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0-telemetry-test.252"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559347?format=api",
            "purl": "pkg:npm/gatsby@3.5.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559348?format=api",
            "purl": "pkg:npm/gatsby@3.5.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.5.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559349?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-abhi-pqr.379",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-abhi-pqr.379"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559350?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-abhi-pqr.380",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-abhi-pqr.380"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559351?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-concurrent-features.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-concurrent-features.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559352?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-lmdb.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-lmdb.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559353?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-lmdb.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-lmdb.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559354?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-lmdb.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-lmdb.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559355?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-parallel-query.66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-parallel-query.66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559356?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-parallel-query.68",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-parallel-query.68"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559357?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-parallel-query.74",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-parallel-query.74"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559358?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-parallel-query.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-parallel-query.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559359?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.246",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.246"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559360?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.247",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.247"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559361?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.248",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.248"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559362?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.251",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.251"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559363?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.253",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.253"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559364?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.254",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.254"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559365?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.255",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.255"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559366?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.256",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.256"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559367?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.257",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.257"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559368?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.258",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.258"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559369?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.259",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.259"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559370?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.260",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.260"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559371?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.261",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.261"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559372?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.262",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.262"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559373?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.264",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.264"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559374?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-alpha-ssr.265",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-alpha-ssr.265"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559375?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559376?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559377?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559378?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559379?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-next.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-next.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559380?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-next.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-next.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559381?format=api",
            "purl": "pkg:npm/gatsby@3.6.0-next.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0-next.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559382?format=api",
            "purl": "pkg:npm/gatsby@3.6.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559383?format=api",
            "purl": "pkg:npm/gatsby@3.6.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559384?format=api",
            "purl": "pkg:npm/gatsby@3.6.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.6.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559385?format=api",
            "purl": "pkg:npm/gatsby@3.7.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.7.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559386?format=api",
            "purl": "pkg:npm/gatsby@3.7.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.7.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559387?format=api",
            "purl": "pkg:npm/gatsby@3.7.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.7.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559388?format=api",
            "purl": "pkg:npm/gatsby@3.7.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.7.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559389?format=api",
            "purl": "pkg:npm/gatsby@3.7.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.7.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559390?format=api",
            "purl": "pkg:npm/gatsby@3.7.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.7.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559391?format=api",
            "purl": "pkg:npm/gatsby@3.8.0-alpha-log-state-slice-size.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.8.0-alpha-log-state-slice-size.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559392?format=api",
            "purl": "pkg:npm/gatsby@3.8.0-alpha-log-state-slice-size.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.8.0-alpha-log-state-slice-size.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559393?format=api",
            "purl": "pkg:npm/gatsby@3.8.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.8.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559394?format=api",
            "purl": "pkg:npm/gatsby@3.8.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.8.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559395?format=api",
            "purl": "pkg:npm/gatsby@3.8.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.8.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559396?format=api",
            "purl": "pkg:npm/gatsby@3.8.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.8.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559397?format=api",
            "purl": "pkg:npm/gatsby@3.8.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.8.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559398?format=api",
            "purl": "pkg:npm/gatsby@3.9.0-alpha-pqr-bootstrap.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0-alpha-pqr-bootstrap.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559399?format=api",
            "purl": "pkg:npm/gatsby@3.9.0-alpha-pqr-bootstrap.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0-alpha-pqr-bootstrap.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559400?format=api",
            "purl": "pkg:npm/gatsby@3.9.0-alpha-pqr-debug.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0-alpha-pqr-debug.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559401?format=api",
            "purl": "pkg:npm/gatsby@3.9.0-alpha-pqr-debug.31",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0-alpha-pqr-debug.31"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559402?format=api",
            "purl": "pkg:npm/gatsby@3.9.0-alpha-ssr.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0-alpha-ssr.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559403?format=api",
            "purl": "pkg:npm/gatsby@3.9.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559404?format=api",
            "purl": "pkg:npm/gatsby@3.9.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559405?format=api",
            "purl": "pkg:npm/gatsby@3.9.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559406?format=api",
            "purl": "pkg:npm/gatsby@3.9.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.9.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559407?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-9689ff.12",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-9689ff.12"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559408?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-node-manifest-windows-escape.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-node-manifest-windows-escape.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559409?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-node-manifest-windows-escape.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-node-manifest-windows-escape.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559410?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-remote-fetch.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-remote-fetch.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559411?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-remote-file.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-remote-file.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559412?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-ssr.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-ssr.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559413?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-ssr.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-ssr.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559414?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-ssr.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-ssr.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559415?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-ssr.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-ssr.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559416?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-alpha-ssrr.36",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-alpha-ssrr.36"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559417?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559418?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559419?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559420?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559421?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559422?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559423?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559424?format=api",
            "purl": "pkg:npm/gatsby@3.10.0-next.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0-next.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559425?format=api",
            "purl": "pkg:npm/gatsby@3.10.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559426?format=api",
            "purl": "pkg:npm/gatsby@3.10.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559427?format=api",
            "purl": "pkg:npm/gatsby@3.10.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.10.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559428?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-node-manifests.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-node-manifests.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559429?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-node-manifests.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-node-manifests.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559430?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-pqr-waitjobs.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-pqr-waitjobs.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559431?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-pr32545.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-pr32545.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559432?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-qe-sm.25",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-qe-sm.25"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559433?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-qe-sm.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-qe-sm.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559434?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-qe-sm.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-qe-sm.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559435?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-qe-sm.67",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-qe-sm.67"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559436?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-qe-sm.69",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-qe-sm.69"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559437?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-qe-sm.70",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-qe-sm.70"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559438?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-alpha-qe-sm.92",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-alpha-qe-sm.92"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559439?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559440?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559441?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559442?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559443?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-next.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-next.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559444?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-next.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-next.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559445?format=api",
            "purl": "pkg:npm/gatsby@3.11.0-next.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0-next.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559446?format=api",
            "purl": "pkg:npm/gatsby@3.11.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559447?format=api",
            "purl": "pkg:npm/gatsby@3.11.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.11.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559448?format=api",
            "purl": "pkg:npm/gatsby@3.12.0-coreutils.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.12.0-coreutils.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559449?format=api",
            "purl": "pkg:npm/gatsby@3.12.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.12.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559450?format=api",
            "purl": "pkg:npm/gatsby@3.12.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.12.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559451?format=api",
            "purl": "pkg:npm/gatsby@3.12.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.12.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559452?format=api",
            "purl": "pkg:npm/gatsby@3.12.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.12.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559453?format=api",
            "purl": "pkg:npm/gatsby@3.12.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.12.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559454?format=api",
            "purl": "pkg:npm/gatsby@3.12.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.12.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559455?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-alpha-node-manifests.18",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-alpha-node-manifests.18"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559456?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-alpha-node-manifests.19",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-alpha-node-manifests.19"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559457?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-alpha-node-manifests.20",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-alpha-node-manifests.20"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559458?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-alpha-node-manifests.22",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-alpha-node-manifests.22"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559459?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-alpha-node-manifests.23",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-alpha-node-manifests.23"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559460?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-alpha-node-manifests.26",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-alpha-node-manifests.26"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559461?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-debug-cache.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-debug-cache.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559462?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559463?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559464?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559465?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-next.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-next.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559466?format=api",
            "purl": "pkg:npm/gatsby@3.13.0-next.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0-next.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559467?format=api",
            "purl": "pkg:npm/gatsby@3.13.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559468?format=api",
            "purl": "pkg:npm/gatsby@3.13.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.13.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559469?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-alpha-qe-sm.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-alpha-qe-sm.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559470?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-alpha-qe-sm.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-alpha-qe-sm.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559471?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-alpha-remote-fetch.78",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-alpha-remote-fetch.78"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559472?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-alpha-remote-fetch.79",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-alpha-remote-fetch.79"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559473?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.15",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.15"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559474?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.17",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.17"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559475?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.27",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.27"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559476?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.29",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.29"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559477?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.30",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.30"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559478?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.32",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.32"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559479?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.33",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.33"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559480?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.34",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.34"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559481?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.35",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.35"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559482?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.37",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.37"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559483?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.38",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.38"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559484?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.39",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.39"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559485?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.41",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.41"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559486?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.42",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.42"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559487?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.43",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.43"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559488?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.44",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.44"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559489?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.46",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.46"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559490?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.47",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.47"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559491?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.48",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.48"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559492?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.49",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.49"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559493?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.53",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.53"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559494?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.57",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.57"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559495?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.59",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.59"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559496?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.60",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.60"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559497?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.61",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.61"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559498?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.62",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.62"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559499?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.63",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.63"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559500?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.64",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.64"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559501?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.66",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.66"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559502?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.67",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.67"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559503?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.70",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.70"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559504?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.73",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.73"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559505?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.74",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.74"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559506?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.75",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.75"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559507?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.78",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.78"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559508?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.79",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.79"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559509?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.80",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.80"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559510?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-drupal-next.81",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-drupal-next.81"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559511?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-next.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-next.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559512?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-next.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-next.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559513?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-next.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-next.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559514?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-next.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-next.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559515?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-next.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-next.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559516?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-next.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-next.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559517?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-next.7",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-next.7"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559518?format=api",
            "purl": "pkg:npm/gatsby@3.14.0-preview-resiliancy.11",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0-preview-resiliancy.11"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559519?format=api",
            "purl": "pkg:npm/gatsby@3.14.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.0"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559520?format=api",
            "purl": "pkg:npm/gatsby@3.14.1",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.1"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559521?format=api",
            "purl": "pkg:npm/gatsby@3.14.2",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.2"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559522?format=api",
            "purl": "pkg:npm/gatsby@3.14.3",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.3"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559523?format=api",
            "purl": "pkg:npm/gatsby@3.14.4",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.4"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559524?format=api",
            "purl": "pkg:npm/gatsby@3.14.5",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.5"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/559525?format=api",
            "purl": "pkg:npm/gatsby@3.14.6",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-e5tf-1dzj-cqcg"
                },
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby@3.14.6"
        },
        {
            "url": "http://public2.vulnerablecode.io/api/packages/324520?format=api",
            "purl": "pkg:npm/gatsby-plugin-mdx@3.0.0",
            "is_vulnerable": true,
            "affected_by_vulnerabilities": [
                {
                    "vulnerability": "VCID-wqbj-mvxn-xbgd"
                }
            ],
            "resource_url": "http://public2.vulnerablecode.io/packages/pkg:npm/gatsby-plugin-mdx@3.0.0"
        }
    ],
    "references": [
        {
            "reference_url": "https://api.first.org/data/v1/epss?cve=CVE-2022-25863",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "0.00712",
                    "scoring_system": "epss",
                    "scoring_elements": "0.72614",
                    "published_at": "2026-05-29T12:55:00Z"
                }
            ],
            "url": "https://api.first.org/data/v1/epss?cve=CVE-2022-25863"
        },
        {
            "reference_url": "https://drive.google.com/file/d/1EoCzbwTWOM8-fjvwMbH3bqcZ2iKksxTW/view?usp=sharing",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://drive.google.com/file/d/1EoCzbwTWOM8-fjvwMbH3bqcZ2iKksxTW/view?usp=sharing"
        },
        {
            "reference_url": "https://github.com/gatsbyjs/gatsby",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/gatsbyjs/gatsby"
        },
        {
            "reference_url": "https://github.com/gatsbyjs/gatsby/pull/35830",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/gatsbyjs/gatsby/pull/35830"
        },
        {
            "reference_url": "https://github.com/gatsbyjs/gatsby/pull/35830/commits/f214eb0694c61e348b2751cecd1aace2046bc46e",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/gatsbyjs/gatsby/pull/35830/commits/f214eb0694c61e348b2751cecd1aace2046bc46e"
        },
        {
            "reference_url": "https://github.com/gatsbyjs/gatsby/security/advisories/GHSA-mj46-r4gr-5x83",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/gatsbyjs/gatsby/security/advisories/GHSA-mj46-r4gr-5x83"
        },
        {
            "reference_url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25863",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-25863"
        },
        {
            "reference_url": "https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINMDX-2405699",
            "reference_id": "",
            "reference_type": "",
            "scores": [
                {
                    "value": "8.1",
                    "scoring_system": "cvssv3.1",
                    "scoring_elements": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
                },
                {
                    "value": "HIGH",
                    "scoring_system": "generic_textual",
                    "scoring_elements": ""
                }
            ],
            "url": "https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINMDX-2405699"
        },
        {
            "reference_url": "https://github.com/advisories/GHSA-mj46-r4gr-5x83",
            "reference_id": "GHSA-mj46-r4gr-5x83",
            "reference_type": "",
            "scores": [
                {
                    "value": "HIGH",
                    "scoring_system": "cvssv3.1_qr",
                    "scoring_elements": ""
                }
            ],
            "url": "https://github.com/advisories/GHSA-mj46-r4gr-5x83"
        }
    ],
    "weaknesses": [
        {
            "cwe_id": 502,
            "name": "Deserialization of Untrusted Data",
            "description": "The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid."
        },
        {
            "cwe_id": 1035,
            "name": "OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."
        },
        {
            "cwe_id": 937,
            "name": "OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities",
            "description": "Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."
        }
    ],
    "exploits": [],
    "severity_range_score": "7.0 - 8.9",
    "exploitability": null,
    "weighted_severity": null,
    "risk_score": null,
    "resource_url": "http://public2.vulnerablecode.io/vulnerabilities/VCID-wqbj-mvxn-xbgd"
}