Skip to content

Commit

Permalink
WRO-6381: Fix security vulnerabilities (#3073)
Browse files Browse the repository at this point in the history
* update modules

* revert docs-utils

* Update package.json

* pinning docs-utils 0.3.6

* update samples

* Update package.json

* revert new line
  • Loading branch information
hong6316 authored Jul 21, 2022
1 parent c945753 commit 52dc872
Show file tree
Hide file tree
Showing 9 changed files with 67,101 additions and 6,243 deletions.
20,212 changes: 16,895 additions & 3,317 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"extends": "enact-proxy/strict"
},
"devDependencies": {
"@enact/docs-utils": "^0.3.6",
"eslint-config-enact-proxy": "^1.0.4",
"lerna": "^4.0.0"
"@enact/docs-utils": "0.3.6",
"eslint-config-enact-proxy": "^1.0.5",
"lerna": "^5.1.8"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"invariant": "^2.2.4",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-is": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"warning": "^4.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@enact/core": "^4.5.0",
"prop-types": "^15.8.1",
"ramda": "^0.28.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"xhr": "^2.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 52dc872

Please sign in to comment.