Skip to content

Commit

Permalink
fix(deps): update all core dependencies (#566)
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 May 21, 2022
1 parent 13c1c71 commit 2168e4d
Show file tree
Hide file tree
Showing 4 changed files with 1,051 additions and 997 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.3.6",
"dompurify": "2.3.8",
"jsdom": "15.2.1",
"marked": "4.0.14"
"marked": "4.0.16"
},
"devDependencies": {
"@verdaccio/types": "workspace:10.3.0"
Expand Down
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@
],
"devDependencies": {
"@babel/cli": "7.17.10",
"@babel/core": "7.17.10",
"@babel/core": "7.18.0",
"@babel/node": "7.17.10",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@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-class-properties": "7.17.12",
"@babel/plugin-proposal-decorators": "7.17.12",
"@babel/plugin-proposal-export-namespace-from": "7.17.12",
"@babel/plugin-proposal-function-sent": "7.17.12",
"@babel/plugin-proposal-json-strings": "7.17.12",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.17.12",
"@babel/plugin-proposal-numeric-separator": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.17.3",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.18.0",
"@babel/plugin-proposal-optional-chaining": "7.17.12",
"@babel/plugin-proposal-throw-expressions": "7.16.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.16.8",
"@babel/plugin-transform-classes": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.10",
"@babel/plugin-transform-async-to-generator": "7.17.12",
"@babel/plugin-transform-classes": "7.17.12",
"@babel/plugin-transform-runtime": "7.18.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.17.10",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@babel/preset-env": "7.18.0",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@babel/register": "7.17.7",
"@babel/runtime": "7.17.9",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@babel/runtime": "7.18.0",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"@verdaccio/types": "workspace:*",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
Expand All @@ -46,7 +46,7 @@
"@changesets/get-dependents-graph": "^1.2.0",
"@types/express": "4.17.13",
"@types/http-errors": "1.8.2",
"@types/jest": "27.4.1",
"@types/jest": "27.5.1",
"@types/lodash": "4.14.182",
"@types/memory-fs": "0.3.3",
"@types/marked": "4.0.3",
Expand All @@ -55,14 +55,14 @@
"codecov": "3.8.3",
"cross-env": "7.0.3",
"rimraf": "3.0.2",
"eslint": "8.14.0",
"eslint": "8.16.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.1.5",
"eslint-plugin-jest": "26.2.2",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-verdaccio": "9.6.1",
Expand All @@ -73,7 +73,7 @@
"npm-run-all": "4.1.5",
"lodash": "4.17.21",
"prettier": "2.6.2",
"snyk": "1.914.0",
"snyk": "1.935.0",
"typescript": "3.9.10"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node": ">=8"
},
"dependencies": {
"express": "4.18.0",
"express": "4.18.1",
"https-proxy-agent": "5.0.1",
"body-parser": "1.20.0",
"node-fetch": "2.6.7"
Expand Down

0 comments on commit 2168e4d

Please sign in to comment.