diff --git a/LICENSE.md b/LICENSE.md index 883bae6..10310c3 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 ReadMe +Copyright (c) 2023 ReadMe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index fe2935d..47918a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remove-undefined-objects", - "version": "4.0.2", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remove-undefined-objects", - "version": "4.0.2", + "version": "5.0.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.6.5", @@ -21,7 +21,7 @@ "vitest": "^0.34.1" }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 16aa5b5..b825f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remove-undefined-objects", - "version": "4.0.2", + "version": "5.0.0", "description": "Remove undefined properties and empty arrays from an object", "license": "MIT", "author": "Jon Ursenbach ",