From 1819b5039b720da54c6dc10a0102045dc75d61db Mon Sep 17 00:00:00 2001 From: Joaquin Date: Tue, 16 Sep 2025 16:59:01 +0200 Subject: [PATCH] fix(deps): bump release-please to 16.15.2 --- package-lock.json | 49 ++++++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 28 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70d16c5..4eabcd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", - "@joaquinjsb/release-please": "^16.15.1" + "@joaquinjsb/release-please": "^16.15.2" }, "devDependencies": { "@types/mocha": "^9.0.0", @@ -399,9 +399,10 @@ } }, "node_modules/@joaquinjsb/release-please": { - "version": "16.15.1", - "resolved": "https://registry.npmjs.org/@joaquinjsb/release-please/-/release-please-16.15.1.tgz", - "integrity": "sha512-T5nQsvf4HUla0+F3ufFK8074N7j+9/0s4L5MJ7AlHHQpZ1grFsFFbQq4Bb/B5nHubVYyKa8IIPhw1DNMwRU57w==", + "version": "16.15.2", + "resolved": "https://registry.npmjs.org/@joaquinjsb/release-please/-/release-please-16.15.2.tgz", + "integrity": "sha512-KVx4KPd9Ps/P03QoLGZbLT3OIGTJ/4U3i9EgctA52qNOm+1tEI/8ueptjsnIiHfFQLFcd+O4IrZftRI5GShiew==", + "license": "Apache-2.0", "dependencies": { "@conventional-commits/parser": "^0.4.1", "@google-automations/git-file-utils": "^2.0.0", @@ -423,7 +424,7 @@ "http-proxy-agent": "^7.0.0", "https-proxy-agent": "^7.0.0", "js-yaml": "^4.0.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "10.3.0", "node-html-parser": "^6.0.0", "parse-github-repo-url": "^1.4.1", "semver": "^7.5.3", @@ -463,23 +464,6 @@ "node": ">=0.3.1" } }, - "node_modules/@joaquinjsb/release-please/node_modules/jsonpath-plus": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.2.0.tgz", - "integrity": "sha512-T9V+8iNYKFL2n2rF+w02LBOT2JjDnTjioaNFrxRy0Bv1y/hNsqR/EBK7Ojy2ythRHwmz2cRIls+9JitQGZC/sw==", - "dependencies": { - "@jsep-plugin/assignment": "^1.3.0", - "@jsep-plugin/regex": "^1.0.4", - "jsep": "^1.4.0" - }, - "bin": { - "jsonpath": "bin/jsonpath-cli.js", - "jsonpath-plus": "bin/jsonpath-cli.js" - }, - "engines": { - "node": ">=18.0.0" - } - }, "node_modules/@joaquinjsb/release-please/node_modules/type-fest": { "version": "3.13.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", @@ -545,6 +529,7 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -556,6 +541,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", + "license": "MIT", "engines": { "node": ">= 10.16.0" }, @@ -3976,6 +3962,7 @@ "version": "1.4.0", "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", + "license": "MIT", "engines": { "node": ">= 10.16.0" } @@ -4026,6 +4013,24 @@ "node": ">=6" } }, + "node_modules/jsonpath-plus": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", + "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==", + "license": "MIT", + "dependencies": { + "@jsep-plugin/assignment": "^1.3.0", + "@jsep-plugin/regex": "^1.0.4", + "jsep": "^1.4.0" + }, + "bin": { + "jsonpath": "bin/jsonpath-cli.js", + "jsonpath-plus": "bin/jsonpath-cli.js" + }, + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/jsx-ast-utils": { "version": "3.3.5", "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", diff --git a/package.json b/package.json index 44261f4..06f8c0a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "homepage": "https://github.com/bcoe/release-please-action#readme", "dependencies": { "@actions/core": "^1.10.0", - "@joaquinjsb/release-please": "^16.15.1" + "@joaquinjsb/release-please": "^16.15.2" }, "devDependencies": { "@types/mocha": "^9.0.0",