Skip to content

Commit 239457b

Browse files
authored
Merge pull request #45 from some-react-components/vuln-fix
Upgrade vulnerable dependencies
2 parents 61cb05e + b8465ac commit 239457b

File tree

3 files changed

+50
-45
lines changed

3 files changed

+50
-45
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## master (unreleased)
22

3+
## 7.0.2
4+
5+
- Updated `package-lock.json` to avoid vulnerable dependencies reported by `npm audit`
6+
37
## 7.0.1
48

59
- Updated `package-lock.json` to avoid vulnerable dependencies reported by `npm audit`

package-lock.json

+45-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scrollchor",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "A React component for scrolling to #hash links with smooth animations",
55
"files": [
66
"lib"

0 commit comments

Comments
 (0)