diff --git a/package-lock.json b/package-lock.json index f8e0e51e..17001970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4428,6 +4428,8 @@ "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.0.tgz", "integrity": "sha512-VaywcGQ9tPorCX/Jkkni7RWGFfI11whqzs8dvxF41P17Z+z872thvEvlIbznjPJ02kl1HMX3LmLOonsj2n7HeQ==", "dev": true, + "optional": true, + "peer": true, "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" @@ -4519,12 +4521,13 @@ "dev": true }, "node_modules/@types/testing-library__jest-dom": { - "version": "5.14.9", - "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz", - "integrity": "sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-6.0.0.tgz", + "integrity": "sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==", + "deprecated": "This is a stub types definition. @testing-library/jest-dom provides its own type definitions, so you do not need this installed.", "dev": true, "dependencies": { - "@types/jest": "*" + "@testing-library/jest-dom": "*" } }, "node_modules/@types/tough-cookie": { @@ -12806,6 +12809,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", @@ -13383,10 +13392,10 @@ "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/node": "^18.18.4", + "@types/node": "^22.10.1", "@types/react": "^18.2.25", "@types/react-dom": "^18.2.11", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-testing-library": "^6.0.2", @@ -13408,10 +13417,13 @@ } }, "packages/nidalee/node_modules/@types/node": { - "version": "18.18.4", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.4.tgz", - "integrity": "sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==", - "dev": true + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "dev": true, + "dependencies": { + "undici-types": "~6.20.0" + } }, "packages/tsconfig": { "version": "0.0.0" diff --git a/packages/nidalee/package.json b/packages/nidalee/package.json index 04a840fc..ae4c8f84 100644 --- a/packages/nidalee/package.json +++ b/packages/nidalee/package.json @@ -63,10 +63,10 @@ "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/node": "^18.18.4", + "@types/node": "^22.10.1", "@types/react": "^18.2.25", "@types/react-dom": "^18.2.11", - "@types/testing-library__jest-dom": "^5.14.9", + "@types/testing-library__jest-dom": "^6.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-jest-dom": "^5.1.0", "eslint-plugin-testing-library": "^6.0.2",