Skip to content

Commit a22af75

Browse files
chore(deps): update dependency node to v22.15.0
1 parent 3425de3 commit a22af75

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22.14.0
18+
node-version: 22.15.0
1919
cache: "yarn"
2020
- name: Install dependencies and Build
2121
run: yarn install --frozen-lockfile

.github/workflows/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 22.14.0
18+
node-version: 22.15.0
1919
cache: "yarn"
2020
- name: Run performance tests
2121
run: ./reassure-tests.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@release-it/conventional-changelog": "10.0.0",
5858
"@testing-library/react-native": "v14.0.0-alpha.1",
5959
"@types/jest": "29.5.14",
60-
"@types/node": "22.14.0",
60+
"@types/node": "22.15.2",
6161
"@types/react": "19.1.0",
6262
"@types/svg-parser": "^2.0.3",
6363
"commitlint": "19.8.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4079,10 +4079,10 @@
40794079
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.2.tgz#17d42c6322d917764dd3d2d3a10d7884925de067"
40804080
integrity sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA==
40814081

4082-
"@types/node@22.14.0":
4083-
version "22.14.0"
4084-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.0.tgz#d3bfa3936fef0dbacd79ea3eb17d521c628bb47e"
4085-
integrity sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==
4082+
"@types/node@22.15.2":
4083+
version "22.15.2"
4084+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.2.tgz#1db55aa64618ee93a58c8912f74beefe44aca905"
4085+
integrity sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==
40864086
dependencies:
40874087
undici-types "~6.21.0"
40884088

0 commit comments

Comments
 (0)