From 15f30b5ca9c5f0d9c544813a243d2eb4bcd5ce44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 01:36:29 +0000 Subject: [PATCH 1/2] build(deps): bump valibot from 0.26.0 to 0.27.1 Bumps [valibot](https://github.com/fabian-hiller/valibot) from 0.26.0 to 0.27.1. - [Release notes](https://github.com/fabian-hiller/valibot/releases) - [Commits](https://github.com/fabian-hiller/valibot/compare/v0.26.0...v0.27.1) --- updated-dependencies: - dependency-name: valibot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6051142..ec62966 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "valibot": "^0.26.0" + "valibot": "^0.27.1" }, "devDependencies": { "@types/jest": "^29.5.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8d5578..a1188e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ dependencies: specifier: ^6.0.0 version: 6.0.0 valibot: - specifier: ^0.26.0 - version: 0.26.0 + specifier: ^0.27.1 + version: 0.27.1 devDependencies: '@types/jest': @@ -4256,8 +4256,8 @@ packages: convert-source-map: 1.9.0 dev: true - /valibot@0.26.0: - resolution: {integrity: sha512-cM8VM9jsJGx9P4qarZUBXd0I88OVI4ddtyZ1sAMiofC3Usj7Jxm2c8Xx5accdTrKc3CblO8yyytRaJ6lrsuA+Q==} + /valibot@0.27.1: + resolution: {integrity: sha512-k57/5/kMwMjiVP0LUMpa+n4ihSemuXshz1ND4fftKw1bkHZYN/TnHcbjaEie3K7FwAceiOgugLZPjSaNxdygeg==} dev: false /vue-eslint-parser@9.4.1(eslint@8.56.0): From f97efad00ed92ca160af02ba885501527b64015e Mon Sep 17 00:00:00 2001 From: hulk510 Date: Tue, 30 Jan 2024 23:14:47 +0900 Subject: [PATCH 2/2] chore: bundle --- dist/index.js | 6 +++--- dist/licenses.txt | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 179eae9..d35eab8 100644 --- a/dist/index.js +++ b/dist/index.js @@ -29761,7 +29761,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRef = void 0; -const v = __importStar(__nccwpck_require__(6661)); +const v = __importStar(__nccwpck_require__(6786)); const schema_1 = __nccwpck_require__(3731); const utils_1 = __nccwpck_require__(1356); const getRef = ({ eventName, payload }) => { @@ -29822,7 +29822,7 @@ exports.getRef = getRef; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NullableStringSchema = exports.OptionalStringSchema = exports.StringSchema = void 0; -const valibot_1 = __nccwpck_require__(6661); +const valibot_1 = __nccwpck_require__(6786); 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)()); @@ -31673,7 +31673,7 @@ module.exports = parseParams /***/ }), -/***/ 6661: +/***/ 6786: /***/ ((module) => { "use strict"; diff --git a/dist/licenses.txt b/dist/licenses.txt index 19d317e..90c97c2 100644 --- a/dist/licenses.txt +++ b/dist/licenses.txt @@ -562,7 +562,7 @@ valibot MIT MIT License -Copyright (c) 2023 Fabian Hiller +Copyright (c) Fabian Hiller Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: @@ -570,6 +570,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + wrappy ISC The ISC License