Skip to content

Commit

Permalink
fix: tietoturvapäivityksiä (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
haapamakim authored Dec 14, 2022
1 parent cac3333 commit 3ef8c97
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
15 changes: 10 additions & 5 deletions migration-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 21 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,13 @@
"husky": "7.0.2",
"identity-obj-proxy": "3.0.0",
"jest": "27.2.4",
"loader-utils": "1.4.2",
"mocha": "9.2.0",
"mocha-chai-jest-snapshot": "1.1.4",
"mocha-junit-reporter": "2.0.2",
"mocha-multi-reporters": "1.5.1",
"mocha-sonarqube-reporter": "1.0.2",
"node-fetch": "2.6.7",
"node-jq": "2.1.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
Expand All @@ -125,6 +127,7 @@
"react-test-renderer": "17.0.2",
"rimraf": "3.0.2",
"semantic-release": "18.0.1",
"shell-quote": "1.7.3",
"sinon": "11.1.2",
"sinon-chai": "3.7.0",
"sonarqube-scanner": "2.8.1",
Expand All @@ -149,13 +152,11 @@
"pregenerate:api": "graphql-schema-utilities -s \"{./graphql/types.graphql,./graphql/inputs.graphql,./graphql/operations.graphql}\" -o schema.graphql",
"generate:api": "cross-env docker run --rm -v $INIT_CWD:/work ${ACCOUNT_ID:=283563576583}.dkr.ecr.eu-west-1.amazonaws.com/hassu-build-image:$(cat .buildimageversion) bash -c \"cd /work && amplify codegen\"",
"generate": "npm-run-all --aggregate-output --parallel generate:*",

"buildimage:generate:velhoapi": "MSYS_NO_PATHCONV=1 VELHO_ACCESS_TOKEN=\"$(ts-node --project=tsconfig.cdk.json -r dotenv/config ./tools/velho/authenticate.ts dotenv_config_path=.env.test)\" ./tools/velho/gradlew -p ./tools/velho --info",
"postbuildimage:generate:velhoapi": "ts-node --project=tsconfig.cdk.json ./tools/velho/processMetaData.ts ./backend/src/velho/metadata.json ./common/generated/velhometadata.json ./common/generated/ely.json",
"prebuildimage:generate:api": "graphql-schema-utilities -s \"{./graphql/types.graphql,./graphql/inputs.graphql,./graphql/operations.graphql}\" -o schema.graphql",
"buildimage:generate:api": "amplify codegen",
"buildimage:generate": "npm-run-all --aggregate-output --parallel buildimage:generate:*",

"startBuildImage": "cross-env docker run --rm -it --add-host=hassu:host-gateway -v $INIT_CWD:/work --env=\"DISPLAY=host.docker.internal:0\" -v /tmp/.X11-unix:/tmp/.X11-unix:rw ${ACCOUNT_ID:=283563576583}.dkr.ecr.eu-west-1.amazonaws.com/hassu-build-image:$(cat .buildimageversion) bash",
"lint:backend": "eslint --cache --ignore-path .gitignore --ext .ts backend",
"lint:app": "next lint",
Expand Down

0 comments on commit 3ef8c97

Please sign in to comment.