diff --git a/content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx b/content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx index e6b775a1ccc..5d1eba30cb6 100644 --- a/content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx +++ b/content/packages-and-modules/contributing-packages-to-the-registry/creating-a-package-json-file.mdx @@ -25,7 +25,7 @@ A `package.json` file: A `package.json` file must contain `"name"` and `"version"` fields. -The `"name"` field contains your package's name and *must* be lowercase *without* any spaces. May contain _hyphens_, _dots_, and _underscores_. +The `"name"` field contains your package's name and _must_ be lowercase _without_ any spaces. May contain _hyphens_, _dots_, and _underscores_. The `"version"` field must be in the form `x.x.x` and follow the [semantic versioning guidelines][semver]. diff --git a/package-lock.json b/package-lock.json index d02f7e16c0c..145cabc5dbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7769,9 +7769,9 @@ } }, "node_modules/@primer/octicons-react": { - "version": "19.11.0", - "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.11.0.tgz", - "integrity": "sha512-8PpCz7cpYY2GCGnJ/G9UARh9PH4C290l31YjriQHZ+WsagE37ntKXhFwq+s4OWoRqZ7fA7HeU81zGDFHQi0VKg==", + "version": "19.12.0", + "resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-19.12.0.tgz", + "integrity": "sha512-xnVzFmeWqqiiv9XYZ0hrlytAlCrSZ+HM3JrRzmD/LiPgdyEhyG/qb/ewMukiDoF9Ckwy4rkd1zuDd3KAx4DIAw==", "engines": { "node": ">=8" },