Open karstens opened 2 years ago
When installing with Node@16, this package triggers a deprecation warning:
npm WARN deprecated samsam@1.3.0: This package has been deprecated in favour of @sinonjs/samsam
I know, this package is not maintain, but would it be possible to upgrade the sinon dependency?
npm ls samsam@1.3.0
└─┬ karma-chai-plugins@0.9.0 └─┬ sinon@2.4.1 ├─┬ formatio@1.2.0 │ └── samsam@1.3.0 deduped └── samsam@1.3.0
As you rightly noticed, I haven't touched this packages for years (5 years, to be precise 😱), but I'm happy to accept PRs!
When installing with Node@16, this package triggers a deprecation warning:
npm WARN deprecated samsam@1.3.0: This package has been deprecated in favour of @sinonjs/samsam
I know, this package is not maintain, but would it be possible to upgrade the sinon dependency?