diff --git a/dist/index.js b/dist/index.js index 9582e5e..46afb70 100644 --- a/dist/index.js +++ b/dist/index.js @@ -29397,7 +29397,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRef = void 0; -const v = __importStar(__nccwpck_require__(4216)); +const v = __importStar(__nccwpck_require__(4937)); const schema_1 = __nccwpck_require__(3731); const utils_1 = __nccwpck_require__(1356); const getRef = ({ eventName, payload }) => { @@ -29460,7 +29460,7 @@ exports.getRef = getRef; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NullableStringSchema = exports.OptionalStringSchema = exports.StringSchema = void 0; -const valibot_1 = __nccwpck_require__(4216); +const valibot_1 = __nccwpck_require__(4937); exports.StringSchema = (0, valibot_1.string)(); exports.OptionalStringSchema = (0, valibot_1.optional)((0, valibot_1.string)()); exports.NullableStringSchema = (0, valibot_1.nullable)((0, valibot_1.string)()); @@ -31317,7 +31317,7 @@ module.exports = parseParams /***/ }), -/***/ 4216: +/***/ 4937: /***/ ((module) => { "use strict"; diff --git a/package.json b/package.json index cf0c39c..657471d 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "@actions/core": "1.10.1", "@actions/github": "6.0.0", - "valibot": "0.38.0" + "valibot": "0.39.0" }, "devDependencies": { "@eslint/js": "9.9.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index eec700f..366f421 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: 6.0.0 version: 6.0.0 valibot: - specifier: 0.38.0 - version: 0.38.0(typescript@5.5.4) + specifier: 0.39.0 + version: 0.39.0(typescript@5.5.4) devDependencies: '@eslint/js': specifier: 9.9.1 @@ -1905,8 +1905,8 @@ packages: resolution: {integrity: sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==} engines: {node: '>=10.12.0'} - valibot@0.38.0: - resolution: {integrity: sha512-RCJa0fetnzp+h+KN9BdgYOgtsMAG9bfoJ9JSjIhFHobKWVWyzM3jjaeNTdpFK9tQtf3q1sguXeERJ/LcmdFE7w==} + valibot@0.39.0: + resolution: {integrity: sha512-d+vE8SDRNy9zKg6No5MHz2tdz8H6CW8X3OdqYdmlhnoqQmEoM6Hu0hJUrZv3tPSVrzZkIIMCtdCQtMzcM6NCWw==} peerDependencies: typescript: '>=5' peerDependenciesMeta: @@ -4161,7 +4161,7 @@ snapshots: '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 - valibot@0.38.0(typescript@5.5.4): + valibot@0.39.0(typescript@5.5.4): optionalDependencies: typescript: 5.5.4