From ca226054c91d8d852ce266956ec8a2142127ec05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:35:47 +0000 Subject: [PATCH] chore(deps-dev): bump prettier in /cargo-dist/templates/installer/npm Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- cargo-dist/templates/installer/npm/npm-shrinkwrap.json | 8 ++++---- cargo-dist/templates/installer/npm/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cargo-dist/templates/installer/npm/npm-shrinkwrap.json b/cargo-dist/templates/installer/npm/npm-shrinkwrap.json index 0b6c57735..60d4f68e8 100644 --- a/cargo-dist/templates/installer/npm/npm-shrinkwrap.json +++ b/cargo-dist/templates/installer/npm/npm-shrinkwrap.json @@ -16,7 +16,7 @@ "rimraf": "^5.0.8" }, "devDependencies": { - "prettier": "^3.4.2" + "prettier": "^3.5.0" }, "engines": { "node": ">=14", @@ -417,9 +417,9 @@ } }, "node_modules/prettier": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", - "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz", + "integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==", "dev": true, "license": "MIT", "bin": { diff --git a/cargo-dist/templates/installer/npm/package.json b/cargo-dist/templates/installer/npm/package.json index 29ca56b9a..127d85c2b 100644 --- a/cargo-dist/templates/installer/npm/package.json +++ b/cargo-dist/templates/installer/npm/package.json @@ -30,6 +30,6 @@ "rimraf": "^5.0.8" }, "devDependencies": { - "prettier": "^3.4.2" + "prettier": "^3.5.0" } }