Skip to content

Commit

Permalink
Bump the app-deps group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the app-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.3` | `11.0.5` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.10` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.1.1` | `9.1.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |



Updates `uuid` from 11.0.3 to 11.0.5
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.3...v11.0.5)

Updates `@babel/preset-env` from 7.26.0 to 7.26.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.7/packages/babel-preset-env)

Updates `@types/node` from 22.10.2 to 22.10.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `concurrently` from 9.1.1 to 9.1.2
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.1.1...v9.1.2)

Updates `typescript` from 5.7.2 to 5.7.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.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-deps
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-deps
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-deps
- dependency-name: concurrently
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: app-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 44989b1 commit dd2cb91
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 91 deletions.
159 changes: 72 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,19 @@
"@clickhouse/client": "^1.10.0",
"@sqltools/base-driver": "latest",
"@sqltools/types": "latest",
"uuid": "^11.0.3"
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.7",
"@types/node": ">=22",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.42.0",
"@vscode/vsce": "3.2.1",
"concurrently": "^9.1.1",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"esbuild": "^0.24.2",
"ovsx": "^0.10.1",
"rimraf": "^6.0.1",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}

0 comments on commit dd2cb91

Please sign in to comment.