Skip to content

Commit

Permalink
chore(deps-dev): bump the minor group with 3 updates (#747)
Browse files Browse the repository at this point in the history
Bumps the minor group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [puppeteer](https://github.com/puppeteer/puppeteer) and [webpack](https://github.com/webpack/webpack).


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

Updates `puppeteer` from 23.4.0 to 23.4.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v23.4.0...puppeteer-v23.4.1)

Updates `webpack` from 5.94.0 to 5.95.0
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 6a46950 commit 22ed078
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
44 changes: 22 additions & 22 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 @@ -22,20 +22,20 @@
"@octokit/rest": "^21.0.2",
"@qiwi/semantic-release-gh-pages-plugin": "^5.2.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.6.1",
"@types/node": "^22.7.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"http-server": "^14.1.1",
"mocha": "^10.7.3",
"node-static": "^0.7.11",
"npm-run-all": "^4.1.5",
"puppeteer": "^23.4.0",
"puppeteer": "^23.4.1",
"semantic-release": "^24.1.1",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"files": [
Expand Down

0 comments on commit 22ed078

Please sign in to comment.