Commit 58ad062
authored
fix: include npm-shrinkwrap.json in published package (#90)
* fix: include npm-shrinkwrap.json in published package
Add npm-shrinkwrap.json to the files field in package.json so it is
included in the npm tarball. Also add it to .releaserc git assets so
semantic-release commits the updated version on each release.
Closes #89
* fix: update lodash to 4.18.1 to resolve known vulnerabilities
Run npm audit fix to bump lodash from 4.17.23 to 4.18.1, resolving
GHSA-r5fr-rjxr-66jc (Code Injection) and GHSA-f23m-r3pf-42rh
(Prototype Pollution).1 parent 3b8e4f7 commit 58ad062
3 files changed
Lines changed: 23 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
0 commit comments