Skip to content

Commit 78063c1

Browse files
authored
Merge branch 'master' into fix/JENKINS-76106-last-duration
2 parents 837b5fe + 0b18928 commit 78063c1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"postcss-preset-env": "10.5.0",
4343
"postcss-scss": "4.0.9",
4444
"prettier": "3.7.4",
45-
"sass": "1.97.0",
45+
"sass": "1.97.1",
4646
"sass-loader": "16.0.6",
4747
"style-loader": "4.0.0",
4848
"stylelint": "16.26.1",

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ THE SOFTWARE.
433433
<plugin>
434434
<groupId>com.github.eirslett</groupId>
435435
<artifactId>frontend-maven-plugin</artifactId>
436-
<version>1.15.4</version>
436+
<version>2.0.0</version>
437437
<executions>
438438
<execution>
439439
<id>install node and corepack</id>
@@ -511,7 +511,7 @@ THE SOFTWARE.
511511
<plugin>
512512
<groupId>com.github.eirslett</groupId>
513513
<artifactId>frontend-maven-plugin</artifactId>
514-
<version>1.15.4</version>
514+
<version>2.0.0</version>
515515
<executions>
516516
<execution>
517517
<id>yarn lint:ci</id>
@@ -556,7 +556,7 @@ THE SOFTWARE.
556556
<plugin>
557557
<groupId>com.github.eirslett</groupId>
558558
<artifactId>frontend-maven-plugin</artifactId>
559-
<version>1.15.4</version>
559+
<version>2.0.0</version>
560560
<executions>
561561
<execution>
562562
<id>yarn lint</id>

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4516,7 +4516,7 @@ __metadata:
45164516
postcss-preset-env: "npm:10.5.0"
45174517
postcss-scss: "npm:4.0.9"
45184518
prettier: "npm:3.7.4"
4519-
sass: "npm:1.97.0"
4519+
sass: "npm:1.97.1"
45204520
sass-loader: "npm:16.0.6"
45214521
sortablejs: "npm:1.15.6"
45224522
style-loader: "npm:4.0.0"
@@ -6516,9 +6516,9 @@ __metadata:
65166516
languageName: node
65176517
linkType: hard
65186518

6519-
"sass@npm:1.97.0":
6520-
version: 1.97.0
6521-
resolution: "sass@npm:1.97.0"
6519+
"sass@npm:1.97.1":
6520+
version: 1.97.1
6521+
resolution: "sass@npm:1.97.1"
65226522
dependencies:
65236523
"@parcel/watcher": "npm:^2.4.1"
65246524
chokidar: "npm:^4.0.0"
@@ -6529,7 +6529,7 @@ __metadata:
65296529
optional: true
65306530
bin:
65316531
sass: sass.js
6532-
checksum: 10c0/4c0e2596131054089beeeb6e98f7318beb909c4775187690656cbb85a45153d04eecd970e6a4431fe47dc94f9749cf8d58c9c5e59055d2cae39f4887a4bb6104
6532+
checksum: 10c0/c389d5d6405869b49fa2291e8328500fe7936f3b72136bc2c338bee6e7fec936bb9a48d77a1310dea66aa4669ba74ae6b82a112eb32521b9b36d740138a39ea0
65336533
languageName: node
65346534
linkType: hard
65356535

0 commit comments

Comments
 (0)