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
2c5bde71
Unverified
Commit
2c5bde71
authored
Apr 01, 2020
by
liuzhe-lz
Committed by
GitHub
Apr 01, 2020
Browse files
Fix security alerts (#2251)
parent
0e621220
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1655 additions
and
1020 deletions
+1655
-1020
deployment/deployment-pipelines.yml
deployment/deployment-pipelines.yml
+1
-1
src/nni_manager/package.json
src/nni_manager/package.json
+2
-3
src/nni_manager/yarn.lock
src/nni_manager/yarn.lock
+849
-389
src/webui/package.json
src/webui/package.json
+3
-0
src/webui/yarn.lock
src/webui/yarn.lock
+800
-627
No files found.
deployment/deployment-pipelines.yml
View file @
2c5bde71
...
...
@@ -112,7 +112,7 @@ jobs:
dependsOn
:
version_number_validation
condition
:
succeeded()
pool
:
vmImage
:
'
macOS
10.15'
vmImage
:
'
macOS
-
10.15'
strategy
:
matrix
:
Python36
:
...
...
src/nni_manager/package.json
View file @
2c5bde71
...
...
@@ -48,9 +48,9 @@
"chai"
:
"^4.1.2"
,
"eslint"
:
"^6.7.2"
,
"glob"
:
"^7.1.3"
,
"mocha"
:
"^
5.2.0
"
,
"mocha"
:
"^
7.1.1
"
,
"npx"
:
"^10.2.0"
,
"nyc"
:
"^1
3.1
.0"
,
"nyc"
:
"^1
5.0
.0"
,
"request"
:
"^2.87.0"
,
"rmdir"
:
"^1.2.0"
,
"tmp"
:
"^0.0.33"
,
...
...
@@ -59,7 +59,6 @@
},
"resolutions"
:
{
"mem"
:
"^4.0.0"
,
"handlebars"
:
"^4.5.3"
,
"lodash"
:
"^4.17.13"
,
"lodash.merge"
:
"^4.6.2"
,
"node.extend"
:
"^1.1.7"
,
...
...
src/nni_manager/yarn.lock
View file @
2c5bde71
This diff is collapsed.
Click to expand it.
src/webui/package.json
View file @
2c5bde71
...
...
@@ -92,5 +92,8 @@
"presets"
:
[
"react-app"
]
},
"resolutions"
:
{
"npm"
:
">=6.14.4"
}
}
src/webui/yarn.lock
View file @
2c5bde71
This diff is collapsed.
Click to expand it.
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