From 681eaf07efbaf1b26abac2dccd1bc38e11ddf562 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 May 2024 23:59:47 +0000 Subject: [PATCH] fix: upgrade @types/react from 18.2.78 to 18.2.79 Snyk has created this PR to upgrade @types/react from 18.2.78 to 18.2.79. See this package in npm: https://www.npmjs.com/package/@types/react See this project in Snyk: https://app.snyk.io/org/sbadakhc/project/96b1a433-3b63-42ab-a4fc-8c92c5a7b958?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 4247eef..16ab26a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@shoelace-style/shoelace": "^2.15.0", "@thepassle/app-tools": "^0.9.9", - "@types/react": "^18.2.78", + "@types/react": "^18.2.79", "lit": "^3.1.3", "urlpattern-polyfill": "^10.0.0", "workbox-build": "^7.1.0", @@ -2847,9 +2847,9 @@ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.2.78", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.78.tgz", - "integrity": "sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==", + "version": "18.2.79", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.79.tgz", + "integrity": "sha512-RwGAGXPl9kSXwdNTafkOEuFrTBD5SA2B3iEB96xi8+xu5ddUa/cpvyVCSNn+asgLCTHkb5ZxN8gbuibYJi4s1w==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index bf2d204..ed26d9e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@shoelace-style/shoelace": "^2.15.0", "@thepassle/app-tools": "^0.9.9", - "@types/react": "^18.2.78", + "@types/react": "^18.2.79", "lit": "^3.1.3", "urlpattern-polyfill": "^10.0.0", "workbox-build": "^7.1.0",