Skip to content

Commit b077908

Browse files
authored
fix(deps): revert update to dependency @netlify/zip-it-and-ship-it to ^8.3.0 (#4814)
This reverts commit b89f409.
1 parent c534df8 commit b077908

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@netlify/git-utils": "^5.1.0",
7272
"@netlify/plugins-list": "^6.61.0",
7373
"@netlify/run-utils": "^5.1.0",
74-
"@netlify/zip-it-and-ship-it": "^8.3.0",
74+
"@netlify/zip-it-and-ship-it": "^8.2.0",
7575
"@sindresorhus/slugify": "^2.0.0",
7676
"ansi-escapes": "^5.0.0",
7777
"chalk": "^5.0.0",

packages/functions-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"license": "MIT",
5252
"dependencies": {
53-
"@netlify/zip-it-and-ship-it": "^8.3.0",
53+
"@netlify/zip-it-and-ship-it": "^8.2.0",
5454
"cpy": "^8.1.0",
5555
"path-exists": "^5.0.0"
5656
},

0 commit comments

Comments
 (0)