diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5a8e412..d0e2cae 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^9.0.9 version: 9.0.9 nopt: - specifier: ^9.0.0 - version: 9.0.0 + specifier: ^10.0.0 + version: 10.0.0 yaml: specifier: ^2.9.0 version: 2.9.0 @@ -258,9 +258,9 @@ packages: '@types/unist@3.0.3': resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} - abbrev@4.0.0: - resolution: {integrity: sha512-a1wflyaL0tHtJSmLSOVybYhy22vRih4eduhhrkcjgrWGnRfrZtovJ2FRjxuTtkkj47O/baf0R86QU5OuYpz8fA==} - engines: {node: ^20.17.0 || >=22.9.0} + abbrev@5.0.0: + resolution: {integrity: sha512-/XrFJgzQQQHpti1raDJC6m4ws6aNktmjBlhk8Fdlk7LwCEuDoieEJJY9OFHjfiFJFFRM2tK+Ky/IsfbbmlMu1w==} + engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0} acorn-jsx@5.3.2: resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} @@ -643,9 +643,9 @@ packages: resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - nopt@9.0.0: - resolution: {integrity: sha512-Zhq3a+yFKrYwSBluL4H9XP3m3y5uvQkB/09CwDruCiRmR/UJYnn9W4R48ry0uGC70aeTPKLynBtscP9efFFcPw==} - engines: {node: ^20.17.0 || >=22.9.0} + nopt@10.0.0: + resolution: {integrity: sha512-+KTtw3y0UQl+h9zuQFXrrP7idJEM5HIWs9dnMO2CEeUl7ubpdthW8z7UE0qaKEdE7L5Lh7/Hs9ZzBKYHCqDwiQ==} + engines: {node: ^22.22.2 || ^24.15.0 || >=26.0.0} hasBin: true parse-entities@4.0.2: @@ -936,7 +936,7 @@ snapshots: '@types/unist@3.0.3': {} - abbrev@4.0.0: {} + abbrev@5.0.0: {} acorn-jsx@5.3.2(acorn@8.16.0): dependencies: @@ -1589,9 +1589,9 @@ snapshots: fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - nopt@9.0.0: + nopt@10.0.0: dependencies: - abbrev: 4.0.0 + abbrev: 5.0.0 parse-entities@4.0.2: dependencies: diff --git a/public/update-dependabot-github-actions/package.json b/public/update-dependabot-github-actions/package.json index c185c0f..d51e5d7 100644 --- a/public/update-dependabot-github-actions/package.json +++ b/public/update-dependabot-github-actions/package.json @@ -22,7 +22,7 @@ "@actions/core": "^3.0.1", "glob": "^13.0.6", "minimatch": "^9.0.9", - "nopt": "^9.0.0", + "nopt": "^10.0.0", "yaml": "^2.9.0" }, "engines": {