Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
9369b719
Unverified
Commit
9369b719
authored
Sep 28, 2020
by
chicm-ms
Committed by
GitHub
Sep 28, 2020
Browse files
Fix security alerts (#2927)
parent
f1b8cd2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
src/nni_manager/package.json
src/nni_manager/package.json
+3
-1
src/nni_manager/yarn.lock
src/nni_manager/yarn.lock
+8
-6
No files found.
src/nni_manager/package.json
View file @
9369b719
...
...
@@ -72,7 +72,9 @@
"hoek"
:
"^4.2.1"
,
"js-yaml"
:
"^3.13.1"
,
"npm"
:
"^6.13.4"
,
"acorn"
:
">=7.1.1"
"acorn"
:
">=7.1.1"
,
"node-forge"
:
"^0.10.0"
,
"dot-prop"
:
"^4.2.1"
},
"engines"
:
{
"node"
:
">=10.0.0"
...
...
src/nni_manager/yarn.lock
View file @
9369b719
...
...
@@ -1427,9 +1427,10 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"
dot-prop@^4.1.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.0.tgz#1f19e0c2e1aa0e32797c49799f2837ac6af69c57"
dot-prop@^4.1.0, dot-prop@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"
integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==
dependencies:
is-obj "^1.0.0"
...
...
@@ -3349,9 +3350,10 @@ node-fetch-npm@^2.0.2:
json-parse-better-errors "^1.0.0"
safe-buffer "^5.1.1"
node-forge@^0.7.6:
version "0.7.6"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac"
node-forge@^0.10.0, node-forge@^0.7.6:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
node-gyp@^5.0.2, node-gyp@^5.0.5:
version "5.0.7"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment