diff --git a/package-lock.json b/package-lock.json index 0e0cf32c685..e39478da947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "name": "example-app-router", "version": "0.0.0", "dependencies": { - "@primer/react": "37.9.1", + "@primer/react": "37.10.0", "next": "^14.2.15", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -82,7 +82,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@primer/react": "37.9.1", + "@primer/react": "37.10.0", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^7.11.0", @@ -101,7 +101,7 @@ "version": "0.0.0", "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "37.9.1", + "@primer/react": "37.10.0", "clsx": "^1.2.1", "next": "^14.2.15", "react": "^18.3.1", @@ -19810,6 +19810,16 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/markdownlint-cli2/node_modules/yaml": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">= 14" + } + }, "node_modules/markdownlint-micromark": { "version": "0.1.7", "dev": true, @@ -29604,9 +29614,14 @@ "license": "ISC" }, "node_modules/yaml": { - "version": "2.3.4", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", + "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", "dev": true, "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, "engines": { "node": ">= 14" } @@ -29864,7 +29879,7 @@ }, "packages/react": { "name": "@primer/react", - "version": "37.9.1", + "version": "37.10.0", "license": "MIT", "dependencies": { "@github/relative-time-element": "^4.4.3", @@ -29995,7 +30010,7 @@ "unist-util-find": "3.0.0", "unist-util-find-before": "4.0.0", "unist-util-flat-filter": "2.0.0", - "yaml": "2.3.4" + "yaml": "2.7.0" }, "engines": { "node": ">=12", diff --git a/packages/react/package.json b/packages/react/package.json index 1b889e3eaf8..76cf53b3289 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -207,7 +207,7 @@ "unist-util-find": "3.0.0", "unist-util-find-before": "4.0.0", "unist-util-flat-filter": "2.0.0", - "yaml": "2.3.4" + "yaml": "2.7.0" }, "peerDependencies": { "@types/react": "^18.0.0",