diff --git a/package-lock.json b/package-lock.json index 40682b9..e98d8ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10015,34 +10015,6 @@ } } }, - "gatsby-remark-auto-headers": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/gatsby-remark-auto-headers/-/gatsby-remark-auto-headers-1.0.3.tgz", - "integrity": "sha512-bLcZD53sXU3jklGlbtT4MEN+a8w+WocSxe+sqRFkoHWOJeB1ClyqM0IH7wHUV0M/BFyQ54i+ycwjrUa17op1bg==", - "requires": { - "@babel/runtime": "^7.0.0", - "github-slugger": "^1.2.0", - "unist-util-visit": "^1.4.0" - }, - "dependencies": { - "unist-util-visit": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", - "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", - "requires": { - "unist-util-visit-parents": "^2.0.0" - } - }, - "unist-util-visit-parents": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", - "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", - "requires": { - "unist-util-is": "^3.0.0" - } - } - } - }, "gatsby-source-filesystem": { "version": "2.3.5", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.5.tgz", diff --git a/package.json b/package.json index 6ecb0df..7b44390 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.6", "gatsby-plugin-styled-components": "^3.3.1", - "gatsby-remark-auto-headers": "^1.0.3", "gatsby-source-filesystem": "^2.3.5", "gatsby-transformer-remark": "^2.8.10", "gatsby-transformer-sharp": "^2.5.2",