dpc-sdp / ripple

Ripple is the frontend framework for Single Digital Presence, delivered using Nuxt and Vue.js
Apache License 2.0
61 stars 37 forks source link

[SDPAP-6348] Replace deprecated req call #1229

Closed waitingallday closed 2 years ago

waitingallday commented 2 years ago

Motivation and Context

JIRA issue: https://digital-vic.atlassian.net/browse/SDPAP-6348

Changed

  1. Updated deprecated req.connection call to req.socket. Fixes #1182 (the linked solution uses the express call req.secure but the release notes for node v13 use req.socket)

Screenshots

How Has This Been Tested?

Types of changes

Checklist