Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4880 from Aircloak/sebastian/upgrade-base-images
Browse files Browse the repository at this point in the history
Security updates
  • Loading branch information
sebastian authored Jan 7, 2021
2 parents 8b4498b + d76de6d commit 4cbfb44
Show file tree
Hide file tree
Showing 16 changed files with 4,371 additions and 3,527 deletions.
3 changes: 3 additions & 0 deletions air/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"vega-lite": "^4.12.2",
"zxcvbn": "^4.4.2"
},
"resolutions": {
"node-forge": "0.10.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
Expand Down
724 changes: 466 additions & 258 deletions air/assets/yarn.lock

Large diffs are not rendered by default.

9 changes: 1 addition & 8 deletions central/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,10 @@ release:
release-local:
NODE_ENV=production MIX_ENV=prod mix do compile, site_release --env=local --no-tar

lint: eslint flow
lint:
MIX_ENV=dev mix lint
MIX_ENV=test mix lint

flow:
cd assets && node_modules/.bin/flow check

eslint:
cd assets && node_modules/.bin/eslint --max-warnings 0 --rulesdir eslint_rules js
cd assets && node_modules/.bin/eslint --max-warnings 0 --rulesdir eslint_rules --config .eslintrc-test.js test

mocha:
cd assets && npm test

Expand Down
7 changes: 0 additions & 7 deletions central/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,3 @@
// If you no longer want to use a dependency, remember
// to also remove its path from "config.paths.watched".
import "phoenix_html";

const App = {
};

if (window.pageConfig !== undefined) {
window.pageConfig.onLoad.call(this, App);
}
10 changes: 0 additions & 10 deletions central/assets/js/plotly.js

This file was deleted.

35 changes: 0 additions & 35 deletions central/assets/js/result_socket.js

This file was deleted.

14 changes: 1 addition & 13 deletions central/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,17 @@
"clean-css-brunch": "~1.8.0",
"css-brunch": "~1.7.0",
"javascript-brunch": "~1.8.0",
"jquery": "^2.2.3",
"jquery": "^3.5.1",
"lodash": "^4.11.1",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"plotly.js": "^1.17.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"uglify-js-brunch": "~1.7.0"
},
"optionalDependencies": {
"fsevents": "*"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
"babel-register": "^6.14.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-flowtype": "^2.19.0",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"flow-bin": "^0.33.0",
"mocha": "^3.0.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4cbfb44

Please sign in to comment.