How downgrade Local Notifications?

How i drowngrade Local Notifications in my project from:

@ionic-native/local-notifications”: “^4.5.2”,
“cordova-plugin-local-notification”: “^0.9.0-beta.1”

to:

@ionic-native/local-notifications”: "^4.4.2"
“de.appplant.cordova.plugin.local-notification”: “^0.8.5”,

?

Remove the ^.
This means that it will fetch the latest version, and you don’t want that.