Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Update dependency @types/node to v18.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 6, 2022
1 parent e9a7736 commit 1703dcf
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@augu/eslint-config": "3.0.0",
"@augu/tsconfig": "1.1.1",
"@types/js-yaml": "4.0.5",
"@types/node": "18.11.10",
"@types/node": "18.11.11",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.24.0",
Expand Down
2 changes: 1 addition & 1 deletion src/lilith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@augu/eslint-config": "3.0.0",
"@augu/tsconfig": "1.1.1",
"@types/node": "18.11.10",
"@types/node": "18.11.11",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.24.0",
Expand Down
2 changes: 1 addition & 1 deletion src/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@augu/eslint-config": "3.0.0",
"@augu/tsconfig": "1.1.1",
"@types/node": "18.11.10",
"@types/node": "18.11.11",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.24.0",
Expand Down
2 changes: 1 addition & 1 deletion src/winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@augu/eslint-config": "3.0.0",
"@augu/tsconfig": "1.1.1",
"@types/node": "18.11.10",
"@types/node": "18.11.11",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.24.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ __metadata:
"@ltd/j-toml": 1.35.3
"@noelware/lilith": "workspace:src/lilith"
"@types/js-yaml": 4.0.5
"@types/node": 18.11.10
"@types/node": 18.11.11
"@typescript-eslint/eslint-plugin": 5.45.0
"@typescript-eslint/parser": 5.45.0
dot-prop: 7.2.0
Expand Down Expand Up @@ -223,7 +223,7 @@ __metadata:
"@augu/eslint-config": 3.0.0
"@augu/tsconfig": 1.1.1
"@noelware/lilith-logging": "workspace:src/logging"
"@types/node": 18.11.10
"@types/node": 18.11.11
"@typescript-eslint/eslint-plugin": 5.45.0
"@typescript-eslint/parser": 5.45.0
eslint: 8.24.0
Expand All @@ -247,7 +247,7 @@ __metadata:
"@augu/eslint-config": 3.0.0
"@augu/tsconfig": 1.1.1
"@noelware/lilith": "workspace:src/lilith"
"@types/node": 18.11.10
"@types/node": 18.11.11
"@typescript-eslint/eslint-plugin": 5.45.0
"@typescript-eslint/parser": 5.45.0
eslint: 8.24.0
Expand All @@ -269,7 +269,7 @@ __metadata:
"@augu/eslint-config": 3.0.0
"@augu/tsconfig": 1.1.1
"@noelware/utils": 2.2.1
"@types/node": 18.11.10
"@types/node": 18.11.11
"@typescript-eslint/eslint-plugin": 5.45.0
"@typescript-eslint/parser": 5.45.0
eslint: 8.24.0
Expand Down Expand Up @@ -386,10 +386,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.11.10":
version: 18.11.10
resolution: "@types/node@npm:18.11.10"
checksum: 0f60cb090b2ee91fcd3dc4311bc1ed7889b92f14644c0069f100776f86474c12eebbcc6c75bc0d7d96b975a103b4d5d6b3c22b4e88bea6e7f4e2b1bb0daf5ea8
"@types/node@npm:18.11.11":
version: 18.11.11
resolution: "@types/node@npm:18.11.11"
checksum: c4b1176a8f1714a3ee3fc2a5e1d568b0cd50209000282db5c68154b3c975952928dbb834ef3a0ce55bd7b345ae29f2cbf4a34635a070294d135a24254231386a
languageName: node
linkType: hard

Expand Down

0 comments on commit 1703dcf

Please sign in to comment.