Skip to content

Commit a053b7a

Browse files
fix(deps): update dependency node to v22.18.0 (#1941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df1d930 commit a053b7a

File tree

5 files changed

+65
-65
lines changed

5 files changed

+65
-65
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup nodejs
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: "22.17.1"
22+
node-version: "22.18.0"
2323
#- name: Setup pnpm cache
2424
#uses: actions/cache@v3
2525
#with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
syncher 0.0.44
2-
nodejs 22.17.1
2+
nodejs 22.18.0
33
pnpm 10.13.1

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-abac-example",
3-
"version": "0.1.532",
3+
"version": "0.1.533",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {
77
"@types/jest": "30.0.0",
8-
"@types/node": "22.16.5",
8+
"@types/node": "22.17.0",
99
"@types/react": "19.1.8",
1010
"@types/react-dom": "19.1.6",
1111
"@types/react-syntax-highlighter": "15.5.13",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-abac",
3-
"version": "0.1.389",
3+
"version": "0.1.390",
44
"description": "Attribute Based Access Control and Role Based Access Control for React",
55
"keywords": [
66
"abac",
@@ -159,7 +159,7 @@
159159
"@types/enzyme": "3.10.19",
160160
"@types/enzyme-adapter-react-16": "1.0.9",
161161
"@types/jest": "30.0.0",
162-
"@types/node": "22.16.5",
162+
"@types/node": "22.17.0",
163163
"@types/react": "19.1.8",
164164
"@types/react-dom": "19.1.6",
165165
"@typescript-eslint/eslint-plugin": "8.38.0",

0 commit comments

Comments
 (0)