Skip to content

Commit

Permalink
fix(deps): update all core dependencies (#557)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Apr 12, 2022
1 parent d6e3c47 commit fab4077
Show file tree
Hide file tree
Showing 5 changed files with 819 additions and 741 deletions.
4 changes: 2 additions & 2 deletions core/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"lib"
],
"dependencies": {
"dompurify": "2.2.6",
"dompurify": "2.3.6",
"jsdom": "15.2.1",
"marked": "4.0.10"
"marked": "4.0.14"
},
"devDependencies": {
"@verdaccio/types": "workspace:10.3.0"
Expand Down
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"tools/*"
],
"devDependencies": {
"@babel/cli": "7.17.0",
"@babel/core": "7.17.2",
"@babel/cli": "7.17.6",
"@babel/core": "7.17.9",
"@babel/node": "7.16.8",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-decorators": "7.17.2",
"@babel/plugin-proposal-decorators": "7.17.9",
"@babel/plugin-proposal-export-namespace-from": "7.16.7",
"@babel/plugin-proposal-function-sent": "7.16.7",
"@babel/plugin-proposal-json-strings": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-numeric-separator": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/plugin-proposal-throw-expressions": "7.16.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
Expand All @@ -31,10 +31,10 @@
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.0",
"@babel/runtime": "7.17.2",
"@typescript-eslint/eslint-plugin": "5.12.0",
"@typescript-eslint/parser": "5.12.0",
"@babel/register": "7.17.7",
"@babel/runtime": "7.17.9",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"@verdaccio/types": "workspace:*",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
Expand All @@ -46,24 +46,24 @@
"@changesets/get-dependents-graph": "^1.2.0",
"@types/express": "4.17.13",
"@types/http-errors": "1.8.2",
"@types/jest": "27.4.0",
"@types/lodash": "4.14.178",
"@types/jest": "27.4.1",
"@types/lodash": "4.14.181",
"@types/memory-fs": "0.3.3",
"@types/marked": "4.0.2",
"@types/marked": "4.0.3",
"@types/node": "14.18.0",
"@types/request": "2.48.8",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"rimraf": "3.0.2",
"eslint": "8.9.0",
"eslint": "8.13.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "26.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-verdaccio": "9.6.1",
"husky": "3.1.0",
Expand All @@ -72,8 +72,8 @@
"lint-staged": "9.5.0",
"npm-run-all": "4.1.5",
"lodash": "4.17.21",
"prettier": "2.5.1",
"snyk": "1.852.0",
"prettier": "2.6.2",
"snyk": "1.903.0",
"typescript": "3.9.10"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"node": ">=8"
},
"dependencies": {
"express": "4.17.2",
"express": "4.17.3",
"https-proxy-agent": "5.0.0",
"body-parser": "1.19.1",
"body-parser": "1.20.0",
"node-fetch": "2.6.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@verdaccio/file-locking": "workspace:10.2.0",
"@verdaccio/streams": "workspace:10.2.0",
"async": "3.2.3",
"debug": "4.3.3",
"debug": "4.3.4",
"lodash": "4.17.21",
"lowdb": "1.0.0",
"mkdirp": "1.0.4"
Expand Down

0 comments on commit fab4077

Please sign in to comment.