Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/ocp-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.10.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.25",
"postcss": "^8.5.23",
"prop-types": "^15.8.1",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.3",
Expand All @@ -84,7 +84,7 @@
"formik": "^2.4.9",
"fuzzysearch": "^1.0.3",
"i18next": "^21.8.14",
"js-yaml": "^4.1.1",
"js-yaml": "^4.3.0",
"monaco-editor": "^0.51.0",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.10.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.25",
"postcss": "^8.5.23",
"raw-loader": "^4.0.2",
"react-axe": "^3.5.4",
"style-loader": "^3.3.3",
Expand All @@ -52,7 +52,7 @@
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"js-yaml": "^4.1.1",
"js-yaml": "^4.3.0",
"monaco-editor": "^0.51.0",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"file-saver": "^2.0.2",
"formik": "^2.4.5",
"fuzzysearch": "^1.0.3",
"js-yaml": "^4.1.1",
"js-yaml": "^4.3.0",
"percent-round": "^2.3.1",
"react-markdown": "^8.0.7",
"semver": "^7.7.3",
Expand Down
117 changes: 64 additions & 53 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
"dependencies": {
"fast-json-patch": "^3.1.1",
"lodash": "^4.18.0"
},
"overrides": {
"js-yaml": "4.3.0",
"immutable": "4.3.9"
}
}
19 changes: 8 additions & 11 deletions proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,43 +20,40 @@ require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/getkin/kin-openapi v0.132.0 // indirect
github.com/getkin/kin-openapi v0.144.0 // indirect
github.com/go-chi/chi/v5 v5.2.2 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/go-openapi/jsonpointer v0.22.5 // indirect
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/httprc v1.0.6 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/oapi-codegen/runtime v1.1.1 // indirect
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/oasdiff/yaml v0.1.1 // indirect
github.com/oasdiff/yaml3 v0.0.14 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/samber/lo v1.49.1 // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apimachinery v0.32.3 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
Expand Down
Loading
Loading