Skip to content

Commit

Permalink
chore(root): update dependency @types/node to v20.16.0 (#9675)
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime authored Aug 19, 2024
2 parents b8849c7 + 5e2167b commit 6f3736d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ orbs:
executors:
core:
docker:
- image: satantime/puppeteer-node:20.15.1
- image: satantime/puppeteer-node:20.16.0
resource_class: medium
a5:
docker:
Expand Down Expand Up @@ -63,11 +63,11 @@ executors:
resource_class: medium
a17:
docker:
- image: satantime/puppeteer-node:20.15.1
- image: satantime/puppeteer-node:20.16.0
resource_class: medium
a18:
docker:
- image: satantime/puppeteer-node:20.15.1
- image: satantime/puppeteer-node:20.16.0
resource_class: medium

commands:
Expand Down
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"@types/karma-jasmine": "4.0.5",
"@types/karma-junit-reporter": "2.0.4",
"@types/karma-webpack": "4.0.0",
"@types/node": "20.14.15",
"@types/node": "20.16.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"codecov": "3.8.3",
Expand Down

0 comments on commit 6f3736d

Please sign in to comment.