Skip to content

Commit 54f3549

Browse files
chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates
Bumps the development-dependencies group with 4 updates in the / directory: [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [firebase-tools](https://github.com/firebase/firebase-tools) and [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash). Updates `@microsoft/api-extractor` from 7.49.1 to 7.49.2 - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.49.2/apps/api-extractor) Updates `@types/node` from 22.10.10 to 22.13.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `firebase-tools` from 13.29.2 to 13.29.3 - [Release notes](https://github.com/firebase/firebase-tools/releases) - [Changelog](https://github.com/firebase/firebase-tools/blob/master/CHANGELOG.md) - [Commits](firebase/firebase-tools@v13.29.2...v13.29.3) Updates `@types/lodash` from 4.17.14 to 4.17.15 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@microsoft/api-extractor" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: firebase-tools dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0d5738 commit 54f3549

File tree

3 files changed

+164
-170
lines changed

3 files changed

+164
-170
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"devDependencies": {
3232
"@babel/core": "7.26.7",
3333
"@babel/preset-env": "7.26.7",
34-
"@microsoft/api-extractor": "7.49.1",
34+
"@microsoft/api-extractor": "7.49.2",
3535
"@types/jest": "29.5.14",
36-
"@types/node": "22.10.10",
36+
"@types/node": "22.13.1",
3737
"@types/regenerator-runtime": "0.13.8",
3838
"babel-jest": "29.7.0",
3939
"canvas": "3.1.0",
40-
"firebase-tools": "13.29.2",
40+
"firebase-tools": "13.29.3",
4141
"husky": "9.1.7",
4242
"identity-obj-proxy": "3.0.0",
4343
"jest": "29.7.0",

packages/ace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@otjs/types": "workspace:*",
4747
"@otjs/utils": "workspace:*",
4848
"@types/ace": "0.0.52",
49-
"@types/lodash": "4.17.14"
49+
"@types/lodash": "4.17.15"
5050
},
5151
"peerDependencies": {
5252
"@otjs/plaintext": "^0.2.0",

0 commit comments

Comments
 (0)