1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-09 03:51:15 +02:00

fix(deps): bump release-please to 16.15.2

This commit is contained in:
Joaquin
2025-09-16 16:59:01 +02:00
parent cb54f52e28
commit 1819b5039b
2 changed files with 28 additions and 23 deletions

49
package-lock.json generated
View File

@@ -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",

View File

@@ -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",