fix(core): Add missing mnemonist dependency (#5841)

This commit is contained in:
Gal Zahavi 2025-08-08 08:10:04 -07:00 committed by GitHub
parent f5e0f16157
commit 51d09e720b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

3
package-lock.json generated
View File

@ -7865,7 +7865,6 @@
"version": "0.40.3",
"resolved": "https://registry.npmjs.org/mnemonist/-/mnemonist-0.40.3.tgz",
"integrity": "sha512-Vjyr90sJ23CKKH/qPAgUKicw/v6pRoamxIEDFOF8uSgFME7DqPRpHgRTejWVjkdGg5dXj0/NyxZHZ9bcjH+2uQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"obliterator": "^2.0.4"
@ -8305,7 +8304,6 @@
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/obliterator/-/obliterator-2.0.5.tgz",
"integrity": "sha512-42CPE9AhahZRsMNslczq0ctAEtqk8Eka26QofnqC346BZdHDySk3LWka23LI7ULIw11NmltpiLagIq8gBozxTw==",
"dev": true,
"license": "MIT"
},
"node_modules/on-finished": {
@ -11916,6 +11914,7 @@
"ignore": "^7.0.0",
"marked": "^15.0.12",
"micromatch": "^4.0.8",
"mnemonist": "^0.40.3",
"open": "^10.1.2",
"picomatch": "^4.0.1",
"shell-quote": "^1.8.3",

View File

@ -43,6 +43,7 @@
"ignore": "^7.0.0",
"marked": "^15.0.12",
"micromatch": "^4.0.8",
"mnemonist": "^0.40.3",
"open": "^10.1.2",
"picomatch": "^4.0.1",
"shell-quote": "^1.8.3",