Skip to content

Commit f078ec0

Browse files
committed
chore: fix security vulnerability
1 parent cd35f65 commit f078ec0

11 files changed

+22
-107
lines changed

.github/actions/s3-layer-cache-settings/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
shaManifestName,
7878
headRefManifestName,
7979
];
80-
80+
8181
if ('${{ inputs.cache_to_name }}' === 'true') {
8282
cacheToManifestNames.push('${{ inputs.name }}');
8383
}

.pnp.cjs

Lines changed: 14 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-10.1 KB
Binary file not shown.
-9.98 KB
Binary file not shown.
8.55 KB
Binary file not shown.
-2.99 KB
Binary file not shown.
-2.37 KB
Binary file not shown.
-2.3 KB
Binary file not shown.
-2.08 KB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
"ws": "^8.17.1",
9393
"body-parser": "^1.20.3",
9494
"path-to-regexp": "^1.9.0",
95-
"cookie": "^0.7.0"
95+
"cookie": "^0.7.0",
96+
"cross-spawn": "^7.0.5"
9697
},
9798
"dependencies": {
9899
"node-gyp": "^10.0.1"

0 commit comments

Comments
 (0)