diff --git a/package.json b/package.json index b07d2750..1f46e123 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@ng-bootstrap/ng-bootstrap": "^6.1.0", "@silvermine/serverless-plugin-cloudfront-lambda-edge": "^2.1.1", "@types/auth0-js": "^8.11.7", - "@types/node": "^12.19.11", + "@types/node": "^18.15.10", "auth0-spa-js": "^1.6.5", "aws-sdk": "^2.820.0", "bootstrap": "^4.4.0", @@ -73,7 +73,7 @@ "@angular/language-service": "~11.2.14", "@types/jasmine": "~4.3.1", "@types/jasminewd2": "~2.0.3", - "@types/node": "^12.19.11", + "@types/node": "^18.15.10", "@typescript-eslint/eslint-plugin": "^2.30.0", "@typescript-eslint/eslint-plugin-tslint": "^2.25.0", "@typescript-eslint/parser": "^2.25.0", diff --git a/yarn.lock b/yarn.lock index 8ec9a087..805d78a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1846,20 +1846,10 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== -"@types/node@*": - version "14.11.4" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.4.tgz#bf6ea3d5f7b1504232b11acbc40e1ac4c750d3b9" - integrity sha512-KmoLCUeW2cWKkEOQ0gQcECuqOc0g7B7zcmRPQNMT4ntNm0luKv3BTLcqIyWpTxkhLDzLTdMus11j/6DROaZdPw== - -"@types/node@>=10.0.0": - version "18.11.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.10.tgz#4c64759f3c2343b7e6c4b9caf761c7a3a05cee34" - integrity sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ== - -"@types/node@^12.19.11": - version "12.19.15" - resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.15.tgz#0de7e978fb43db62da369db18ea088a63673c182" - integrity sha512-lowukE3GUI+VSYSu6VcBXl14d61Rp5hA1D+61r16qnwC0lYNSqdxcvRh0pswejorHfS+HgwBasM8jLXz0/aOsw== +"@types/node@*", "@types/node@>=10.0.0", "@types/node@^18.15.10": + version "18.15.10" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.10.tgz#4ee2171c3306a185d1208dad5f44dae3dee4cfe3" + integrity sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ== "@types/parse-json@^4.0.0": version "4.0.0"