Skip to content

Commit

Permalink
chore(deps-dev): bump ts-pegjs from 0.3.1 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [ts-pegjs](https://github.com/metadevpro/ts-pegjs) from 0.3.1 to 4.2.1.
- [Release notes](https://github.com/metadevpro/ts-pegjs/releases)
- [Changelog](https://github.com/metadevpro/ts-pegjs/blob/master/Changelog.md)
- [Commits](https://github.com/metadevpro/ts-pegjs/commits)

---
updated-dependencies:
- dependency-name: ts-pegjs
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent 6e356db commit dc30fee
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"js-levenshtein": "^1.1.6",
"pegjs": "^0.10.0",
"sinon": "^15.2.0",
"ts-pegjs": "^0.3.1",
"ts-pegjs": "^4.2.1",
"typescript": "5.2.2",
"xml2js": "^0.6.2",
"yargs": "^17.7.2"
Expand Down
48 changes: 40 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1366,6 +1366,18 @@ __metadata:
languageName: node
linkType: hard

"@ts-morph/common@npm:~0.19.0":
version: 0.19.0
resolution: "@ts-morph/common@npm:0.19.0"
dependencies:
fast-glob: ^3.2.12
minimatch: ^7.4.3
mkdirp: ^2.1.6
path-browserify: ^1.0.1
checksum: 6b02a63ded0ce77e2bf86e135c17a6d5126307bbb926a4085d3cc2acaf28cb732780cf8d16961e9600efcc599876f706a2c9e8d135f7668704bb04a1a6fd37ec
languageName: node
linkType: hard

"@ts-morph/common@npm:~0.21.0":
version: 0.21.0
resolution: "@ts-morph/common@npm:0.21.0"
Expand Down Expand Up @@ -1979,7 +1991,7 @@ __metadata:
pegjs: ^0.10.0
semver: ^7.5.4
sinon: ^15.2.0
ts-pegjs: ^0.3.1
ts-pegjs: ^4.2.1
typescript: 5.2.2
winston: ^3.10.0
xml2js: ^0.6.2
Expand Down Expand Up @@ -7278,6 +7290,15 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^2.8.8":
version: 2.8.8
resolution: "prettier@npm:2.8.8"
bin:
prettier: bin-prettier.js
checksum: b49e409431bf129dd89238d64299ba80717b57ff5a6d1c1a8b1a28b590d998a34e083fa13573bc732bb8d2305becb4c9a4407f8486c81fa7d55100eb08263cf8
languageName: node
linkType: hard

"pretty-ms@npm:^8.0.0":
version: 8.0.0
resolution: "pretty-ms@npm:8.0.0"
Expand Down Expand Up @@ -8531,6 +8552,16 @@ __metadata:
languageName: node
linkType: hard

"ts-morph@npm:^18.0.0":
version: 18.0.0
resolution: "ts-morph@npm:18.0.0"
dependencies:
"@ts-morph/common": ~0.19.0
code-block-writer: ^12.0.0
checksum: e3d3099b9a632dfcea2ddc75f00e0d0866b4f6d27b73f9e0ff96cf64fe24ce8074098d6709873afce9edb852c2127c40ad4013f54fdf68dafe0231f1a71827c8
languageName: node
linkType: hard

"ts-morph@npm:^20.0.0":
version: 20.0.0
resolution: "ts-morph@npm:20.0.0"
Expand Down Expand Up @@ -8596,16 +8627,17 @@ __metadata:
languageName: node
linkType: hard

"ts-pegjs@npm:^0.3.1":
version: 0.3.1
resolution: "ts-pegjs@npm:0.3.1"
"ts-pegjs@npm:^4.2.1":
version: 4.2.1
resolution: "ts-pegjs@npm:4.2.1"
dependencies:
pegjs: ^0.10.0
prettier: ^2.8.8
ts-morph: ^18.0.0
peerDependencies:
pegjs: ~0.10.0
peggy: ^3.0.2
bin:
tspegjs: src/cli.js
checksum: 4eed1a3a6d33107580b6031bb0f19ec5c94bb0cb6bf7acac35f5fc5fdd45c9f2eee3cbedd016c055524495a08474e17e23aabe62ec65cef4c1a837ea8284b66f
tspegjs: dist/cli.mjs
checksum: a06a8c5770f5301f73851b1323dc834b4026c03bd3e06c0e8570323821ae2afc5770ed89d2f67cf08cd7f7b0e36381c2142adfe260d8894dad56eb28295ba842
languageName: node
linkType: hard

Expand Down

0 comments on commit dc30fee

Please sign in to comment.