Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix critical security vulnerabilities #98

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f528be4
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-render
dependabot[bot] Jan 31, 2020
1d0feba
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-validate
dependabot[bot] Jan 31, 2020
72b309f
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-utils
dependabot[bot] Jan 31, 2020
6ecf619
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-styles
dependabot[bot] Jan 31, 2020
c75df42
Fix critical security vulnerabilities
karlhorky Jan 31, 2020
6be661c
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-inline
dependabot[bot] Jan 31, 2020
33b8a2b
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-parse
dependabot[bot] Jan 31, 2020
ef49d75
Merge pull request #8 from karlhorky/dependabot/npm_and_yarn/packages…
karlhorky Jan 31, 2020
0e49a04
Merge pull request #1 from karlhorky/dependabot/npm_and_yarn/packages…
karlhorky Jan 31, 2020
f7814e1
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-validate (#3)
karlhorky Jan 31, 2020
5a9eb73
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-utils (#4)
karlhorky Jan 31, 2020
c203b16
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-styles (#5)
karlhorky Jan 31, 2020
949a88d
Bump lodash from 4.17.4 to 4.17.13 in /packages/heml-parse (#7)
karlhorky Jan 31, 2020
257965f
Auto-fix npm audit vulnerabilities
karlhorky Jan 31, 2020
366d2d5
Bump nwmatcher from 1.4.3 to 1.4.4
dependabot[bot] Jan 31, 2020
5e049be
Bump diff from 3.4.0 to 3.5.0
dependabot[bot] Jan 31, 2020
ed4a4ae
Merge pull request #10 from karlhorky/dependabot/npm_and_yarn/nwmatch…
karlhorky Jan 31, 2020
bef30a1
Bump diff from 3.4.0 to 3.5.0 (#11)
karlhorky Jan 31, 2020
1c7e110
Downgrade to open v6 because of Windows WSL issue
karlhorky Jan 31, 2020
a9ef340
Upgrade to `[email protected]`
karlhorky Feb 9, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,460 changes: 3,127 additions & 2,333 deletions package-lock.json

Large diffs are not rendered by default.

1,851 changes: 1,831 additions & 20 deletions packages/heml-elements/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/heml-elements/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"dependencies": {
"@heml/styles": "^1.1.2",
"@heml/utils": "^1.1.2",
"axios": "^0.17.0",
"axios": "^0.19.2",
"image-size": "^0.6.1",
"is-absolute-url": "^2.1.0",
"lodash": "^4.17.4"
"lodash": "^4.17.15"
}
}
Loading