You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 pack and npm publish
The text was updated successfully, but these errors were encountered:
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
andnpm publish
The text was updated successfully, but these errors were encountered: