From b8838567a1e55ab94e75a5c20d8d6b76d9cf16a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:34:58 +0000 Subject: [PATCH] Bump prettier-plugin-pkg Bumps [prettier-plugin-pkg](https://github.com/un-ts/prettier) from 0.22.0 to 0.22.1. - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/prettier-plugin-pkg@0.22.0...prettier-plugin-pkg@0.22.1) --- updated-dependencies: - dependency-name: prettier-plugin-pkg dependency-version: 0.22.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../static/forge-orm-example/package-lock.json | 8 ++++---- .../static/forge-orm-example/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package-lock.json b/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package-lock.json index 6095ac8a..0a4d5e45 100644 --- a/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package-lock.json +++ b/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package-lock.json @@ -28,7 +28,7 @@ "dotenv": "17.3.1", "knip": "^6.1.0", "prettier": "^3.8.1", - "prettier-plugin-pkg": "^0.22.0", + "prettier-plugin-pkg": "^0.22.1", "typescript": "^6.0.2", "vite": "^8.0.3" } @@ -4185,9 +4185,9 @@ } }, "node_modules/prettier-plugin-pkg": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/prettier-plugin-pkg/-/prettier-plugin-pkg-0.22.0.tgz", - "integrity": "sha512-jqkbvnIG7YLWRkcu/5Gj04B5Rr+0FeygtsD8g0EvQa86KYWYLjzcMwLbpVY042rBSPsKp88QnMt2b/ndSHIuxA==", + "version": "0.22.1", + "resolved": "https://registry.npmjs.org/prettier-plugin-pkg/-/prettier-plugin-pkg-0.22.1.tgz", + "integrity": "sha512-l9qnxic48hgTXsvXi9yWWWzovpqkEYo/Ljf8Af7zSkDTNVmLwscXW63IEVMJXH94DyloO8YkogeLheJUzJh/ZQ==", "dev": true, "license": "MPL-2.0", "engines": { diff --git a/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package.json b/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package.json index 340d0713..0e23e610 100644 --- a/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package.json +++ b/examples/forge-sql-orm-example-optimistic-locking/static/forge-orm-example/package.json @@ -23,7 +23,7 @@ "dotenv": "17.3.1", "knip": "^6.1.0", "prettier": "^3.8.1", - "prettier-plugin-pkg": "^0.22.0", + "prettier-plugin-pkg": "^0.22.1", "typescript": "^6.0.2", "vite": "^8.0.3" },