Skip to content

Commit

Permalink
chore(deps): update renovate dependency scan to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent 0038356 commit 915fe44
Show file tree
Hide file tree
Showing 22 changed files with 938 additions and 2,403 deletions.
4 changes: 2 additions & 2 deletions Core JS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^10.0.0",
"prettier": "^2.3.0"
"prettier": "^3.0.0"
},
"dependencies": {
"fs": "^0.0.2",
"node-fetch": "^2.6.1"
"node-fetch": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion Node/first-start/4_async_weather_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/node": "20.8.7",
"prettier": "^2.3.0",
"prettier": "^3.0.0",
"properties-reader": "^2.2.0"
}
}
8 changes: 4 additions & 4 deletions Node/first-start/4_async_weather_app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ mkdirp@^1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==

prettier@^2.3.0:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
prettier@^3.0.0:
version "3.0.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.3.tgz#432a51f7ba422d1469096c0fdc28e235db8f9643"
integrity sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==

properties-reader@^2.2.0:
version "2.3.0"
Expand Down
10 changes: 5 additions & 5 deletions Node/graphql-apollo-globaldynamics/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"license": "ISC",
"type": "module",
"dependencies": {
"apollo-datasource": "^0.10.0",
"apollo-datasource-rest": "^0.15.0",
"apollo-server": "^2.25.1",
"apollo-server-express": "^2.25.1",
"apollo-datasource": "^3.0.0",
"apollo-datasource-rest": "^3.0.0",
"apollo-server": "^3.0.0",
"apollo-server-express": "^3.0.0",
"graphql-depth-limit": "^1.1.0",
"graphql-rate-limit-directive": "^2.0.0",
"graphql-validation-complexity": "^0.4.2",
Expand All @@ -25,7 +25,7 @@
"lodash": "^4.17.21",
"lodash-id": "^0.14.1",
"lowdb": "^6.0.0",
"nodemon": "^2.0.7",
"nodemon": "^3.0.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"unique-random": "^3.0.0",
Expand Down

0 comments on commit 915fe44

Please sign in to comment.