diff --git a/package-lock.json b/package-lock.json index 7e28f80e224..7927ebd7f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9741,9 +9741,10 @@ "license": "MIT" }, "node_modules/@primer/react": { - "version": "37.27.0", - "resolved": "https://registry.npmjs.org/@primer/react/-/react-37.27.0.tgz", - "integrity": "sha512-zxTiM80hfzKlHkil9tyuk6gM8eMEtH+w3WtMYrAfXovtwIuF/GgcNJH9tbVlZPCQH+N0r6jWstvN3jaVsdKZsA==", + "version": "37.28.0", + "resolved": "https://registry.npmjs.org/@primer/react/-/react-37.28.0.tgz", + "integrity": "sha512-yQZs8LKuEOlMV7r8nph46+m2Jr349eiW3DaHzzFK9Yniw6z9DCmqQEBN7kNA1mCbKD1ayzUvTp4KCFedlBuVXA==", + "license": "MIT", "dependencies": { "@github/relative-time-element": "^4.4.5", "@github/tab-container-element": "4.8.2", @@ -9768,6 +9769,7 @@ "hsluv": "1.0.1", "lodash.isempty": "^4.4.0", "lodash.isobject": "^3.0.2", + "react-compiler-runtime": "^19.1.0-rc.2", "react-intersection-observer": "^9.16.0", "react-is": "^18.2.0", "styled-system": "^5.1.5", @@ -22546,12 +22548,13 @@ } }, "node_modules/framer-motion": { - "version": "12.23.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.0.tgz", - "integrity": "sha512-xf6NxTGAyf7zR4r2KlnhFmsRfKIbjqeBupEDBAaEtVIBJX96sAon00kMlsKButSIRwPSHjbRrAPnYdJJ9kyhbA==", + "version": "12.23.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.1.tgz", + "integrity": "sha512-7P1t2DnKEUXvPxVZJu9Hd4gfdoUF6z9U3w3/MUXCVFNHiFV+iSoboqeK4/ZCCpa49/ZiVEWfaaYCPscqPPsOVQ==", + "license": "MIT", "dependencies": { - "motion-dom": "^12.22.0", - "motion-utils": "^12.19.0", + "motion-dom": "^12.23.1", + "motion-utils": "^12.23.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -33695,17 +33698,19 @@ } }, "node_modules/motion-dom": { - "version": "12.22.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.22.0.tgz", - "integrity": "sha512-ooH7+/BPw9gOsL9VtPhEJHE2m4ltnhMlcGMhEqA0YGNhKof7jdaszvsyThXI6LVIKshJUZ9/CP6HNqQhJfV7kw==", + "version": "12.23.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.1.tgz", + "integrity": "sha512-kcMDS8yhUZgO7iu3FB0UYZpHUymZlj4aoEqH0Vf0k3JtZA0xfYIrmbDlKn6X7+INXV3hDAIBUf4aT5jEUHvvWQ==", + "license": "MIT", "dependencies": { - "motion-utils": "^12.19.0" + "motion-utils": "^12.23.1" } }, "node_modules/motion-utils": { - "version": "12.19.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.19.0.tgz", - "integrity": "sha512-BuFTHINYmV07pdWs6lj6aI63vr2N4dg0vR+td0rtrdpWOhBzIkEklZyLcvKBoEtwSqx8Jg06vUB5RS0xDiUybw==" + "version": "12.23.1", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.1.tgz", + "integrity": "sha512-coqLmHUTBA1KyBNEO64sTCWlduDV5Q6Yv0szjxnHVzZmcFYpVowyP6S38iOUlhocannaCCHlZ06lyLWQe/jheQ==", + "license": "MIT" }, "node_modules/mri": { "version": "1.2.0", @@ -38135,6 +38140,15 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc" } }, + "node_modules/react-compiler-runtime": { + "version": "19.1.0-rc.2", + "resolved": "https://registry.npmjs.org/react-compiler-runtime/-/react-compiler-runtime-19.1.0-rc.2.tgz", + "integrity": "sha512-852AwyIsbWJ5o1LkQVAZsVK3iLjMxOfKZuxqeGd/RfD+j1GqHb6j3DSHLtpu4HhFbQHsP2DzxjJyKR6luv4D8w==", + "license": "MIT", + "peerDependencies": { + "react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental" + } + }, "node_modules/react-dev-utils": { "version": "12.0.1", "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz",