node_modules: update (#290)

Co-authored-by: dawidd6 <9713907+dawidd6@users.noreply.github.com>
This commit is contained in:
Dawid Dziurla
2026-04-28 12:50:45 +02:00
committed by GitHub
parent 63e1562580
commit 42942bc2f8
1077 changed files with 12540 additions and 33773 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "3.0.0",
"version": "3.0.1",
"description": "Actions core lib",
"keywords": [
"github",

View File

@@ -2,10 +2,9 @@ import * as os from 'os';
import * as path from 'path';
import * as pathHelper from './internal-path-helper.js';
import assert from 'assert';
import minimatch from 'minimatch';
import { Minimatch } from 'minimatch';
import { MatchKind } from './internal-match-kind.js';
import { Path } from './internal-path.js';
const { Minimatch } = minimatch;
const IS_WINDOWS = process.platform === 'win32';
export class Pattern {
constructor(patternOrNegate, isImplicitPattern = false, segments, homedir) {

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/glob",
"version": "0.6.1",
"version": "0.7.0",
"preview": true,
"description": "Actions glob lib",
"keywords": [
@@ -45,6 +45,6 @@
},
"dependencies": {
"@actions/core": "^3.0.0",
"minimatch": "^3.0.4"
"minimatch": "^10.2.5"
}
}