diff --git a/.node-version b/.node-version index 2a393af59..1d9b7831b 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.18.0 +22.12.0 diff --git a/package-lock.json b/package-lock.json index f76614f1b..eccca6518 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "@types/jsonpath": "^0.2.0", "@types/jsonwebtoken": "^9.0.0", "@types/method-override": "^0.0.35", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "@types/nunjucks": "^3.2.1", "@types/passport": "^1.0.11", "@types/passport-oauth2": "^1.4.11", @@ -118,7 +118,7 @@ "typescript": "^5.0.0" }, "engines": { - "node": "^20.0.0", + "node": "^22.0.0", "npm": "^10.0.0" } }, @@ -3753,12 +3753,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", - "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/@types/nunjucks": { @@ -15765,9 +15765,9 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", "license": "MIT" }, "node_modules/universalify": { diff --git a/package.json b/package.json index 8aaf8aee6..c53dafe22 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "create-application:short-notice:assess": "ASSESS_APPLICATION='true' npm run create-application:short-notice" }, "engines": { - "node": "^20.0.0", + "node": "^22.0.0", "npm": "^10.0.0" }, "jest": { @@ -181,7 +181,7 @@ "@types/jsonpath": "^0.2.0", "@types/jsonwebtoken": "^9.0.0", "@types/method-override": "^0.0.35", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "@types/nunjucks": "^3.2.1", "@types/passport": "^1.0.11", "@types/passport-oauth2": "^1.4.11",