1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-04-25 08:46:39 +02:00

Override markdown-to-jsx version in order to solve audit issues

This commit is contained in:
Aleksandr Gumroian 2025-04-22 14:20:20 +02:00
parent d0632a4c82
commit 5a8281393a
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733
2 changed files with 8 additions and 14 deletions

19
package-lock.json generated
View File

@ -13648,16 +13648,13 @@
}
},
"node_modules/markdown-to-jsx": {
"version": "6.11.4",
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-6.11.4.tgz",
"integrity": "sha512-3lRCD5Sh+tfA52iGgfs/XZiw33f7fFX9Bn55aNnVNUd2GzLDkOWyKYYD8Yju2B1Vn+feiEdgJs8T6Tg0xNokPw==",
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.4.tgz",
"integrity": "sha512-1bSfXyBKi+EYS3YY+e0Csuxf8oZ3decdfhOav/Z7Wrk89tjudyL5FOmwZQUoy0/qVXGUl+6Q3s2SWtpDEWITfQ==",
"dev": true,
"dependencies": {
"prop-types": "^15.6.2",
"unquote": "^1.1.0"
},
"license": "MIT",
"engines": {
"node": ">= 4"
"node": ">= 10"
},
"peerDependencies": {
"react": ">= 0.14.0"
@ -17776,12 +17773,6 @@
"node": ">= 0.8"
}
},
"node_modules/unquote": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz",
"integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=",
"dev": true
},
"node_modules/update-browserslist-db": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",

View File

@ -62,6 +62,9 @@
"style-loader": "^4.0.0",
"webpack": "^5.98.0"
},
"overrides": {
"markdown-to-jsx": "^7.7.4"
},
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint --fix src",