Skip to content

Commit 6b7d8fe

Browse files
dependabot[bot]matejchalk
authored andcommitted
Bump the npm-development group with 3 updates
Bumps the npm-development group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [memfs](https://github.com/streamich/memfs) and [typescript](https://github.com/microsoft/TypeScript). Updates `@types/node` from 22.7.4 to 22.7.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `memfs` from 4.12.0 to 4.14.0 - [Release notes](https://github.com/streamich/memfs/releases) - [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md) - [Commits](streamich/memfs@v4.12.0...v4.14.0) Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: memfs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98632ad commit 6b7d8fe

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@code-pushup/eslint-plugin": "^0.51.0",
8282
"@code-pushup/js-packages-plugin": "^0.51.0",
8383
"@types/jest": "^29.5.13",
84-
"@types/node": "^22.7.4",
84+
"@types/node": "^22.7.5",
8585
"@typescript-eslint/eslint-plugin": "^7.18.0",
8686
"@typescript-eslint/parser": "^7.18.0",
8787
"@vercel/ncc": "^0.38.2",
@@ -92,11 +92,11 @@
9292
"eslint-plugin-prettier": "^5.2.1",
9393
"jest": "^29.7.0",
9494
"make-coverage-badge": "^1.2.0",
95-
"memfs": "^4.12.0",
95+
"memfs": "^4.14.0",
9696
"prettier": "^3.3.3",
9797
"prettier-eslint": "^16.3.0",
9898
"ts-jest": "^29.2.5",
9999
"type-fest": "^4.26.1",
100-
"typescript": "^5.6.2"
100+
"typescript": "^5.6.3"
101101
}
102102
}

0 commit comments

Comments
 (0)