1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-25 19:05:03 +02:00

fix(deps): update dependency js-yaml to v5.2.2 [security] (#17797)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-07-25 16:07:49 +09:00
committed by GitHub
parent c70fb20b9e
commit 7ecce0901c
5 changed files with 14 additions and 12 deletions

View File

@@ -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": {

View File

@@ -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",

View File

@@ -38,6 +38,6 @@
"tsx": "4.23.0"
},
"dependencies": {
"js-yaml": "5.2.1"
"js-yaml": "5.2.2"
}
}

18
pnpm-lock.yaml generated
View File

@@ -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

View File

@@ -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