Sébastien Fournier
Sébastien Fournier
It's been a while since last commit. A simple dependencies refresh would be a good start ? Vulnerability reported are increasing...
Hi, The `npm audit` command returns the warning: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Low │ Prototype Pollution │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ lodash │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.17.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤...
Hi, Your package works fine until 1.3.0 but version 1.4.0 introduce some changes that makes build impossible with Webpack on UglifyJS step. Error is: ``` ERROR in assets/bundle.js from UglifyJs...
## Your Environment * flatpickr version used: 4.6.9 * Browser name and version: IE 11 * OS and version: Windows 10 Looks like it's because of polyfill for `Object.assign` (node_modules/flatpickr/dist/esm/utils/polyfills.js)...
In "dev" mode, build is ok (no call to UglifyJs). But in "prod" mode, while building bundle with wepback, there is an error at the end of the process: ```...
Same as you did in https://github.com/shufo/auto-assign-reviewer-by-files/issues/246 but now with node 20, should fix this recent Github warning: ``` Node.js 16 actions are deprecated. Please update the following actions to use...