diff --git a/package-lock.json b/package-lock.json index 221ec8ac66f..2421d9abe21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@types/fuzzaldrin-plus": "^0.6.1", "@types/html-minifier": "^4.0.0", "@types/lunr": "^2.3.3", - "@types/node": "^15.12.2", + "@types/node": "^18.16.3", "@types/resize-observer-browser": "^0.1.5", "@types/sass": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.26.1", @@ -766,11 +766,10 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "15.12.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz", - "integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==", - "dev": true, - "license": "MIT" + "version": "18.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", + "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==", + "dev": true }, "node_modules/@types/normalize-package-data": { "version": "2.4.0", @@ -11594,9 +11593,9 @@ "dev": true }, "@types/node": { - "version": "15.12.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.2.tgz", - "integrity": "sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==", + "version": "18.16.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.3.tgz", + "integrity": "sha512-OPs5WnnT1xkCBiuQrZA4+YAV4HEJejmHneyraIaxsbev5yCEr6KMwINNFP9wQeFIw8FWcoTqF3vQsa5CDaI+8Q==", "dev": true }, "@types/normalize-package-data": { diff --git a/package.json b/package.json index b4e71a870dc..94bfd41991f 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/fuzzaldrin-plus": "^0.6.1", "@types/html-minifier": "^4.0.0", "@types/lunr": "^2.3.3", - "@types/node": "^15.12.2", + "@types/node": "^18.16.3", "@types/resize-observer-browser": "^0.1.5", "@types/sass": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.26.1",