Skip to content

Commit 39855a7

Browse files
committed
hotfix: fix typos, trigger crowdin sync
1 parent a904f8e commit 39855a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/site/pages/en/blog/npm/managing-node-js-dependencies-with-shrinkwrap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: Dave Pacheco
1414
Photo by Luc Viatour (flickr)
1515
</p>
1616

17-
**This post is outdated.** Please refer to official npm documentation on [shrinkwrap](https://docs.npmjs.com/cli/v8/configuring-npm/npm-shrinkwrap-json) and/or [lockfiles](https://docs.npmjs.com/cli/v8/configuring-npm/package-lock-json) instead.
17+
**This post is outdated.** Please refer to official npm documentation on [shrinkwrap](https://docs.npmjs.com/cli/configuring-npm/npm-shrinkwrap-json) and/or [lockfiles](https://docs.npmjs.com/cli/configuring-npm/package-lock-json) instead.
1818

1919
<details>
2020
<summary>Original contents</summary>

apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Shorthands of the flags can also be used:
5555

5656
The difference between _devDependencies_ and _dependencies_ is that the former contains development tools, like a testing library, while the latter is bundled with the app in production.
5757

58-
As for the _optionalDependencies_ the difference is that build failure of the dependency will not cause installation to fail. But it is your program's responsibility to handle the lack of the dependency. Read more about [optional dependencies](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#optionaldependencies).
58+
As for the _optionalDependencies_ the difference is that build failure of the dependency will not cause installation to fail. But it is your program's responsibility to handle the lack of the dependency. Read more about [optional dependencies](https://docs.npmjs.com/cli/configuring-npm/package-json#optionaldependencies).
5959

6060
### Updating packages
6161

apps/site/pages/en/learn/getting-started/security-best-practices.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,14 +442,14 @@ The [OpenSSF][] is leading several initiatives that can be very useful, especial
442442
[--inspect switch]: /learn/getting-started/debugging
443443
[same-origin policy]: /learn/getting-started/debugging
444444
[DNS Rebinding wiki]: https://en.wikipedia.org/wiki/DNS_rebinding
445-
[files property]: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#files
445+
[files property]: https://docs.npmjs.com/cli/configuring-npm/package-json#files
446446
[unpublish the package]: https://docs.npmjs.com/unpublishing-packages-from-the-registry
447447
[CWE-444]: https://cwe.mitre.org/data/definitions/444.html
448448
[RFC7230]: https://datatracker.ietf.org/doc/html/rfc7230#section-3
449449
[policy mechanism]: https://nodejs.org/api/permissions.html#policies
450450
[typosquatting]: https://en.wikipedia.org/wiki/Typosquatting
451451
[Mitigations for lockfile poisoning]: https://blog.ulisesgascon.com/lockfile-posioned
452-
[`npm ci`]: https://docs.npmjs.com/cli/v8/commands/npm-ci
452+
[`npm ci`]: https://docs.npmjs.com/cli/commands/npm-ci
453453
[secure-heap documentation]: https://nodejs.org/dist/latest-v18.x/docs/api/cli.html#--secure-heapn
454454
[CVE-2022-21824]: https://www.cvedetails.com/cve/CVE-2022-21824/
455455
[CVE-2018-3721]: https://www.cvedetails.com/cve/CVE-2018-3721/

0 commit comments

Comments
 (0)