diff --git a/package-lock.json b/package-lock.json index ca5c3e6..d45433e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "discue-io-api-docs", "version": "0.7.0", "license": "MIT", - "dependencies": { - "@rollup/rollup-linux-x64-gnu": "4.60.4" - }, "devDependencies": { "@discue/ui-components": "^1.7.0", "@discue/vuepress-plugin-outline": "^0.6.0", @@ -30,7 +27,7 @@ "snake-case": "^4.0.0", "standard-version": "^9.5.0", "tailwindcss": "^4.1.17", - "yaml": "^2.8.2" + "yaml": "^2.9.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.60.4" @@ -17731,9 +17728,9 @@ } }, "node_modules/yaml": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz", - "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz", + "integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==", "dev": true, "license": "ISC", "bin": { diff --git a/package.json b/package.json index 906928a..77de9d0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "snake-case": "^4.0.0", "standard-version": "^9.5.0", "tailwindcss": "^4.1.17", - "yaml": "^2.8.2" + "yaml": "^2.9.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "^4.60.4"