diff --git a/package-lock.json b/package-lock.json index af1b0116..79778b00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3523,12 +3523,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.17.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.10.tgz", - "integrity": "sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==", + "version": "22.10.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", + "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/@types/node-forge": { @@ -15679,9 +15679,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { @@ -16752,7 +16752,7 @@ }, "packages/react-couchdb-authentication": { "name": "@stanlemon/react-couchdb-authentication", - "version": "0.10.14", + "version": "0.10.15", "license": "MIT", "dependencies": { "async-retry": "^1.3.3", @@ -16765,7 +16765,7 @@ "@types/async-retry": "^1.4.9", "@types/isomorphic-fetch": "^0.0.39", "@types/jest": "^29.5.14", - "@types/node": "^20.9.0", + "@types/node": "^22.10.2", "@types/pouchdb": "^6.4.2", "@types/react": "^19.0.1", "isomorphic-fetch": "^3.0.0", @@ -16786,7 +16786,7 @@ }, "packages/react-pouchdb": { "name": "@stanlemon/react-pouchdb", - "version": "0.6.10", + "version": "0.6.11", "license": "MIT", "dependencies": { "lodash-es": "^4.17.21" @@ -16795,7 +16795,7 @@ "@stanlemon/webdev": "*", "@types/debug": "^4.1.12", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.9.0", + "@types/node": "^22.10.2", "@types/pouchdb": "^6.4.2", "pouchdb": "^9.0.0", "pouchdb-adapter-memory": "^9.0.0", diff --git a/packages/react-couchdb-authentication/package.json b/packages/react-couchdb-authentication/package.json index 12b917d5..6108228d 100644 --- a/packages/react-couchdb-authentication/package.json +++ b/packages/react-couchdb-authentication/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/react-couchdb-authentication", - "version": "0.10.14", + "version": "0.10.15", "description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", "keywords": [ "react", @@ -49,7 +49,7 @@ "@types/async-retry": "^1.4.9", "@types/isomorphic-fetch": "^0.0.39", "@types/jest": "^29.5.14", - "@types/node": "^20.9.0", + "@types/node": "^22.10.2", "@types/pouchdb": "^6.4.2", "@types/react": "^19.0.1", "isomorphic-fetch": "^3.0.0", diff --git a/packages/react-pouchdb/package.json b/packages/react-pouchdb/package.json index b063c61f..3ed45564 100644 --- a/packages/react-pouchdb/package.json +++ b/packages/react-pouchdb/package.json @@ -1,6 +1,6 @@ { "name": "@stanlemon/react-pouchdb", - "version": "0.6.10", + "version": "0.6.11", "description": "React components for interacting with PouchDB.", "keywords": [ "react", @@ -44,7 +44,7 @@ "@stanlemon/webdev": "*", "@types/debug": "^4.1.12", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.9.0", + "@types/node": "^22.10.2", "@types/pouchdb": "^6.4.2", "pouchdb": "^9.0.0", "pouchdb-adapter-memory": "^9.0.0",