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.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2023
1 parent 0914f7d commit 883d3f7
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": "4.0.1",
"@augu/tsconfig": "1.1.1",
"@types/js-yaml": "4.0.5",
"@types/node": "18.13.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.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": "4.0.1",
"@augu/tsconfig": "1.1.1",
"@types/node": "18.13.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.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": "4.0.1",
"@augu/tsconfig": "1.1.1",
"@types/node": "18.13.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.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": "4.0.1",
"@augu/tsconfig": "1.1.1",
"@types/node": "18.13.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.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 @@ -391,7 +391,7 @@ __metadata:
"@ltd/j-toml": 1.38.0
"@noelware/lilith": "workspace:src/lilith"
"@types/js-yaml": 4.0.5
"@types/node": 18.13.0
"@types/node": 18.15.3
"@typescript-eslint/eslint-plugin": 5.52.0
"@typescript-eslint/parser": 5.52.0
dot-prop: 7.2.0
Expand Down Expand Up @@ -421,7 +421,7 @@ __metadata:
"@augu/eslint-config": 4.0.1
"@augu/tsconfig": 1.1.1
"@noelware/lilith-logging": "workspace:src/logging"
"@types/node": 18.13.0
"@types/node": 18.15.3
"@typescript-eslint/eslint-plugin": 5.52.0
"@typescript-eslint/parser": 5.52.0
eslint: 8.24.0
Expand All @@ -445,7 +445,7 @@ __metadata:
"@augu/eslint-config": 4.0.1
"@augu/tsconfig": 1.1.1
"@noelware/lilith": "workspace:src/lilith"
"@types/node": 18.13.0
"@types/node": 18.15.3
"@typescript-eslint/eslint-plugin": 5.52.0
"@typescript-eslint/parser": 5.52.0
eslint: 8.24.0
Expand All @@ -467,7 +467,7 @@ __metadata:
"@augu/eslint-config": 4.0.1
"@augu/tsconfig": 1.1.1
"@noelware/utils": 2.2.1
"@types/node": 18.13.0
"@types/node": 18.15.3
"@typescript-eslint/eslint-plugin": 5.52.0
"@typescript-eslint/parser": 5.52.0
eslint: 8.24.0
Expand Down Expand Up @@ -584,10 +584,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.13.0":
version: 18.13.0
resolution: "@types/node@npm:18.13.0"
checksum: 4ea10f8802848b01672bce938f678b6774ca2cee0c9774f12275ab064ae07818419c3e2e41d6257ce7ba846d1ea26c63214aa1dfa4166fa3746291752b8c6416
"@types/node@npm:18.15.3":
version: 18.15.3
resolution: "@types/node@npm:18.15.3"
checksum: 31b1d92475a82c30de29aa6c0771b18a276552d191283b4423ba2d61b3f01159bf0d02576c0b7cc834b043997893800db6bb47f246083ed85aa45e79c80875d7
languageName: node
linkType: hard

Expand Down

0 comments on commit 883d3f7

Please sign in to comment.