Skip to content

Commit c9ffd84

Browse files
authored
chore: Bump js-yaml dependabot (#4624)
* chore: Bump js-yaml dependabot * chore: Bump js-yaml dependabot * chore: Bump js-yaml dependabot
1 parent 5c53905 commit c9ffd84

File tree

8 files changed

+38
-32
lines changed

8 files changed

+38
-32
lines changed

backend/package-lock.json

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

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cors": "^2.8.5",
1919
"express": "^5.2.1",
2020
"express-rate-limit": "^7.5.0",
21-
"js-yaml": "^4.1.0",
21+
"js-yaml": "^4.1.1",
2222
"lodash.escape": "^4.0.1",
2323
"lodash.merge": "^4.6.2",
2424
"lodash.isempty": "^4.4.0",

kyma/package-lock.json

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

kyma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"gulp": "^5.0.0",
1818
"gulp-clean": "^0.4.0",
1919
"gulp-concat": "^2.6.1",
20-
"js-yaml": "^4.1.0",
20+
"js-yaml": "^4.1.1",
2121
"node-fetch": "^3.3.2"
2222
}
2323
}

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"jotai": "^2.13.0",
7777
"jotai-effect": "^2.0.5",
7878
"js-tiktoken": "^1.0.20",
79-
"js-yaml": "^4.1.0",
79+
"js-yaml": "^4.1.1",
8080
"jsonata": "^2.1.0",
8181
"jsonpath": "^1.2.0",
8282
"jsonschema": "^1.5.0",

tests/integration/package-lock.json

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

tests/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"cypress": "^15.8.2",
2424
"cypress-file-upload": "^5.0.8",
2525
"cypress-plugin-tab": "^1.0.5",
26-
"js-yaml": "^4.1.0"
26+
"js-yaml": "^4.1.1"
2727
}
2828
}

0 commit comments

Comments
 (0)