From b5e60d3b3f42a1a842bb7c18f8274f96e89c78d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:51:29 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump npm-check-updates from 18.0.1 to 18.0.2 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 18.0.1 to 18.0.2. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](https://github.com/raineorshine/npm-check-updates/compare/v18.0.1...v18.0.2) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 18.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c87f761..77fa300 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,7 +68,7 @@ importers: version: 3.2.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1) npm-check-updates: specifier: ^18.0.1 - version: 18.0.1 + version: 18.0.2 parcel: specifier: ^2.15.4 version: 2.15.4(@swc/helpers@0.5.17) @@ -1651,8 +1651,8 @@ packages: node-releases@2.0.19: resolution: {integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==} - npm-check-updates@18.0.1: - resolution: {integrity: sha512-MO7mLp/8nm6kZNLLyPgz4gHmr9tLoU+pWPLdXuGAx+oZydBHkHWN0ibTonsrfwC2WEQNIQxuZagYwB67JQpAuw==} + npm-check-updates@18.0.2: + resolution: {integrity: sha512-9uVFZUCg5oDOcbzdsrJ4BEvq2gikd23tXuF5mqpl4mxVl051lzB00Xmd7ZVjVWY3XNUF3BQKWlN/qmyD8/bwrA==} engines: {node: ^18.18.0 || >=20.0.0, npm: '>=8.12.1'} hasBin: true @@ -4125,7 +4125,7 @@ snapshots: node-releases@2.0.19: {} - npm-check-updates@18.0.1: {} + npm-check-updates@18.0.2: {} nullthrows@1.1.1: {} From 2a14796607db41d3b69f35e4f2b14d8f31052666 Mon Sep 17 00:00:00 2001 From: Varun Villait Date: Sun, 27 Jul 2025 10:49:50 -0700 Subject: [PATCH 2/2] dependencies --- package.json | 6 +++--- pnpm-lock.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a17bc70..f10d6f1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "pdl-react-autocomplete", - "version": "2.1.1", + "version": "2.1.2", "description": "A react component for the People Data Labs Autocomplete API", - "packageManager": "pnpm@10.12.1", + "packageManager": "pnpm@10.13.1", "source": "src/index.ts", "module": "dist/index.mjs", "types": "dist/index.d.ts", @@ -57,7 +57,7 @@ "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-typescript-sort-keys": "^3.3.0", "eslint-plugin-unused-imports": "^3.2.0", - "npm-check-updates": "^18.0.1", + "npm-check-updates": "^18.0.2", "parcel": "^2.15.4", "typescript": "^5.8.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77fa300..96e40ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,7 +67,7 @@ importers: specifier: ^3.2.0 version: 3.2.0(@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1) npm-check-updates: - specifier: ^18.0.1 + specifier: ^18.0.2 version: 18.0.2 parcel: specifier: ^2.15.4