Skip to content

Commit e672d4c

Browse files
Bump the all group across 4 directories with 2 updates
Bumps the all group with 1 update in the /src/5-async-work/async-iterator/node-addon-api directory: [cmake-js](https://github.com/cmake-js/cmake-js). Bumps the all group with 1 update in the /src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api directory: [cmake-js](https://github.com/cmake-js/cmake-js). Bumps the all group with 1 update in the /src/6-threadsafe-function/typed_threadsafe_function/node-addon-api directory: [cmake-js](https://github.com/cmake-js/cmake-js). Bumps the all group with 1 update in the /src/8-tooling/typescript_with_addon/node-addon-api directory: [typescript](https://github.com/microsoft/TypeScript). Updates `cmake-js` from 7.4.0 to 8.0.0 - [Release notes](https://github.com/cmake-js/cmake-js/releases) - [Changelog](https://github.com/cmake-js/cmake-js/blob/master/changelog.md) - [Commits](cmake-js/cmake-js@v7.4.0...v8.0.0) Updates `cmake-js` from 7.4.0 to 8.0.0 - [Release notes](https://github.com/cmake-js/cmake-js/releases) - [Changelog](https://github.com/cmake-js/cmake-js/blob/master/changelog.md) - [Commits](cmake-js/cmake-js@v7.4.0...v8.0.0) Updates `cmake-js` from 7.4.0 to 8.0.0 - [Release notes](https://github.com/cmake-js/cmake-js/releases) - [Changelog](https://github.com/cmake-js/cmake-js/blob/master/changelog.md) - [Commits](cmake-js/cmake-js@v7.4.0...v8.0.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: cmake-js dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: cmake-js dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: cmake-js dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b7dd86 commit e672d4c

File tree

4 files changed

+4
-4
lines changed
  • src

4 files changed

+4
-4
lines changed

src/5-async-work/async-iterator/node-addon-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"dependencies": {
88
"bindings": "^1.5.0",
9-
"cmake-js": "^7.3.0",
9+
"cmake-js": "^8.0.0",
1010
"node-addon-api": "^8.1.0"
1111
},
1212
"scripts": {

src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"dependencies": {
88
"bindings": "^1.5.0",
9-
"cmake-js": "^7.3.0",
9+
"cmake-js": "^8.0.0",
1010
"node-addon-api": "^8.1.0"
1111
},
1212
"scripts": {

src/6-threadsafe-function/typed_threadsafe_function/node-addon-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"dependencies": {
88
"bindings": "~1.5.0",
9-
"cmake-js": "^7.3.0",
9+
"cmake-js": "^8.0.0",
1010
"node-addon-api": "^8.1.0"
1111
},
1212
"scripts": {

src/8-tooling/typescript_with_addon/node-addon-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"ts-node": "^10.9.2",
15-
"typescript": "^5.2.2"
15+
"typescript": "^6.0.2"
1616
}
1717
}

0 commit comments

Comments
 (0)