Skip to content

Commit 9930bbb

Browse files
chore(deps): update dependency @types/node to ^22.10.1 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 18ab175 commit 9930bbb

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@monoweave/plugin-github": "^2.8.0",
2727
"@noahnu/eslint-config": "workspace:^",
2828
"@types/jest": "^29.5.14",
29-
"@types/node": "^22.10.0",
29+
"@types/node": "^22.10.1",
3030
"@typescript-eslint/eslint-plugin": "^8.16.0",
3131
"@typescript-eslint/parser": "^8.16.0",
3232
"@typescript-eslint/utils": "^8.16.0",

packages/eslint/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/debug": "^4.1.12",
5454
"@types/eslint": "^9.6.1",
5555
"@types/jest": "^29.5.14",
56-
"@types/node": "^22.10.0",
56+
"@types/node": "^22.10.1",
5757
"@typescript-eslint/eslint-plugin": "^8.16.0",
5858
"@typescript-eslint/parser": "^8.16.0",
5959
"@typescript-eslint/utils": "^8.16.0",

packages/eslint/eslint-import-resolver-require/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/debug": "^4.1.12",
3131
"@types/eslint": "^9.6.1",
3232
"@types/jest": "^29.5.14",
33-
"@types/node": "^22.10.0",
33+
"@types/node": "^22.10.1",
3434
"eslint": "^9.15.0",
3535
"eslint-plugin-import": "^2.31.0"
3636
},

packages/internal-test-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"main": "./src/index.ts",
1717
"devDependencies": {
18-
"@types/node": "^22.10.0"
18+
"@types/node": "^22.10.1"
1919
}
2020
}

packages/unused-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@jest/globals": "^29.7.0",
4343
"@noahnu/internal-test-utils": "workspace:*",
4444
"@types/micromatch": "^4.0.9",
45-
"@types/node": "^22.10.0",
45+
"@types/node": "^22.10.1",
4646
"typescript": "^5.7.2"
4747
}
4848
}

packages/webpack-plugins/inject-inline-html-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"@jest/globals": "^29.7.0",
3535
"@noahnu/internal-test-utils": "workspace:*",
36-
"@types/node": "^22.10.0",
36+
"@types/node": "^22.10.1",
3737
"html-webpack-plugin": "^5.6.3",
3838
"typescript": "^5.7.2",
3939
"webpack": "^5.96.1"

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,7 @@ __metadata:
17281728
"@types/eslint": "npm:^9.6.1"
17291729
"@types/eslint-config-prettier": "npm:^6.11.3"
17301730
"@types/jest": "npm:^29.5.14"
1731-
"@types/node": "npm:^22.10.0"
1731+
"@types/node": "npm:^22.10.1"
17321732
"@typescript-eslint/eslint-plugin": "npm:^8.16.0"
17331733
"@typescript-eslint/parser": "npm:^8.16.0"
17341734
"@typescript-eslint/utils": "npm:^8.16.0"
@@ -1767,7 +1767,7 @@ __metadata:
17671767
"@types/debug": "npm:^4.1.12"
17681768
"@types/eslint": "npm:^9.6.1"
17691769
"@types/jest": "npm:^29.5.14"
1770-
"@types/node": "npm:^22.10.0"
1770+
"@types/node": "npm:^22.10.1"
17711771
debug: "npm:^4.3.7"
17721772
eslint: "npm:^9.15.0"
17731773
eslint-import-resolver-node: "npm:^0.3.9"
@@ -1785,7 +1785,7 @@ __metadata:
17851785
dependencies:
17861786
"@jest/globals": "npm:^29.7.0"
17871787
"@noahnu/internal-test-utils": "workspace:*"
1788-
"@types/node": "npm:^22.10.0"
1788+
"@types/node": "npm:^22.10.1"
17891789
html-webpack-plugin: "npm:^5.6.3"
17901790
typescript: "npm:^5.7.2"
17911791
webpack: "npm:^5.96.1"
@@ -1799,7 +1799,7 @@ __metadata:
17991799
version: 0.0.0-use.local
18001800
resolution: "@noahnu/internal-test-utils@workspace:packages/internal-test-utils"
18011801
dependencies:
1802-
"@types/node": "npm:^22.10.0"
1802+
"@types/node": "npm:^22.10.1"
18031803
languageName: unknown
18041804
linkType: soft
18051805

@@ -1812,7 +1812,7 @@ __metadata:
18121812
"@monoweave/plugin-github": "npm:^2.8.0"
18131813
"@noahnu/eslint-config": "workspace:^"
18141814
"@types/jest": "npm:^29.5.14"
1815-
"@types/node": "npm:^22.10.0"
1815+
"@types/node": "npm:^22.10.1"
18161816
"@typescript-eslint/eslint-plugin": "npm:^8.16.0"
18171817
"@typescript-eslint/parser": "npm:^8.16.0"
18181818
"@typescript-eslint/utils": "npm:^8.16.0"
@@ -1848,7 +1848,7 @@ __metadata:
18481848
"@noahnu/internal-test-utils": "workspace:*"
18491849
"@types/debug": "npm:^4.1.12"
18501850
"@types/micromatch": "npm:^4.0.9"
1851-
"@types/node": "npm:^22.10.0"
1851+
"@types/node": "npm:^22.10.1"
18521852
"@typescript-eslint/typescript-estree": "npm:^8.16.0"
18531853
clipanion: "npm:^4.0.0-rc.4"
18541854
debug: "npm:^4.3.7"
@@ -2331,7 +2331,7 @@ __metadata:
23312331
languageName: node
23322332
linkType: hard
23332333

2334-
"@types/node@npm:*, @types/node@npm:^22.10.0, @types/node@npm:^22.5.5":
2334+
"@types/node@npm:*, @types/node@npm:^22.10.1, @types/node@npm:^22.5.5":
23352335
version: 22.10.2
23362336
resolution: "@types/node@npm:22.10.2"
23372337
dependencies:

0 commit comments

Comments
 (0)