Skip to content

Commit

Permalink
Merge branch 'master' into DTSPB-4242-CW-author-search
Browse files Browse the repository at this point in the history
  • Loading branch information
FeliTam authored Nov 25, 2024
2 parents be80028 + 263dda0 commit d8969b4
Show file tree
Hide file tree
Showing 5 changed files with 309 additions and 309 deletions.
584 changes: 292 additions & 292 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.5.2.cjs
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'au.com.dius.pact' version '4.6.15'
id 'net.serenity-bdd.serenity-gradle-plugin' version '4.2.8'
id 'org.sonarqube' version '6.0.0.5145'
id 'com.github.hmcts.rse-cft-lib' version '0.19.1410'
id 'com.github.hmcts.rse-cft-lib' version '0.19.1476'
}

application {
Expand Down Expand Up @@ -181,7 +181,7 @@ def versions = [
springCloud : '4.1.4',
springCloudStarterNetflixHystrix: '4.1.3',
springDocOpenUi : '2.6.0',
springSecurityVersion : '6.4.0'
springSecurityVersion : '6.4.1'
]

jacocoTestReport {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@
"resolutions": {
"http-cache-semantics": ">=4.1.1"
},
"packageManager": "[email protected].1"
"packageManager": "[email protected].2"
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,13 +203,13 @@ __metadata:
linkType: hard

"@playwright/test@npm:^1.36.2":
version: 1.48.2
resolution: "@playwright/test@npm:1.48.2"
version: 1.49.0
resolution: "@playwright/test@npm:1.49.0"
dependencies:
playwright: "npm:1.48.2"
playwright: "npm:1.49.0"
bin:
playwright: cli.js
checksum: 10/8557f9d60b93b9a60b66599d46f991b56df26b691f9285e8755298dabd9f42d1421c330a7d7578b76445fdd56040fe790d3f1081daa80e5e89a380170e0fd217
checksum: 10/e87485ab4c02b6dc0bc20a43ea3965c949c45caa4e7f5beea4a0abd29be0a318662931e887072db0d165f8dde93709b97ea1b2c6f4c833b403aa13427d76dd22
languageName: node
linkType: hard

Expand Down Expand Up @@ -5967,27 +5967,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.48.2":
version: 1.48.2
resolution: "playwright-core@npm:1.48.2"
"playwright-core@npm:1.49.0":
version: 1.49.0
resolution: "playwright-core@npm:1.49.0"
bin:
playwright-core: cli.js
checksum: 10/dd029f797b1afb2240713a032fecc50e1ffc5464a39c075570cf10e929c145da3a8d0951a3f2b279e33b2f09cbeb8ff4330822cb1078452c0c75cc4ce34ca171
checksum: 10/ef9c708293adab100337ed7fd8e61660be381707fc2b84f07b5f40d1ead44feb6a8e52fef98075e594522229d15a9ad56dd1471689cfa59409bec6447c22944d
languageName: node
linkType: hard

"playwright@npm:1.48.2, playwright@npm:^1.23.2":
version: 1.48.2
resolution: "playwright@npm:1.48.2"
"playwright@npm:1.49.0, playwright@npm:^1.23.2":
version: 1.49.0
resolution: "playwright@npm:1.49.0"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.48.2"
playwright-core: "npm:1.49.0"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/331af352504336f419cdf1369f0ef399c6f0e905fdb79a5e97c41f33e74766efd21430ab6ae2de0b237ae765ebfbe701e119a990d8dc01bcdac3bc43c1fa1fbf
checksum: 10/1fb198d09d388ec46cc2f0fc6b889a8bde8a75066ded82d35f08ba333091ebf3fc4ddf11263a86058a7078c7238ec4f23a86a9f1dc3ebd4f610c9eb07841fb32
languageName: node
linkType: hard

Expand Down

0 comments on commit d8969b4

Please sign in to comment.