Skip to content

Commit

Permalink
Neural Insights: fix vulnerability (#1077)
Browse files Browse the repository at this point in the history
Signed-off-by: aradys-intel <agata.radys@intel.com>
  • Loading branch information
aradys authored Jul 12, 2023
1 parent 2562f29 commit 6a4236a
Show file tree
Hide file tree
Showing 7 changed files with 3,627 additions and 1,401 deletions.
4,881 changes: 3,489 additions & 1,392 deletions neural_insights/gui/package-lock.json

Large diffs are not rendered by default.

17 changes: 12 additions & 5 deletions neural_insights/gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,29 @@
"axios": "^1.4.0",
"bootstrap": "^5.3.0",
"cytoscape": "^3.25.0",
"cytoscape-elk": "^2.1.0",
"cytoscape-elk": "^2.2.0",
"cytoscape-node-html-label": "^1.2.2",
"moment": "^2.29.4",
"plotly.js": "^2.24.2",
"plotly.js": "^2.24.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-bootstrap": "^2.8.0",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^18.2.0",
"react-plotly.js": "^2.6.0",
"react-scripts": "^5.0.1",
"sass": "^1.63.6",
"socket.io": "^4.6.2",
"socket.io-client": "^4.6.2",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"web-vitals": "^2.1.4",
"web-worker": "^1.2.0"
},
"devDependencies": {
"@svgr/webpack": "8.0.1"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack",
"word-wrap": "npm:@aashutoshrathi/word-wrap@1.2.6"
},
"scripts": {
"start": "react-scripts start",
"build": "BUILD_PATH='./../web/app' react-scripts build",
Expand Down
6 changes: 3 additions & 3 deletions neural_insights/web/app/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "/static/css/main.1dc7c130.css",
"main.js": "/static/js/main.1d90794d.js",
"main.js": "/static/js/main.f7816dfb.js",
"static/js/787.c1112931.chunk.js": "/static/js/787.c1112931.chunk.js",
"static/media/IntelClear_Rg.ttf": "/static/media/IntelClear_Rg.33af11200cffaf9540ff.ttf",
"static/media/IntelClear_Lt.ttf": "/static/media/IntelClear_Lt.c5e18e9d5505364da760.ttf",
Expand All @@ -11,11 +11,11 @@
"static/media/intelone-display-regular.ttf": "/static/media/intelone-display-regular.0f8c3ef25c545acb6b7c.ttf",
"index.html": "/index.html",
"main.1dc7c130.css.map": "/static/css/main.1dc7c130.css.map",
"main.1d90794d.js.map": "/static/js/main.1d90794d.js.map",
"main.f7816dfb.js.map": "/static/js/main.f7816dfb.js.map",
"787.c1112931.chunk.js.map": "/static/js/787.c1112931.chunk.js.map"
},
"entrypoints": [
"static/css/main.1dc7c130.css",
"static/js/main.1d90794d.js"
"static/js/main.f7816dfb.js"
]
}
2 changes: 1 addition & 1 deletion neural_insights/web/app/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><title>Neural Insights</title><script defer="defer" src="/static/js/main.1d90794d.js"></script><link href="/static/css/main.1dc7c130.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><title>Neural Insights</title><script defer="defer" src="/static/js/main.f7816dfb.js"></script><link href="/static/css/main.1dc7c130.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
3 changes: 3 additions & 0 deletions neural_insights/web/app/static/js/main.f7816dfb.js

Large diffs are not rendered by default.

118 changes: 118 additions & 0 deletions neural_insights/web/app/static/js/main.f7816dfb.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
/*
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
* @license MIT
* @preserve Project Home: https://github.com/voidqk/polybooljs
*/

/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
* pad-left <https://github.com/jonschlinkert/pad-left>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT license.
*/

/*!
* repeat-string <https://github.com/jonschlinkert/repeat-string>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License.
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/

/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/

/*!
Embeddable Minimum Strictly-Compliant Promises/A+ 1.1.1 Thenable
Copyright (c) 2013-2014 Ralf S. Engelschall (http://engelschall.com)
Licensed under The MIT License (http://opensource.org/licenses/MIT)
*/

/*! Bezier curve function generator. Copyright Gaetan Renaudeau. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/*! Native Promise Only
v0.8.1 (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/

/*! Runge-Kutta spring physics function generator. Adapted from Framer.js, copyright Koen Bok. MIT License: http://en.wikipedia.org/wiki/MIT_License */

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

//! moment.js
1 change: 1 addition & 0 deletions neural_insights/web/app/static/js/main.f7816dfb.js.map

Large diffs are not rendered by default.

0 comments on commit 6a4236a

Please sign in to comment.