diff --git a/toolbox/mdcode/package-lock.json b/toolbox/mdcode/package-lock.json index 1f3fa78f..06e75022 100644 --- a/toolbox/mdcode/package-lock.json +++ b/toolbox/mdcode/package-lock.json @@ -11,7 +11,6 @@ "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@polyglot-sql/sdk": "^0.9.1", - "@types/n3": "^1.26.1", "cac": "^7.0.0", "glob": "^13.0.6", "n3": "^2.2.5", @@ -24,6 +23,7 @@ "devDependencies": { "@modelcontextprotocol/inspector": "^0.21.2", "@types/bun": "^1.3.14", + "@types/n3": "^1.26.1", "@types/node": "^25.6.0", "ajv": "^8.17.1", "bun": "^1.3.14", @@ -2049,6 +2049,7 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/@rdfjs/types/-/types-2.0.1.tgz", "integrity": "sha512-uyAzpugX7KekAXAHq26m3JlUIZJOC0uSBhpnefGV5i15bevDyyejoB7I+9MKeUrzXD8OOUI3+4FeV1wwQr5ihA==", + "dev": true, "license": "MIT", "dependencies": { "@types/node": "*" @@ -2103,6 +2104,7 @@ "version": "1.26.1", "resolved": "https://registry.npmjs.org/@types/n3/-/n3-1.26.1.tgz", "integrity": "sha512-TilYHzpU6ecXVJAbV+6o17Z8ZkWLWx6ZJD3IluaU4RiGHxqjU2or9fopxFHS6iXS6qcl5Mg1K3wSx9L8xxJaJQ==", + "dev": true, "license": "MIT", "dependencies": { "@rdfjs/types": "*", @@ -2113,6 +2115,7 @@ "version": "25.8.0", "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz", "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==", + "dev": true, "license": "MIT", "dependencies": { "undici-types": ">=7.24.0 <7.24.7" @@ -2977,9 +2980,9 @@ "license": "MIT" }, "node_modules/fast-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", - "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz", + "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==", "funding": [ { "type": "github", @@ -4761,6 +4764,7 @@ "version": "7.24.6", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", + "dev": true, "license": "MIT" }, "node_modules/unpipe": {