Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into release/1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimfacion committed Dec 18, 2024
2 parents 05a7d5c + de5b772 commit 0cf7a0b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion openbas-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.23.0</version>
<version>5.24.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openbas-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>5.23.0</version>
<version>5.24.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions openbas-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ckeditor5": "43.3.0",
"classcat": "5.0.5",
"classnames": "2.5.1",
"cronstrue": "2.51.0",
"cronstrue": "2.52.0",
"d3-hierarchy": "3.1.2",
"date-fns": "4.1.0",
"dompurify": "3.1.6",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@playwright/test": "1.49.0",
"@stylistic/eslint-plugin": "2.11.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@types/d3-hierarchy": "3.1.7",
"@types/eslint__js": "8.42.3",
"@types/node": "22.9.3",
Expand Down
28 changes: 14 additions & 14 deletions openbas-front/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2831,23 +2831,23 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:16.0.1":
version: 16.0.1
resolution: "@testing-library/react@npm:16.0.1"
"@testing-library/react@npm:16.1.0":
version: 16.1.0
resolution: "@testing-library/react@npm:16.1.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
peerDependencies:
"@testing-library/dom": ^10.0.0
"@types/react": ^18.0.0
"@types/react-dom": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
"@types/react": ^18.0.0 || ^19.0.0
"@types/react-dom": ^18.0.0 || ^19.0.0
react: ^18.0.0 || ^19.0.0
react-dom: ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-dom":
optional: true
checksum: 10c0/67d05dec5ad5a2e6f92b6a3234af785435c7bb62bdbf12f3bfc89c9bca0c871a189e88c4ba023ed4cea504704c87c6ac7e86e24a3962df6c521ae89b62f48ff7
checksum: 10c0/8451dcc76ba0d4f3504af78f2a4aacc13117691f4b7a3c279f3e047d5ea817ff686496ad53e7f65f6183112aef2be3f318af609b1f5d666eed42b1014d1c68d5
languageName: node
linkType: hard

Expand Down Expand Up @@ -4587,12 +4587,12 @@ __metadata:
languageName: node
linkType: hard

"cronstrue@npm:2.51.0":
version: 2.51.0
resolution: "cronstrue@npm:2.51.0"
"cronstrue@npm:2.52.0":
version: 2.52.0
resolution: "cronstrue@npm:2.52.0"
bin:
cronstrue: bin/cli.js
checksum: 10c0/93cef8860b6bf889cfc16897dbb9601ae70391b1b8b6f37627cf12894a35389363050e6638e1db4f77937a51f2b8419edcfd02200ff50332617950c977f50333
checksum: 10c0/96f6fe25cab01c5f945b5980a14856d189fdbdd231e4d87908b8f5c087bd678684c5de91a5a39ce800a988ead3b732b63f07a9df297ab90cdf9f213f817ba2f0
languageName: node
linkType: hard

Expand Down Expand Up @@ -8969,7 +8969,7 @@ __metadata:
"@redux-devtools/extension": "npm:3.3.0"
"@stylistic/eslint-plugin": "npm:2.11.0"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/react": "npm:16.0.1"
"@testing-library/react": "npm:16.1.0"
"@types/d3-hierarchy": "npm:3.1.7"
"@types/eslint__js": "npm:8.42.3"
"@types/node": "npm:22.9.3"
Expand All @@ -8991,7 +8991,7 @@ __metadata:
ckeditor5: "npm:43.3.0"
classcat: "npm:5.0.5"
classnames: "npm:2.5.1"
cronstrue: "npm:2.51.0"
cronstrue: "npm:2.52.0"
cross-env: "npm:7.0.3"
d3-hierarchy: "npm:3.1.2"
date-fns: "npm:4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
<version>42.6.2</version>
<version>42.7.4</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 0cf7a0b

Please sign in to comment.