diff options
| author | おさむのひと <46447427+samunohito@users.noreply.github.com> | 2025-12-03 09:00:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-03 09:00:37 +0900 |
| commit | 1facca1ac59af0da21e85f17ded97b39e179dafe (patch) | |
| tree | 8898b1938d2c7394d83cdd4ae6bdd6331bc45551 /pnpm-lock.yaml | |
| parent | Update CHANGELOG.md (diff) | |
| download | misskey-1facca1ac59af0da21e85f17ded97b39e179dafe.tar.gz misskey-1facca1ac59af0da21e85f17ded97b39e179dafe.tar.bz2 misskey-1facca1ac59af0da21e85f17ded97b39e179dafe.zip | |
enhance(backend): 起動前にconfigをjson化 (#16923)
* enhance(backend): 起動前にconfigをjson化
* fix
* fix
* fix
* fix
* fix
* fix CHANGELOG.md
* fix
* Update CHANGELOG.md
* get original
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28795dfa43..46b867469c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -267,9 +267,6 @@ importers: is-svg: specifier: 6.1.0 version: 6.1.0 - js-yaml: - specifier: 4.1.1 - version: 4.1.1 json5: specifier: 2.2.3 version: 2.2.3 @@ -472,9 +469,6 @@ importers: '@types/jest': specifier: 29.5.14 version: 29.5.14 - '@types/js-yaml': - specifier: 4.0.9 - version: 4.0.9 '@types/jsonld': specifier: 1.5.15 version: 1.5.15 @@ -577,6 +571,9 @@ importers: jest-util: specifier: 29.7.0 version: 29.7.0 + js-yaml: + specifier: 4.1.1 + version: 4.1.1 nodemon: specifier: 3.1.11 version: 3.1.11 |