Skip to content

Commit 4432dda

Browse files
authored
Library updates for security fixes (#5)
* Updated pipeline for appinspect * Updated pipeline for release * Updated dependencies to fix vulnerabilities * Updated .gitignore --------- Co-authored-by: Erica Pescio <[email protected]>
1 parent 9a44dda commit 4432dda

File tree

13 files changed

+1295
-835981
lines changed

13 files changed

+1295
-835981
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
node-modules/
1+
**/node_modules/
22
.DS_Store
33
.vscode

appserver/static/visualizations/boxplot/package-lock.json

Lines changed: 335 additions & 313 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/visualizations/boxplot/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"author": "Splunk",
1212
"license": "MIT",
1313
"devDependencies": {
14-
"webpack": "^5.0.0",
15-
"webpack-cli": "^4.10.0"
14+
"webpack": "^5.89.0",
15+
"webpack-cli": "^5.1.4"
1616
},
1717
"dependencies": {
18-
"d3": "^7.0.1",
18+
"d3": "^7.6.1",
1919
"jquery": ">=3.5.0",
2020
"plotly.js-dist": "^2.4.1",
2121
"underscore": "^1.12.1"

appserver/static/visualizations/boxplot/visualization.js

Lines changed: 97 additions & 274464 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/visualizations/boxplot/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
filename: path.join(__dirname, 'src') + '/visualization_source.js'
88
},
99
output: {
10+
path: path.resolve(__dirname),
1011
filename: 'visualization.js',
1112
libraryTarget: 'amd'
1213
},

appserver/static/visualizations/multiple-axes/package-lock.json

Lines changed: 274 additions & 260 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/visualizations/multiple-axes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"author": "Splunk",
1212
"license": "MIT",
1313
"devDependencies": {
14-
"webpack": "^5.0.0",
15-
"webpack-cli": "^4.10.0"
14+
"webpack": "^5.89.0",
15+
"webpack-cli": "^5.1.4"
1616
},
1717
"dependencies": {
1818
"d3": "^3.5.16",

0 commit comments

Comments
 (0)