mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
Bump marked from 15.0.12 to 17.0.4
Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 17.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v15.0.12...v17.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+5
-5
@@ -18,7 +18,7 @@
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.13.5",
|
||||
"jest": "^29.7.0",
|
||||
"marked": "^15.0.7",
|
||||
"marked": "^17.0.4",
|
||||
"ts-jest": "^29.2.6",
|
||||
"ts-proto": "^2.7.7",
|
||||
"typedoc": "^0.27.7",
|
||||
@@ -3154,16 +3154,16 @@
|
||||
"license": "Python-2.0"
|
||||
},
|
||||
"node_modules/marked": {
|
||||
"version": "15.0.12",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
|
||||
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
||||
"version": "17.0.4",
|
||||
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz",
|
||||
"integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 18"
|
||||
"node": ">= 20"
|
||||
}
|
||||
},
|
||||
"node_modules/mdurl": {
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.13.5",
|
||||
"jest": "^29.7.0",
|
||||
"marked": "^15.0.7",
|
||||
"marked": "^17.0.4",
|
||||
"ts-jest": "^29.2.6",
|
||||
"ts-proto": "^2.7.7",
|
||||
"typedoc": "^0.27.7",
|
||||
|
||||
Reference in New Issue
Block a user