Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/test.containers.version-1…
Browse files Browse the repository at this point in the history
….19.3
  • Loading branch information
jesperancinha authored Jan 5, 2024
2 parents e99ed6e + 53d66c2 commit 81e66e3
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 125 deletions.
28 changes: 14 additions & 14 deletions e2e/package-lock.json

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

4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "João Esperancinha",
"license": "ISC",
"devDependencies": {
"cypress": "13.6.0",
"ts-node": "^10.9.1",
"cypress": "13.6.2",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
Expand Down
16 changes: 8 additions & 8 deletions e2e/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@ cypress-pipe@^2.0.0:
resolved "https://registry.npmjs.org/cypress-pipe/-/cypress-pipe-2.0.0.tgz"
integrity sha512-KW9s+bz4tFLucH3rBGfjW+Q12n7S4QpUSSyxiGrgPOfoHlbYWzAGB3H26MO0VTojqf9NVvfd5Kt0MH5XMgbfyg==

[email protected].0:
version "13.6.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.6.0.tgz#b98b7b837679012ed09c7ecee5565bf7b31d4982"
integrity sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==
[email protected].2:
version "13.6.2"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-13.6.2.tgz#c70df09db0a45063298b3cecba2fa21109768e08"
integrity sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==
dependencies:
"@cypress/request" "^3.0.0"
"@cypress/xvfb" "^1.2.4"
Expand Down Expand Up @@ -1180,10 +1180,10 @@ tough-cookie@^4.1.3:
universalify "^0.2.0"
url-parse "^1.5.3"

ts-node@^10.9.1:
version "10.9.1"
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz"
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
ts-node@^10.9.2:
version "10.9.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
dependencies:
"@cspotcode/source-map-support" "^0.8.0"
"@tsconfig/node10" "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<reactor-kafka.version>1.3.22</reactor-kafka.version>
<kafka-avro-serializer.version>7.2.2</kafka-avro-serializer.version>
<hazelcast.version>5.1.6</hazelcast.version>
<hazelcast.version>5.3.6</hazelcast.version>
<avro.version>1.11.3</avro.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<test.containers.version>1.19.3</test.containers.version>
Expand Down
132 changes: 66 additions & 66 deletions vma-gui/package-lock.json

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

4 changes: 2 additions & 2 deletions vma-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.9",
"@angular/cli": "~17.0.3",
"@angular/cli": "~17.0.9",
"@angular/compiler-cli": "~16.2.8",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.10.0",
"@types/node": "^20.10.6",
"jasmine-core": "~5.0.1",
"karma": "~6.3.10",
"jasmine-core": "~5.1.1",
Expand Down
Loading

0 comments on commit 81e66e3

Please sign in to comment.