Skip to content

Commit

Permalink
Bump @types/node from 15.6.1 to 16.9.6 (#2235)
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 15.6.1 to 16.9.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 22, 2021
1 parent 2d76797 commit d181626
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@remusao/auto-config": "^1.1.1",
"@types/benchmark": "^2.1.0",
"@types/node": "^15.3.0",
"@types/node": "^16.9.6",
"auto": "^10.27.0",
"benchmark": "^2.1.4",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/node": "^15.3.0",
"@types/node": "^16.9.6",
"rimraf": "^3.0.0",
"rollup": "^2.48.0",
"rollup-plugin-sourcemaps": "^0.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker-extended-selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/chai-as-promised": "^7.1.4",
"@types/jsdom": "^16.2.5",
"@types/mocha": "^9.0.0",
"@types/node": "^15.3.0",
"@types/node": "^16.9.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"jsdom": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adblocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@types/chai": "^4.2.18",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^9.0.0",
"@types/node": "^15.3.0",
"@types/node": "^16.9.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"concurrently": "^6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1508,10 +1508,10 @@
dependencies:
node-fetch "*"

"@types/node@*", "@types/node@^15.3.0":
version "15.6.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-15.6.1.tgz#32d43390d5c62c5b6ec486a9bc9c59544de39a08"
integrity sha512-7EIraBEyRHEe7CH+Fm1XvgqU6uwZN8Q7jppJGcqjROMT29qhAuuOxYB1uEY5UMYQKEmA5D+5tBnhdaPXSsLONA==
"@types/node@*", "@types/node@^16.9.6":
version "16.9.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.9.6.tgz#040a64d7faf9e5d9e940357125f0963012e66f04"
integrity sha512-YHUZhBOMTM3mjFkXVcK+WwAcYmyhe1wL4lfqNtzI0b3qAy7yuSetnM7QJazgE5PFmgVTNGiLOgRFfJMqW7XpSQ==

"@types/node@^14.6.2":
version "14.17.1"
Expand Down

0 comments on commit d181626

Please sign in to comment.