Skip to content

Commit 39aae0c

Browse files
authored
Merge pull request #931 from actions/dependabot/npm_and_yarn/npm-development-950ad66600
Bump @types/node from 22.1.0 to 22.2.0 in the npm-development group
2 parents 1d1be2d + 1b0db9a commit 39aae0c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ based on release tags. This script simplifies this process by performing the
218218
following steps:
219219

220220
1. **Retrieving the latest release tag:** The script starts by fetching the most
221-
recent semver release tag of the current branch, by looking at the local data
221+
recent SemVer release tag of the current branch, by looking at the local data
222222
available in your repository.
223223
1. **Prompting for a new release tag:** The user is then prompted to enter a new
224224
release tag. To assist with this, the script displays the tag retrieved in

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@jest/globals": "^29.7.0",
7373
"@types/jest": "^29.5.12",
74-
"@types/node": "^22.1.0",
74+
"@types/node": "^22.2.0",
7575
"@typescript-eslint/eslint-plugin": "^7.17.0",
7676
"@typescript-eslint/parser": "^7.18.0",
7777
"@vercel/ncc": "^0.38.1",

0 commit comments

Comments
 (0)