Skip to content

Commit

Permalink
fix(deps): pin dependencies (#6162)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 416403f commit 8eb2433
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"dependencies": {
"@bugsnag/js": "7.20.2",
"@fastify/static": "6.10.2",
"@netlify/blobs": "^4.0.0",
"@netlify/blobs": "4.0.0",
"@netlify/build": "29.26.6",
"@netlify/build-info": "7.11.1",
"@netlify/config": "20.10.0",
"@netlify/edge-bundler": "^10.1.0",
"@netlify/edge-bundler": "10.1.2",
"@netlify/local-functions-proxy": "1.1.1",
"@netlify/zip-it-and-ship-it": "9.26.1",
"@octokit/rest": "19.0.13",
Expand Down Expand Up @@ -132,16 +132,16 @@
"https-proxy-agent": "5.0.1",
"inquirer": "6.5.2",
"inquirer-autocomplete-prompt": "1.4.0",
"ipx": "^2.0.1",
"ipx": "2.0.1",
"is-docker": "3.0.0",
"is-stream": "3.0.0",
"is-wsl": "2.2.0",
"isexe": "2.0.0",
"js-yaml": "^4.1.0",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.1",
"jwt-decode": "3.1.2",
"lambda-local": "2.1.2",
"listr2": "^7.0.2",
"listr2": "7.0.2",
"locate-path": "7.2.0",
"lodash": "4.17.21",
"log-symbols": "5.1.0",
Expand Down Expand Up @@ -176,14 +176,14 @@
"through2-map": "3.0.0",
"to-readable-stream": "3.0.0",
"toml": "3.0.0",
"tomlify-j0.4": "^3.0.0",
"tomlify-j0.4": "3.0.0",
"ulid": "2.3.0",
"unixify": "1.0.0",
"update-notifier": "6.0.2",
"uuid": "9.0.0",
"wait-port": "1.0.4",
"write-file-atomic": "5.0.1",
"zod": "^3.22.4"
"zod": "3.22.4"
},
"devDependencies": {
"@babel/preset-react": "7.22.5",
Expand All @@ -192,7 +192,7 @@
"@types/fs-extra": "11.0.1",
"@types/prettyjson": "0.0.30",
"@types/semver": "7.5.0",
"@vitest/coverage-v8": "^1.0.0-beta.4",
"@vitest/coverage-v8": "1.0.0-beta.4",
"c8": "7.14.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-workspace": "file:./tools/lint-rules",
Expand All @@ -214,7 +214,7 @@
"tree-kill": "1.2.2",
"typescript": "5.1.6",
"verdaccio": "5.26.2",
"vitest": "^1.0.0-beta.4"
"vitest": "1.0.0-beta.4"
},
"ava": {
"files": [
Expand Down

1 comment on commit 8eb2433

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,395
  • Package size: 404 MB

Please sign in to comment.