Skip to content

Commit aee95bd

Browse files
authoredAug 14, 2023
Bump the dev-dependencies group with 2 updates (#423)
Bumps the dev-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint](https://github.com/eslint/eslint). Updates `@types/node` from 20.4.9 to 20.5.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 8.46.0 to 8.47.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.46.0...v8.47.0) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 438cd9b commit aee95bd

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed
 

‎package-lock.json

+44-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"@changesets/cli": "^2.26.2",
1818
"@tsconfig/node14": "^14.1.0",
1919
"@types/jest": "^29.5.3",
20-
"@types/node": "^20.4.9",
20+
"@types/node": "^20.5.0",
2121
"@typescript-eslint/eslint-plugin": "^6.3.0",
2222
"@typescript-eslint/parser": "^6.3.0",
23-
"eslint": "^8.46.0",
23+
"eslint": "^8.47.0",
2424
"eslint-config-prettier": "^9.0.0",
2525
"eslint-plugin-prettier": "^5.0.0",
2626
"jest": "^29.6.2",

0 commit comments

Comments
 (0)
Please sign in to comment.