Skip to content

Commit e2f727a

Browse files
Merge branch 'main' into dependencies/upgrading-nuclei-to-v3.2.2
2 parents f16e55e + 72d204d commit e2f727a

3 files changed

Lines changed: 22 additions & 22 deletions

File tree

documentation/package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"react-accessible-accordion": "^5.0.0",
3636
"react-dom": "^18.2.0",
3737
"rimraf": "^5.0.5",
38-
"sass": "^1.71.1"
38+
"sass": "^1.72.0"
3939
},
4040
"browserslist": {
4141
"production": [
@@ -53,13 +53,13 @@
5353
"@docusaurus/module-type-aliases": "^3.1.1",
5454
"@docusaurus/tsconfig": "^3.1.1",
5555
"@docusaurus/types": "^3.1.1",
56-
"@types/node": "^20.11.24",
57-
"@types/react": "^18.2.64",
56+
"@types/node": "^20.11.28",
57+
"@types/react": "^18.2.66",
5858
"@types/react-helmet": "^6.1.11",
5959
"@types/react-router-dom": "^5.1.8",
6060
"eslint": "^8.57.0",
6161
"eslint-plugin-prettier": "^5.1.3",
62-
"eslint-plugin-react": "^7.34.0",
62+
"eslint-plugin-react": "^7.34.1",
6363
"eslint-plugin-security": "^2.1.0",
6464
"sass-loader": "^14.1.1",
6565
"typescript": "^5.4.2"

hooks/persistence-defectdojo/hook/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ dependencies {
2727
implementation group: "io.kubernetes", name: "client-java", version: "20.0.0"
2828
implementation group: "org.springframework", name: "spring-web", version: "5.3.28"
2929
implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.16.2"
30-
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.16.2"
30+
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.17.0"
3131
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.16.2"
32-
implementation group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jsr310", version: "2.16.2"
32+
implementation group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jsr310", version: "2.17.0"
3333
implementation group: "org.slf4j", name: "slf4j-api", version: "2.0.12"
3434
implementation group: "org.slf4j", name: "slf4j-log4j12", version: "2.0.12"
3535
// If I try to notate this like the others (with separate strings) I got errors. No idea why sh... Gradle

0 commit comments

Comments
 (0)