Skip to content

Commit

Permalink
Merge pull request #24 from hildjj/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Dec 10, 2024
2 parents d506ac4 + 693a4d0 commit 54aacae
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 205 deletions.
2 changes: 1 addition & 1 deletion lib/abnfp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.1.1.
// @generated by Peggy 4.2.0.
//
// https://peggyjs.org/

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@
},
"dependencies": {
"commander": "^12.1.0",
"peggy": "^4.1.1"
"peggy": "^4.2.0"
},
"devDependencies": {
"@peggyjs/coverage": "1.2.1",
"@peggyjs/coverage": "1.3.2",
"@peggyjs/eslint-config": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"ava": "6.2.0",
"c8": "10.1.2",
"eslint": "^9.14.0",
"typescript": "^5.6.3"
"c8": "10.1.3",
"eslint": "^9.16.0",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"pnpm": {
"overrides": {
"braces": "^3.0.3",
"micromatch": "^4.0.8"
"cross-spawn": "^7.0.6",
"@eslint/plugin-kit": "^0.2.4"
}
},
"engines": {
Expand Down
Loading

0 comments on commit 54aacae

Please sign in to comment.