Skip to content

Commit

Permalink
Chore(deps-dev): bump the update-npm-dependencies group with 3 updates (
Browse files Browse the repository at this point in the history
#37)

Bumps the update-npm-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [peggy](https://github.com/peggyjs/peggy).


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

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

Updates `peggy` from 4.0.0 to 4.0.2
- [Release notes](https://github.com/peggyjs/peggy/releases)
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md)
- [Commits](peggyjs/peggy@v4.0.0...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2024
1 parent f595da4 commit deeb182
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 22 deletions.
52 changes: 33 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,10 +27,10 @@
"@js-soft/eslint-config-ts": "^1.6.6",
"@js-soft/license-check": "^1.0.9",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"copy-webpack-plugin": "^12.0.2",
"enhanced-publish": "^1.1.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-expect-message": "^1.1.3",
"madge": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/iql/package.json
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"light-server": "^2.9.1",
"peggy": "^4.0.0"
"peggy": "^4.0.2"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit deeb182

Please sign in to comment.