mirror of
https://github.com/docker/metadata-action.git
synced 2026-08-04 15:29:22 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b2937610b | ||
|
|
1538e6663c |
@@ -10,9 +10,6 @@ updates:
|
||||
crazy-max-dot-github:
|
||||
patterns:
|
||||
- "crazy-max/.github/*"
|
||||
codeql-actions:
|
||||
patterns:
|
||||
- "github/codeql-action/*"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "bot"
|
||||
|
||||
+114
-111
File diff suppressed because one or more lines are too long
+4
-4
File diff suppressed because one or more lines are too long
+4
-3
@@ -3379,7 +3379,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
The following npm packages may be included in this product:
|
||||
|
||||
- brace-expansion@1.1.18
|
||||
- brace-expansion@1.1.14
|
||||
- brace-expansion@2.0.2
|
||||
|
||||
These packages each contain the following license:
|
||||
@@ -4410,11 +4410,12 @@ THE SOFTWARE.
|
||||
|
||||
-----------
|
||||
|
||||
The following npm package may be included in this product:
|
||||
The following npm packages may be included in this product:
|
||||
|
||||
- csv-parse@7.0.0
|
||||
- csv-parse@7.0.1
|
||||
|
||||
This package contains the following license:
|
||||
These packages each contain the following license:
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@
|
||||
"@actions/github": "^9.1.1",
|
||||
"@docker/actions-toolkit": "^0.92.0",
|
||||
"@renovate/pep440": "^1.0.0",
|
||||
"csv-parse": "^7.0.0",
|
||||
"csv-parse": "^7.0.1",
|
||||
"handlebars": "^4.7.9",
|
||||
"moment": "^2.30.1",
|
||||
"moment-timezone": "^0.6.2",
|
||||
|
||||
@@ -2469,12 +2469,12 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"brace-expansion@npm:^1.1.7":
|
||||
version: 1.1.18
|
||||
resolution: "brace-expansion@npm:1.1.18"
|
||||
version: 1.1.14
|
||||
resolution: "brace-expansion@npm:1.1.14"
|
||||
dependencies:
|
||||
balanced-match: "npm:^1.0.0"
|
||||
concat-map: "npm:0.0.1"
|
||||
checksum: 10/b55a3c03239b8d2127c7cbb3408c9ad3a556a8c303bf3064df78bfb7c093160fc8f6e0a32e42a850a78eba12f29ccf6ef997690b9acf945d242c56c61c4aa977
|
||||
checksum: 10/2de747a5891ea0d3a1946ea1ae26e056a47f7ea8d42a3009e1736ec3a31a5aa69a3c5da59d998426773553afe4c258e5b12d7953b534fa7f2cf12ce92eed4931
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -2487,7 +2487,16 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"brace-expansion@npm:^5.0.2, brace-expansion@npm:^5.0.5":
|
||||
"brace-expansion@npm:^5.0.2":
|
||||
version: 5.0.6
|
||||
resolution: "brace-expansion@npm:5.0.6"
|
||||
dependencies:
|
||||
balanced-match: "npm:^4.0.2"
|
||||
checksum: 10/a7acf120fefa79e9d7c9c92898114f57c07596a3920197f3c5917e6a628b04220a5f7f9618c30bdd973a6576a32113b99f9c3f1c8245ccc399dd2a9a718d81d8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"brace-expansion@npm:^5.0.5":
|
||||
version: 5.0.7
|
||||
resolution: "brace-expansion@npm:5.0.7"
|
||||
dependencies:
|
||||
@@ -2835,6 +2844,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"csv-parse@npm:^7.0.1":
|
||||
version: 7.0.1
|
||||
resolution: "csv-parse@npm:7.0.1"
|
||||
checksum: 10/5c914f01181dbb381068b98e17b49361d853faa95db3e8e82bc96b6a0de5313ecc8325a77db35ff66644d7747099965ba3167ec21bd9ce4500edf21b5bdd49bf
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"debug@npm:4, debug@npm:^4.3.1, debug@npm:^4.3.2, debug@npm:^4.3.4":
|
||||
version: 4.3.4
|
||||
resolution: "debug@npm:4.3.4"
|
||||
@@ -2890,7 +2906,7 @@ __metadata:
|
||||
"@typescript-eslint/parser": "npm:^8.56.1"
|
||||
"@vitest/coverage-v8": "npm:^4.0.18"
|
||||
"@vitest/eslint-plugin": "npm:^1.6.9"
|
||||
csv-parse: "npm:^7.0.0"
|
||||
csv-parse: "npm:^7.0.1"
|
||||
dotenv: "npm:^17.3.1"
|
||||
esbuild: "npm:^0.28.0"
|
||||
eslint: "npm:^9.39.3"
|
||||
|
||||
Reference in New Issue
Block a user