docs: update note to mention yarn v4.9.0 supporting provenance (#1546)

As of today, Yarn released [v4.9.0](https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F4.9.0), which adds support for publishing to NPM with provenance statements. Therefore, I have updated the note about Yarn to include such. I do, however, apologise if there are better ways to word the sentence. Signed-off-by: Seren_Modz 21 <seren@kings-world.net>

Seren_Modz 21 committed Apr 9, 2025 at 19:11 UTC 76dcf6bcdaf3c2595b6004a18fc0fb3a3df6d4d0
1 file changed +1 -1
content/packages-and-modules/securing-your-code/generating-provenance-statements.mdx
+1 -1
@@ -121,7 +121,7 @@ If you publish your packages with tools that do not directly invoke the `npm pub
121
122 <Note>
123
124 -**Note:** At this time, `yarn` is not a supported tool for publishing your packages with provenance.
124 +**Note:** To publish packages with provenance using Yarn, [v4.9.0](https://github.com/yarnpkg/berry/releases/tag/%40yarnpkg%2Fcli%2F4.9.0) or greater is required.
125
126 </Note>
127