Install gift-pegjs 1.0.2

This commit is contained in:
C. Fuhrman 2024-09-15 17:23:20 -04:00
parent 8c1a2d5e61
commit c266538aa5
2 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
"@types/uuid": "^9.0.7",
"axios": "^1.6.7",
"esbuild": "^0.23.1",
"gift-pegjs": "^1.0.1",
"gift-pegjs": "^1.0.2",
"jest-environment-jsdom": "^29.7.0",
"katex": "^0.16.9",
"marked": "^9.1.2",
@ -6844,9 +6844,9 @@
}
},
"node_modules/gift-pegjs": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/gift-pegjs/-/gift-pegjs-1.0.1.tgz",
"integrity": "sha512-I94JJpbTg7FZvNkF+LKihjBK/eSb8LBegEGktD/k/5q6DbGvRXTHQu/22VHCSq9b39BkNcOftEAYRRcTd8IPUg==",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/gift-pegjs/-/gift-pegjs-1.0.2.tgz",
"integrity": "sha512-S/A2wBDdia2QWKpB5FtASx1gguep1wg5If5glDWJgUMiABICJT7ogArGfsdgozevhBdbdOiHhrykJP86hbgvRw==",
"dependencies": {
"pegjs": "^0.10.x"
}

View file

@ -24,7 +24,7 @@
"@types/uuid": "^9.0.7",
"axios": "^1.6.7",
"esbuild": "^0.23.1",
"gift-pegjs": "^1.0.1",
"gift-pegjs": "^1.0.2",
"jest-environment-jsdom": "^29.7.0",
"katex": "^0.16.9",
"marked": "^9.1.2",