diff --git a/package.json b/package.json index 07d2855fdb..c073a72dfd 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "esbuild": "0.28.1", "execa": "9.6.1", "ignore-walk": "9.0.0", - "js-yaml": "5.2.1", + "js-yaml": "5.2.2", "tar": "7.5.21" }, "devDependencies": { diff --git a/packages/backend/package.json b/packages/backend/package.json index 7c456daecc..1adbde0827 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -193,7 +193,7 @@ "eslint-plugin-import": "2.32.0", "execa": "9.6.1", "fkill": "10.0.3", - "js-yaml": "5.2.1", + "js-yaml": "5.2.2", "pid-port": "2.1.1", "rolldown": "1.1.5", "simple-oauth2": "5.1.0", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index c5b4b9bdfc..40a4b92732 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -38,6 +38,6 @@ "tsx": "4.23.0" }, "dependencies": { - "js-yaml": "5.2.1" + "js-yaml": "5.2.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dd7afbfad5..5bff769483 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: 9.0.0 version: 9.0.0 js-yaml: - specifier: 5.2.1 - version: 5.2.1 + specifier: 5.2.2 + version: 5.2.2 tar: specifier: 7.5.21 version: 7.5.21 @@ -592,8 +592,8 @@ importers: specifier: 10.0.3 version: 10.0.3 js-yaml: - specifier: 5.2.1 - version: 5.2.1 + specifier: 5.2.2 + version: 5.2.2 pid-port: specifier: 2.1.1 version: 2.1.1 @@ -1230,8 +1230,8 @@ importers: packages/i18n: dependencies: js-yaml: - specifier: 5.2.1 - version: 5.2.1 + specifier: 5.2.2 + version: 5.2.2 devDependencies: '@types/node': specifier: 26.1.1 @@ -6500,8 +6500,8 @@ packages: resolution: {integrity: sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==} hasBin: true - js-yaml@5.2.1: - resolution: {integrity: sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==} + js-yaml@5.2.2: + resolution: {integrity: sha512-dayzUzKkJ1MkuUtZglSebU43utNXH0OWQByK9rKOOuYIO8M5TV1y+n8ALMdG0rdzBnfNkOmZEqrURepb0ejqBw==} hasBin: true jsbn@0.1.1: @@ -15042,7 +15042,7 @@ snapshots: dependencies: argparse: 2.0.1 - js-yaml@5.2.1: + js-yaml@5.2.2: dependencies: argparse: 2.0.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 45c691ac27..55e7b614ea 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -62,6 +62,8 @@ minimumReleaseAgeExclude: - "@fastify/static@10.1.2" # Renovate security update: tar@7.5.21 - tar@7.5.21 + # Renovate security update: js-yaml@5.2.2 + - js-yaml@5.2.2 overrides: '@aiscript-dev/aiscript-languageserver': '-' 'bullmq>ioredis': 5.11.1