Merge pull request #964 from docker/dependabot/npm_and_yarn/actions/io-3.0.2
build(deps): bump @actions/io from 2.0.0 to 3.0.2
This commit is contained in:
@@ -46,9 +46,10 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/github|@octokit|universal-user-agent|before-after-hook)/)'],
|
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/github|@actions/io|@octokit|universal-user-agent|before-after-hook)/)'],
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
||||||
|
'^@actions/io$': '<rootDir>/node_modules/@actions/io/lib/io.js',
|
||||||
'^(\\.{1,2}/.*)\\.js$': '$1'
|
'^(\\.{1,2}/.*)\\.js$': '$1'
|
||||||
},
|
},
|
||||||
extensionsToTreatAsEsm: ['.ts'],
|
extensionsToTreatAsEsm: ['.ts'],
|
||||||
|
|||||||
@@ -29,9 +29,10 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/github|@octokit|universal-user-agent|before-after-hook)/)'],
|
transformIgnorePatterns: ['/node_modules/(?!(?:@actions/github|@actions/io|@octokit|universal-user-agent|before-after-hook)/)'],
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
'^@actions/github$': '<rootDir>/node_modules/@actions/github/lib/github.js',
|
||||||
|
'^@actions/io$': '<rootDir>/node_modules/@actions/io/lib/io.js',
|
||||||
'^(\\.{1,2}/.*)\\.js$': '$1'
|
'^(\\.{1,2}/.*)\\.js$': '$1'
|
||||||
},
|
},
|
||||||
extensionsToTreatAsEsm: ['.ts'],
|
extensionsToTreatAsEsm: ['.ts'],
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
"@actions/exec": "^2.0.0",
|
"@actions/exec": "^2.0.0",
|
||||||
"@actions/github": "^9.0.0",
|
"@actions/github": "^9.0.0",
|
||||||
"@actions/http-client": "^3.0.2",
|
"@actions/http-client": "^3.0.2",
|
||||||
"@actions/io": "^2.0.0",
|
"@actions/io": "^3.0.2",
|
||||||
"@actions/tool-cache": "^3.0.1",
|
"@actions/tool-cache": "^3.0.1",
|
||||||
"@azure/storage-blob": "^12.29.1",
|
"@azure/storage-blob": "^12.29.1",
|
||||||
"@sigstore/bundle": "^4.0.0",
|
"@sigstore/bundle": "^4.0.0",
|
||||||
|
|||||||
@@ -177,6 +177,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@actions/io@npm:^3.0.2":
|
||||||
|
version: 3.0.2
|
||||||
|
resolution: "@actions/io@npm:3.0.2"
|
||||||
|
checksum: 10/ef17cb4ec0a2b640d5f4851446ad1c12bf4b2b1cf83741c5eecee4e8f50b3ca3ac9ae4084027dcaa1bf0c016d653dbc0e5fe20daedd39ee5fb6edb671f6e45b5
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@actions/tool-cache@npm:^3.0.1":
|
"@actions/tool-cache@npm:^3.0.1":
|
||||||
version: 3.0.1
|
version: 3.0.1
|
||||||
resolution: "@actions/tool-cache@npm:3.0.1"
|
resolution: "@actions/tool-cache@npm:3.0.1"
|
||||||
@@ -1194,7 +1201,7 @@ __metadata:
|
|||||||
"@actions/exec": "npm:^2.0.0"
|
"@actions/exec": "npm:^2.0.0"
|
||||||
"@actions/github": "npm:^9.0.0"
|
"@actions/github": "npm:^9.0.0"
|
||||||
"@actions/http-client": "npm:^3.0.2"
|
"@actions/http-client": "npm:^3.0.2"
|
||||||
"@actions/io": "npm:^2.0.0"
|
"@actions/io": "npm:^3.0.2"
|
||||||
"@actions/tool-cache": "npm:^3.0.1"
|
"@actions/tool-cache": "npm:^3.0.1"
|
||||||
"@azure/storage-blob": "npm:^12.29.1"
|
"@azure/storage-blob": "npm:^12.29.1"
|
||||||
"@eslint/compat": "npm:^2.0.0"
|
"@eslint/compat": "npm:^2.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user