Skip to content

Commit 39ba0b9

Browse files
chore(deps): bump the npm group with 2 updates (#615)
* chore(deps): bump the npm group with 2 updates Bumps the npm group with 2 updates: [glob](https://github.com/isaacs/node-glob) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `glob` from 11.0.1 to 11.0.2 - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.1...v11.0.2) Updates `@types/node` from 22.14.1 to 22.15.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: glob dependency-version: 11.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-version: 22.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]> * chore: node 20.19.0 Signed-off-by: Rui Chen <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Rui Chen <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rui Chen <[email protected]>
1 parent da05d55 commit 39ba0b9

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.15.1
1+
nodejs 20.19.0

package-lock.json

Lines changed: 13 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"@actions/github": "^6.0.0",
2626
"@octokit/plugin-retry": "^7.2.1",
2727
"@octokit/plugin-throttling": "^10.0.0",
28-
"glob": "^11.0.1",
28+
"glob": "^11.0.2",
2929
"mime": "^3.0.0"
3030
},
3131
"devDependencies": {
3232
"@types/glob": "^8.1.0",
3333
"@types/jest": "^29.5.14",
3434
"@types/mime": "^3.0.1",
35-
"@types/node": "^22.14.1",
35+
"@types/node": "^20.17.32",
3636
"@vercel/ncc": "^0.38.3",
3737
"jest": "^29.3.1",
3838
"jest-circus": "^29.3.1",

0 commit comments

Comments
 (0)