chore: update deps

This commit is contained in:
Vitaly Gashkov
2025-10-25 12:09:12 +05:00
parent 8658934ebe
commit 1d8596b8c9
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -15,7 +15,7 @@
], ],
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"molnia": "^0.1.5" "molnia": "^0.1.7"
}, },
"bin": { "bin": {
"crextractor": "bin/cli.js" "crextractor": "bin/cli.js"
@@ -37,9 +37,9 @@
} }
}, },
"node_modules/molnia": { "node_modules/molnia": {
"version": "0.1.5", "version": "0.1.7",
"resolved": "https://registry.npmjs.org/molnia/-/molnia-0.1.5.tgz", "resolved": "https://registry.npmjs.org/molnia/-/molnia-0.1.7.tgz",
"integrity": "sha512-Kb3bhlvNVWJ9Z8tGZGkhmChpXQY8OLFPkxXFvLJb+foLwfH7JyyJl+DbKuUKAIK1vnxs5sBFuQb3wxOIwWBpiA==", "integrity": "sha512-wCezzcu2sRybrJb9ltrBEWwzO9NU2DRgxZw5Gr1g2QrnwrNo+olE3cAiD3Q1Y76rCde1qXBUmEuZ13aKXew+AQ==",
"funding": [ "funding": [
{ {
"type": "individual", "type": "individual",
+1 -1
View File
@@ -35,7 +35,7 @@
"node": ">=20" "node": ">=20"
}, },
"dependencies": { "dependencies": {
"molnia": "^0.1.5" "molnia": "^0.1.7"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.9.2" "typescript": "^5.9.2"