Skip to content
Open
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
2 changes: 1 addition & 1 deletion packages/backend-openapi-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@backstage/types": "workspace:^",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
"ajv": "^8.16.0",
"ajv": "^8.18.0",
"express": "^4.22.0",
"express-openapi-validator": "^5.5.8",
"express-promise-router": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/catalog-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@backstage/errors": "workspace:^",
"@backstage/types": "workspace:^",
"ajv": "^8.10.0",
"ajv": "^8.18.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@backstage/errors": "workspace:^",
"@backstage/types": "workspace:^",
"@types/json-schema": "^7.0.6",
"ajv": "^8.10.0",
"ajv": "^8.18.0",
"chokidar": "^3.5.2",
"fs-extra": "^11.2.0",
"json-schema": "^0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@rjsf/utils": "5.24.13",
"@rjsf/validator-ajv8": "5.24.13",
"@types/json-schema": "^7.0.9",
"ajv": "^8.0.1",
"ajv": "^8.18.0",
"ajv-errors": "^3.0.0",
"classnames": "^2.2.6",
"flatted": "3.3.3",
Expand Down
22 changes: 17 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3128,7 +3128,7 @@ __metadata:
"@backstage/types": "workspace:^"
"@types/express": "npm:^4.17.6"
"@types/express-serve-static-core": "npm:^4.17.5"
ajv: "npm:^8.16.0"
ajv: "npm:^8.18.0"
express: "npm:^4.22.0"
express-openapi-validator: "npm:^5.5.8"
express-promise-router: "npm:^4.1.0"
Expand Down Expand Up @@ -3240,7 +3240,7 @@ __metadata:
"@backstage/types": "workspace:^"
"@types/json-schema": "npm:^7.0.5"
"@types/lodash": "npm:^4.14.151"
ajv: "npm:^8.10.0"
ajv: "npm:^8.18.0"
lodash: "npm:^4.17.21"
yaml: "npm:^2.0.0"
languageName: unknown
Expand Down Expand Up @@ -3499,7 +3499,7 @@ __metadata:
"@types/json-schema": "npm:^7.0.6"
"@types/json-schema-merge-allof": "npm:^0.6.0"
"@types/minimist": "npm:^1.2.5"
ajv: "npm:^8.10.0"
ajv: "npm:^8.18.0"
chokidar: "npm:^3.5.2"
fs-extra: "npm:^11.2.0"
json-schema: "npm:^0.4.0"
Expand Down Expand Up @@ -7110,7 +7110,7 @@ __metadata:
"@types/humanize-duration": "npm:^3.18.1"
"@types/json-schema": "npm:^7.0.9"
"@types/react": "npm:^18.0.0"
ajv: "npm:^8.0.1"
ajv: "npm:^8.18.0"
ajv-errors: "npm:^3.0.0"
classnames: "npm:^2.2.6"
flatted: "npm:3.3.3"
Expand Down Expand Up @@ -24745,7 +24745,7 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:8.17.1, ajv@npm:^8.0.0, ajv@npm:^8.0.1, ajv@npm:^8.10.0, ajv@npm:^8.11.0, ajv@npm:^8.12.0, ajv@npm:^8.16.0, ajv@npm:^8.17.1, ajv@npm:^8.6.0, ajv@npm:^8.6.3, ajv@npm:^8.9.0":
"ajv@npm:8.17.1, ajv@npm:^8.0.0, ajv@npm:^8.11.0, ajv@npm:^8.12.0, ajv@npm:^8.17.1, ajv@npm:^8.6.0, ajv@npm:^8.6.3, ajv@npm:^8.9.0":
version: 8.17.1
resolution: "ajv@npm:8.17.1"
dependencies:
Expand All @@ -24769,6 +24769,18 @@ __metadata:
languageName: node
linkType: hard

"ajv@npm:^8.18.0":
version: 8.18.0
resolution: "ajv@npm:8.18.0"
dependencies:
fast-deep-equal: "npm:^3.1.3"
fast-uri: "npm:^3.0.1"
json-schema-traverse: "npm:^1.0.0"
require-from-string: "npm:^2.0.2"
checksum: 10/bfed9de827a2b27c6d4084324eda76a4e32bdde27410b3e9b81d06e6f8f5c78370fc6b93fe1d869f1939ff1d7c4ae8896960995acb8425e3e9288c8884247c48
languageName: node
linkType: hard

"ajv@npm:~8.12.0":
version: 8.12.0
resolution: "ajv@npm:8.12.0"
Expand Down