Skip to content

Commit 5b6aa61

Browse files
committed
update ajv-formats
1 parent 70c0c23 commit 5b6aa61

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

dist/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8250,7 +8250,7 @@ var annotations_schema = __nccwpck_require__(8652);
82508250
var repository_schema = __nccwpck_require__(1938);
82518251
var product_schema = __nccwpck_require__(6053);
82528252
var Ajv = __nccwpck_require__(2463);
8253-
var ajvFormats = __nccwpck_require__(2815);
8253+
var ajvFormats = __nccwpck_require__(5342);
82548254
var relativeSpaceValidation = __nccwpck_require__(3979);
82558255

82568256
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -8409,7 +8409,7 @@ exports.validateFromFile = validateFromFile;
84098409

84108410
/***/ }),
84118411

8412-
/***/ 779:
8412+
/***/ 4314:
84138413
/***/ ((__unused_webpack_module, exports) => {
84148414

84158415
"use strict";
@@ -8589,14 +8589,14 @@ function regex(str) {
85898589

85908590
/***/ }),
85918591

8592-
/***/ 2815:
8592+
/***/ 5342:
85938593
/***/ ((module, exports, __nccwpck_require__) => {
85948594

85958595
"use strict";
85968596

85978597
Object.defineProperty(exports, "__esModule", ({ value: true }));
8598-
const formats_1 = __nccwpck_require__(779);
8599-
const limit_1 = __nccwpck_require__(1284);
8598+
const formats_1 = __nccwpck_require__(4314);
8599+
const limit_1 = __nccwpck_require__(5029);
86008600
const codegen_1 = __nccwpck_require__(1436);
86018601
const fullName = new codegen_1.Name("fullFormats");
86028602
const fastName = new codegen_1.Name("fastFormats");
@@ -8633,7 +8633,7 @@ exports["default"] = formatsPlugin;
86338633

86348634
/***/ }),
86358635

8636-
/***/ 1284:
8636+
/***/ 5029:
86378637
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
86388638

86398639
"use strict";

dist/index.js.map

Lines changed: 1 addition & 1 deletion
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
@@ -28,7 +28,7 @@
2828
"@backstage/catalog-model": "^1.7.5",
2929
"@roadiehq/roadie-backstage-entity-validator": "^2.8.1",
3030
"ajv": "^8.12.0",
31-
"ajv-formats": "^2.1.1",
31+
"ajv-formats": "^3.0.1",
3232
"glob": "^13.0.0",
3333
"js-yaml": "^4.1.0",
3434
"minimist": "^1.2.8"

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,13 +1193,20 @@ agent-base@^7.1.0, agent-base@^7.1.2:
11931193
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
11941194
integrity sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==
11951195

1196-
ajv-formats@^2.1.0, ajv-formats@^2.1.1:
1196+
ajv-formats@^2.1.0:
11971197
version "2.1.1"
11981198
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520"
11991199
integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==
12001200
dependencies:
12011201
ajv "^8.0.0"
12021202

1203+
ajv-formats@^3.0.1:
1204+
version "3.0.1"
1205+
resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578"
1206+
integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==
1207+
dependencies:
1208+
ajv "^8.0.0"
1209+
12031210
ajv@^8.0.0, ajv@^8.10.0, ajv@^8.12.0, ajv@^8.4.0:
12041211
version "8.17.1"
12051212
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.17.1.tgz#37d9a5c776af6bc92d7f4f9510eba4c0a60d11a6"

0 commit comments

Comments
 (0)