Skip to content

Commit

Permalink
fix(deps): update all core dependencies (#675)
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 Sep 2, 2023
1 parent defa1cf commit 8dcea85
Show file tree
Hide file tree
Showing 4 changed files with 1,270 additions and 1,088 deletions.
2 changes: 1 addition & 1 deletion core/deprecated-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/node": "14.18.0",
"typedoc": "^0.24.0",
"typedoc": "^0.25.0",
"typedoc-plugin-missing-exports": "^0.23.0",
"typedoc-umlclass": "^0.7.0"
},
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@
"tools/*"
],
"devDependencies": {
"@babel/cli": "7.21.5",
"@babel/core": "7.22.1",
"@babel/node": "7.22.1",
"@babel/cli": "7.22.10",
"@babel/core": "7.22.11",
"@babel/node": "7.22.10",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.22.3",
"@babel/plugin-proposal-decorators": "7.22.10",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.18.6",
"@babel/plugin-proposal-function-sent": "7.22.5",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.22.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.20.7",
"@babel/plugin-transform-classes": "7.21.0",
"@babel/plugin-transform-runtime": "7.22.4",
"@babel/plugin-transform-async-to-generator": "7.22.5",
"@babel/plugin-transform-classes": "7.22.6",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.22.4",
"@babel/preset-typescript": "7.21.5",
"@babel/register": "7.21.0",
"@babel/runtime": "7.22.3",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@babel/preset-env": "7.22.14",
"@babel/preset-typescript": "7.22.11",
"@babel/register": "7.22.5",
"@babel/runtime": "7.22.11",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@verdaccio/legacy-types": "workspace:*",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
Expand All @@ -45,18 +45,18 @@
"@changesets/get-dependents-graph": "^1.2.0",
"@types/http-errors": "1.8.2",
"@types/jest": "27.5.2",
"@types/lodash": "4.14.195",
"@types/lodash": "4.14.197",
"@types/memory-fs": "0.3.3",
"@types/marked": "4.3.1",
"@types/node": "14.18.0",
"@types/request": "2.48.8",
"cross-env": "7.0.3",
"rimraf": "3.0.2",
"eslint": "8.42.0",
"eslint": "8.48.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "26.9.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-verdaccio": "9.6.1",
Expand All @@ -66,7 +66,7 @@
"npm-run-all": "4.1.5",
"lodash": "4.17.21",
"prettier": "2.8.8",
"snyk": "1.1173.0",
"snyk": "1.1209.0",
"typescript": "4.7.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/active-directory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@verdaccio/commons-api": "10.2.0",
"activedirectory2": "2.1.0"
"activedirectory2": "2.2.0"
},
"devDependencies": {
"@types/activedirectory2": "^1.2.1",
Expand Down
Loading

0 comments on commit 8dcea85

Please sign in to comment.