Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.webjars-datatables-1.…
Browse files Browse the repository at this point in the history
…13.5
  • Loading branch information
commjoen authored Jul 27, 2023
2 parents 9220eff + 580acaa commit 670d3d4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 18 deletions.
16 changes: 8 additions & 8 deletions js/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 js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"author": "",
"license": "MIT",
"dependencies": {
"minimatch": ">=9.0.2"
"minimatch": ">=9.0.3"
},
"devDependencies": {
"minimatch": ">=9.0.2",
"minimatch": ">=9.0.3",
"javascript-obfuscator": "^4.0.2"
}
}
10 changes: 4 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^17.6.6",
"cypress": "^12.17.1",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
<version>1.13.3</version>
<version>1.13.4</version>
<executions>
<execution>
<id>install node and npm</id>
Expand Down

0 comments on commit 670d3d4

Please sign in to comment.