From 5469338e5b80c05bbdbbf766ba715215da8a86a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 22:04:50 +0000 Subject: [PATCH] Bump js-yaml in /vue in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /vue directory: [js-yaml](https://github.com/nodeca/js-yaml). Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- vue/package-lock.json | 16 +++++++++------- vue/package.json | 4 ++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/vue/package-lock.json b/vue/package-lock.json index 96cbde2..1723c00 100644 --- a/vue/package-lock.json +++ b/vue/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "axios": "^1.12.2", "core-js": "^3.9.1", + "postcss": ">=8.5.6", "vue": "^3.5.13", "vue-router": "^3.5.1", "vuex": "^4.1.0" @@ -23,7 +24,7 @@ "@vue/test-utils": "2.4.6", "eslint": "^8.26.0", "eslint-plugin-vue": "^7.7.0", - "postcss": ">=8.5.5", + "postcss": ">=8.5.6", "vue-loader-v16": "npm:vue-loader@16.1.2", "vue-template-compiler": "^2.7.16" } @@ -7378,10 +7379,11 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -8911,9 +8913,9 @@ } }, "node_modules/postcss": { - "version": "8.5.5", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.5.tgz", - "integrity": "sha512-d/jtm+rdNT8tpXuHY5MMtcbJFBkhXE6593XVR9UoGCH8jSFGci7jGvMGH5RYd5PBJW+00NZQt6gf7CbagJCrhg==", + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", "funding": [ { "type": "opencollective", diff --git a/vue/package.json b/vue/package.json index 70f2f2d..21020ef 100644 --- a/vue/package.json +++ b/vue/package.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^1.12.2", "core-js": "^3.9.1", - "postcss": ">=8.5.5", + "postcss": ">=8.5.6", "vue": "^3.5.13", "vue-router": "^3.5.1", "vuex": "^4.1.0" @@ -22,7 +22,7 @@ "@vue/cli-plugin-eslint": "^5.0.8", "@vue/cli-service": "^5.0.8", "@vue/test-utils": "2.4.6", - "postcss": ">=8.5.5", + "postcss": ">=8.5.6", "eslint": "^8.26.0", "eslint-plugin-vue": "^7.7.0", "vue-loader-v16": "npm:vue-loader@16.1.2",