From 208355d1191e6139560bac1d0319952f1a97b397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 16:02:04 +0000 Subject: [PATCH 1/2] chore(deps-dev): bump npm-check-updates from 19.1.0 to 19.1.1 Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 19.1.0 to 19.1.1. - [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/v19.1.0...v19.1.1) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 19.1.1 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 13b1608..ecd7b4a 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.9.3))(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1) npm-check-updates: specifier: ^19.1.0 - version: 19.1.0 + version: 19.1.1 parcel: specifier: ^2.16.0 version: 2.16.0(@swc/helpers@0.5.17) @@ -4619,8 +4619,8 @@ packages: resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} engines: {node: '>=10'} - npm-check-updates@19.1.0: - resolution: {integrity: sha512-qLtpdzOnuVN9qXrrVazjCRRQ3qh0aILIGwmlkF7w4hP9cRTOHynZYSFKRaVO+3EvzNgnXj0lm/XlWhc2TEOyfA==} + npm-check-updates@19.1.1: + resolution: {integrity: sha512-vy/uNbaK6Xfj/QzM8OXeALZak67E0uHjUlbdT1YGy4bdj0xlBU6AVd+8bscY8vlDpyzL6Y7mxcrX8kzEDeEpNg==} engines: {node: '>=20.0.0', npm: '>=8.12.1'} hasBin: true @@ -12195,7 +12195,7 @@ snapshots: normalize-url@6.1.0: {} - npm-check-updates@19.1.0: {} + npm-check-updates@19.1.1: {} npm-run-path@4.0.1: dependencies: From 6072ddead0cf1fa0e89ee98abd609c957e914875 Mon Sep 17 00:00:00 2001 From: Varun Villait Date: Sun, 19 Oct 2025 09:37:42 -0700 Subject: [PATCH 2/2] version update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9f6a839..5730396 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdl-react-autocomplete", - "version": "2.1.8", + "version": "2.1.9", "description": "A react component for the People Data Labs Autocomplete API", "packageManager": "pnpm@10.18.3", "source": "src/index.ts", @@ -60,7 +60,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": "^19.1.0", + "npm-check-updates": "^19.1.1", "parcel": "^2.16.0", "typescript": "^5.9.3" },