From 1b736ccb8a6c81be11680fbbcd4b3e9056e72965 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:23:12 +0000 Subject: [PATCH] Update dependency @types/react to ^18.2.39 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2e73f909..8563a463e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@apollo/client": "^3.8.7", - "@types/react": "^18.2.38", + "@types/react": "^18.2.39", "algoliasearch": "^4.20.0", "autoprefixer": "^10.4.16", "framer-motion": "10.16.5", @@ -1942,9 +1942,9 @@ "integrity": "sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==" }, "node_modules/@types/react": { - "version": "18.2.38", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.38.tgz", - "integrity": "sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==", + "version": "18.2.39", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.39.tgz", + "integrity": "sha512-Oiw+ppED6IremMInLV4HXGbfbG6GyziY3kqAwJYOR0PNbkYDmLWQA3a95EhdSmamsvbkJN96ZNN+YD+fGjzSBA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index adb36a777..fb5d000e1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "@apollo/client": "^3.8.7", - "@types/react": "^18.2.38", + "@types/react": "^18.2.39", "algoliasearch": "^4.20.0", "autoprefixer": "^10.4.16", "framer-motion": "10.16.5",