Skip to content

Commit

Permalink
chore(deps): update dependencies (major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 3, 2021
1 parent ceb5238 commit 902b601
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 238 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -4,15 +4,15 @@
"description": "This repository contains the packages `@prisma/engines` and `@prisma/engines-version`. They are wrapping our [Rust Engines](https://github.com/prisma/prisma-engines) in npm packages.",
"private": true,
"devDependencies": {
"@sindresorhus/slugify": "1.1.2",
"@sindresorhus/slugify": "2.1.0",
"@types/node": "14.17.32",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"arg": "5.0.1",
"chalk": "4.1.2",
"execa": "5.1.1",
"husky": "7.0.4",
"is-ci": "3.0.1",
"node-fetch": "2.6.6",
"node-fetch": "3.0.0",
"prettier": "2.4.1",
"ts-node": "10.4.0",
"typescript": "4.4.4"
Expand Down
14 changes: 7 additions & 7 deletions packages/fetch-engine/package.json
Expand Up @@ -18,7 +18,7 @@
"@types/find-cache-dir": "3.2.1",
"@types/jest": "27.0.2",
"@types/node": "14.17.32",
"@types/node-fetch": "2.5.12",
"@types/node-fetch": "3.0.2",
"@types/progress": "2.0.5",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
Expand All @@ -31,7 +31,7 @@
"jest": "27.3.1",
"lint-staged": "11.2.6",
"prettier": "2.4.1",
"strip-ansi": "6.0.1",
"strip-ansi": "7.0.1",
"ts-jest": "27.0.7",
"typescript": "4.4.4"
},
Expand All @@ -45,14 +45,14 @@
"http-proxy-agent": "^5.0.0",
"https-proxy-agent": "^5.0.0",
"make-dir": "^3.0.2",
"node-fetch": "^2.6.0",
"p-filter": "^2.1.0",
"p-map": "^4.0.0",
"p-retry": "^4.2.0",
"node-fetch": "^3.0.0",
"p-filter": "^3.0.0",
"p-map": "^5.0.0",
"p-retry": "^5.0.0",
"progress": "^2.0.3",
"rimraf": "^3.0.2",
"temp-dir": "^2.0.0",
"tempy": "^1.0.0"
"tempy": "^2.0.0"
},
"scripts": {
"build": "tsc -d",
Expand Down

0 comments on commit 902b601

Please sign in to comment.