diff --git a/content/code-security/dependabot/dependabot-alerts/browsing-security-advisories-in-the-github-advisory-database.md b/content/code-security/dependabot/dependabot-alerts/browsing-security-advisories-in-the-github-advisory-database.md index 8e262e6206d0..a8a23d4df432 100644 --- a/content/code-security/dependabot/dependabot-alerts/browsing-security-advisories-in-the-github-advisory-database.md +++ b/content/code-security/dependabot/dependabot-alerts/browsing-security-advisories-in-the-github-advisory-database.md @@ -44,6 +44,7 @@ In contrast, malicious software, or malware, is code that is intentionally desig Generally, we name our supported ecosystems after the software programming language's associated package registry. We review advisories if they are for a vulnerability in a package that comes from a supported registry. - Composer (registry: https://packagist.org/) +- Erlang (registry: https://hex.pm/) - Go (registry: https://pkg.go.dev/) - Maven (registry: https://repo1.maven.org/maven2/org/) - npm (registry: https://www.npmjs.com/) diff --git a/package-lock.json b/package-lock.json index 50d766e463e5..ed8fb532dc5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,7 +80,6 @@ "slash": "^4.0.0", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.5", - "styled-jsx": "5.0.2", "swr": "1.3.0", "ts-dedent": "^2.2.0", "unified": "^10.1.2", diff --git a/package.json b/package.json index 1312d96408ca..f5bfb81628eb 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,6 @@ "slash": "^4.0.0", "strip-html-comments": "^1.0.0", "styled-components": "^5.3.5", - "styled-jsx": "5.0.2", "swr": "1.3.0", "ts-dedent": "^2.2.0", "unified": "^10.1.2",