diff --git a/package-lock.json b/package-lock.json index ab96570..f096003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@oauth-everything/passport-discord": "^1.0.2", - "@tsconfig/node16": "^1.0.2", + "@tsconfig/node18": "^18.2.0", "axios": "^0.26.0", "biguint-format": "^1.0.2", "connect-mongodb-session": "^3.1.1", @@ -1600,6 +1600,13 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node18": { + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@tsconfig/node18/-/node18-18.2.7.tgz", + "integrity": "sha512-UyenTORreCUh8MKh2qbLGGHTRrxjBbSwvX0ZoWs6Jx1jrNS62PXEA3+VaLvmb0YDQrgGU3v3h7zB9Xs/BN1ozg==", "license": "MIT" }, "node_modules/@types/accepts": { @@ -8736,7 +8743,13 @@ "@tsconfig/node16": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==" + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "@tsconfig/node18": { + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@tsconfig/node18/-/node18-18.2.7.tgz", + "integrity": "sha512-UyenTORreCUh8MKh2qbLGGHTRrxjBbSwvX0ZoWs6Jx1jrNS62PXEA3+VaLvmb0YDQrgGU3v3h7zB9Xs/BN1ozg==" }, "@types/accepts": { "version": "1.3.5", diff --git a/package.json b/package.json index 99a7025..fd9e76c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@oauth-everything/passport-discord": "^1.0.2", - "@tsconfig/node16": "^1.0.2", + "@tsconfig/node18": "^18.2.0", "axios": "^0.26.0", "biguint-format": "^1.0.2", "connect-mongodb-session": "^3.1.1", diff --git a/tsconfig.json b/tsconfig.json index b794876..2dbf495 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,5 +7,5 @@ "include": [ "./src/**/*" ], - "extends": "@tsconfig/node16/tsconfig.json" + "extends": "@tsconfig/node18/tsconfig.json" }