diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-03-03 10:20:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-03 10:20:57 +0300 |
commit | badac0763db5dc029167c3a5385829773ab5d689 (patch) | |
tree | 60133aed29fe29055e44d77b0c297bc5732d4b19 /package-lock.json | |
parent | dc18c50c4ef735b212757975a88b9158f2ec03f1 (diff) | |
download | popov.link-badac0763db5dc029167c3a5385829773ab5d689.tar.xz popov.link-badac0763db5dc029167c3a5385829773ab5d689.zip |
Update dependency prettier to v3.5.3 (#26)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 25ee2f0..ff57622 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5649,9 +5649,9 @@ } }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "devOptional": true, "license": "MIT", "bin": { |