mirror of https://github.com/actions/toolkit
fix: upgrade @azure/storage-blob from 12.23.0 to 12.24.0
Snyk has created this PR to upgrade @azure/storage-blob from 12.23.0 to 12.24.0. See this package in npm: @azure/storage-blob See this project in Snyk: https://app.snyk.io/org/rizwan-r-r/project/bf58d136-9a15-4e62-b129-f876fe7fc366?utm_source=github&utm_medium=referral&page=upgrade-prpull/1802/merge^2
parent
991d5f4571
commit
ff249fa274
|
@ -12,7 +12,7 @@
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"@actions/http-client": "^2.1.0",
|
"@actions/http-client": "^2.1.0",
|
||||||
"@azure/storage-blob": "^12.23.0",
|
"@azure/storage-blob": "^12.24.0",
|
||||||
"@octokit/core": "^6.1.2",
|
"@octokit/core": "^6.1.2",
|
||||||
"@octokit/plugin-request-log": "^1.0.4",
|
"@octokit/plugin-request-log": "^1.0.4",
|
||||||
"@octokit/plugin-retry": "^7.1.1",
|
"@octokit/plugin-retry": "^7.1.1",
|
||||||
|
@ -354,9 +354,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@azure/storage-blob": {
|
"node_modules/@azure/storage-blob": {
|
||||||
"version": "12.23.0",
|
"version": "12.24.0",
|
||||||
"resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.23.0.tgz",
|
"resolved": "https://registry.npmjs.org/@azure/storage-blob/-/storage-blob-12.24.0.tgz",
|
||||||
"integrity": "sha512-c1KJ5R5hqR/HtvmFtTn/Y1BNMq45NUBp0LZH7yF8WFMET+wmESgEr0FVTu/Z5NonmfUjbgJZG5Nh8xHc5RdWGQ==",
|
"integrity": "sha512-l8cmWM4C7RoNCBOImoFMxhTXe1Lr+8uQ/IgnhRNMpfoA9bAFWoLG4XrWm6O5rKXortreVQuD+fc1hbzWklOZbw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/abort-controller": "^1.0.0",
|
"@azure/abort-controller": "^1.0.0",
|
||||||
|
@ -366,7 +366,7 @@
|
||||||
"@azure/core-lro": "^2.2.0",
|
"@azure/core-lro": "^2.2.0",
|
||||||
"@azure/core-paging": "^1.1.1",
|
"@azure/core-paging": "^1.1.1",
|
||||||
"@azure/core-rest-pipeline": "^1.10.1",
|
"@azure/core-rest-pipeline": "^1.10.1",
|
||||||
"@azure/core-tracing": "^1.0.0",
|
"@azure/core-tracing": "^1.1.2",
|
||||||
"@azure/core-util": "^1.6.1",
|
"@azure/core-util": "^1.6.1",
|
||||||
"@azure/core-xml": "^1.3.2",
|
"@azure/core-xml": "^1.3.2",
|
||||||
"@azure/logger": "^1.0.0",
|
"@azure/logger": "^1.0.0",
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"@actions/http-client": "^2.1.0",
|
"@actions/http-client": "^2.1.0",
|
||||||
"@azure/storage-blob": "^12.23.0",
|
"@azure/storage-blob": "^12.24.0",
|
||||||
"@octokit/core": "^6.1.2",
|
"@octokit/core": "^6.1.2",
|
||||||
"@octokit/plugin-request-log": "^1.0.4",
|
"@octokit/plugin-request-log": "^1.0.4",
|
||||||
"@octokit/plugin-retry": "^7.1.1",
|
"@octokit/plugin-retry": "^7.1.1",
|
||||||
|
|
Loading…
Reference in New Issue