Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [rollup](https://github.com/rollup/rollup) and [typescript](https://github.com/microsoft/TypeScript).


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

Updates `rollup` from 4.27.3 to 4.27.4
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.27.3...v4.27.4)

Updates `typescript` from 5.6.3 to 5.7.2
- [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.3...v5.7.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent cd80f1a commit e12c1ce
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 87 deletions.
168 changes: 84 additions & 84 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"homepage": "https://github.com/BitPatty/imgproxy-url-builder#readme",
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.9.1",
"@types/node": "22.9.3",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"crypto-js": "4.2.0",
Expand All @@ -61,12 +61,12 @@
"eslint-plugin-prettier": "5.2.1",
"npm-check-updates": "17.1.11",
"prettier": "3.3.3",
"rollup": "4.27.3",
"rollup": "4.27.4",
"rollup-plugin-typescript2": "0.36.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typedoc": "0.26.11",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}

0 comments on commit e12c1ce

Please sign in to comment.