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

Commit

Permalink
build: update dependency @types/node to ^18.11.9. (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2022
1 parent 71d2fbf commit cfa68f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/config-danger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"danger": "^11.1.4"
},
"devDependencies": {
"@types/node": "^18.11.8"
"@types/node": "^18.11.9"
},
"engines": {
"node": ">=14.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.0",
"@types/eslint": "^8.4.9",
"@types/node": "^18.11.8",
"@types/node": "^18.11.9",
"eslint": "^8.26.0",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4061,7 +4061,7 @@ __metadata:
resolution: "@rajzik/danger-configuration@workspace:packages/config-danger"
dependencies:
"@rajzik/conventional-changelog-types": "workspace:^1.0.0"
"@types/node": ^18.11.8
"@types/node": ^18.11.9
danger: ^11.1.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4643,10 +4643,10 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^18.11.8":
version: 18.11.8
resolution: "@types/node@npm:18.11.8"
checksum: 60b358f97c1a029722dc785811b217615ef20249c3fbde60a65869cfd7a5cd5b1872ee95c79c187ef70e5a078f4ac7670d2129803985268b1f021ad6e8040af8
"@types/node@npm:^18.11.9":
version: 18.11.9
resolution: "@types/node@npm:18.11.9"
checksum: cc0aae109e9b7adefc32eecb838d6fad931663bb06484b5e9cbbbf74865c721b03d16fd8d74ad90e31dbe093d956a7c2c306ba5429ba0c00f3f7505103d7a496
languageName: node
linkType: hard

Expand Down Expand Up @@ -7619,7 +7619,7 @@ __metadata:
"@rajzik/configs-shared": "workspace:^1.0.0"
"@types/confusing-browser-globals": ^1.0.0
"@types/eslint": ^8.4.9
"@types/node": ^18.11.8
"@types/node": ^18.11.9
"@typescript-eslint/eslint-plugin": ^5.41.0
"@typescript-eslint/parser": ^5.41.0
confusing-browser-globals: ^1.0.11
Expand Down

0 comments on commit cfa68f2

Please sign in to comment.