From b647d72c85db82435a0892bcf8f5d0abbe6b7081 Mon Sep 17 00:00:00 2001 From: Jeremy Kahn Date: Mon, 23 Sep 2024 07:30:56 -0500 Subject: [PATCH] fix: upgrade @types/node from 18.19.47 to 18.19.48 (#359) Snyk has created this PR to upgrade @types/node from 18.19.47 to 18.19.48. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/jeremyckahn/project/d52c3b0d-59ff-42e3-89e1-b97ee832bf9a?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e39f704c4..e6af6c125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", - "@types/node": "^18.19.47", + "@types/node": "^18.19.48", "@types/react-dom": "^18.3.0", "buffer": "^6.0.3", "detectincognitojs": "^1.3.5", @@ -7304,9 +7304,9 @@ "integrity": "sha512-QvlqvYtGBYIDeO8dFdY4djkRubcrc+yTJtBc7n8VZPlJDUS/00A+PssbvERM8f9bYRmcaSEHPZgZojeQj7kzAA==" }, "node_modules/@types/node": { - "version": "18.19.47", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.47.tgz", - "integrity": "sha512-1f7dB3BL/bpd9tnDJrrHb66Y+cVrhxSOTGorRNdHwYTUlTay3HuTDPKo9a/4vX9pMQkhYBcAbL4jQdNlhCFP9A==", + "version": "18.19.48", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.48.tgz", + "integrity": "sha512-7WevbG4ekUcRQSZzOwxWgi5dZmTak7FaxXDoW7xVxPBmKx1rTzfmRLkeCgJzcbBnOV2dkhAPc8cCeT6agocpjg==", "license": "MIT", "dependencies": { "undici-types": "~5.26.4" @@ -27802,9 +27802,9 @@ "integrity": "sha512-QvlqvYtGBYIDeO8dFdY4djkRubcrc+yTJtBc7n8VZPlJDUS/00A+PssbvERM8f9bYRmcaSEHPZgZojeQj7kzAA==" }, "@types/node": { - "version": "18.19.47", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.47.tgz", - "integrity": "sha512-1f7dB3BL/bpd9tnDJrrHb66Y+cVrhxSOTGorRNdHwYTUlTay3HuTDPKo9a/4vX9pMQkhYBcAbL4jQdNlhCFP9A==", + "version": "18.19.48", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.48.tgz", + "integrity": "sha512-7WevbG4ekUcRQSZzOwxWgi5dZmTak7FaxXDoW7xVxPBmKx1rTzfmRLkeCgJzcbBnOV2dkhAPc8cCeT6agocpjg==", "requires": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 445b44cd8..268af92c9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", - "@types/node": "^18.19.47", + "@types/node": "^18.19.48", "@types/react-dom": "^18.3.0", "buffer": "^6.0.3", "detectincognitojs": "^1.3.5",