We setup code scanning on one of our repos that use this package, and we got a couple of security vulnerabilities related to moment.js, i came here to make a PR fixing those only to find out that they already had been fixed by this commit 5ebdc04 which seems to indicate that the latest changes haven't been pushed to npm.
I was wondering if a new minor version of the package could be published, i assume it would be just a matter of npm run build npm pack and npm publish
We setup code scanning on one of our repos that use this package, and we got a couple of security vulnerabilities related to
moment.js, i came here to make a PR fixing those only to find out that they already had been fixed by this commit 5ebdc04 which seems to indicate that the latest changes haven't been pushed to npm.I was wondering if a new minor version of the package could be published, i assume it would be just a matter of
npm run buildnpm packandnpm publish