Skip to content

Commit ef40838

Browse files
authored
Merge branch 'main' into jj/custom-config-file
2 parents 87b35ad + 92ef573 commit ef40838

File tree

4 files changed

+29
-76
lines changed

4 files changed

+29
-76
lines changed

package-lock.json

Lines changed: 25 additions & 71 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
"@bugsnag/js": "^7.0.0",
6767
"@netlify/cache-utils": "^5.1.5",
6868
"@netlify/config": "^20.4.3",
69-
"@netlify/edge-bundler": "8.15.0",
69+
"@netlify/edge-bundler": "8.16.0",
7070
"@netlify/framework-info": "^9.8.7",
7171
"@netlify/functions-utils": "^5.2.8",
7272
"@netlify/git-utils": "^5.1.1",
7373
"@netlify/plugins-list": "^6.68.0",
7474
"@netlify/run-utils": "^5.1.0",
75-
"@netlify/zip-it-and-ship-it": "9.6.0",
75+
"@netlify/zip-it-and-ship-it": "9.7.0",
7676
"@sindresorhus/slugify": "^2.0.0",
7777
"ansi-escapes": "^6.0.0",
7878
"chalk": "^5.0.0",

packages/framework-info/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@
6868
"p-locate": "^6.0.0",
6969
"process": "^0.11.10",
7070
"read-pkg-up": "^9.0.0",
71-
"semver": "^7.3.4",
72-
"url": "^0.11.0"
71+
"semver": "^7.3.4"
7372
},
7473
"devDependencies": {
7574
"babel-loader": "^8.2.2",

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": "9.6.0",
53+
"@netlify/zip-it-and-ship-it": "9.7.0",
5454
"cpy": "^9.0.0",
5555
"path-exists": "^5.0.0"
5656
},

0 commit comments

Comments
 (0)