Skip to content

Commit

Permalink
fix(deps): update all core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2024
1 parent 7766fed commit 5a561c6
Show file tree
Hide file tree
Showing 4 changed files with 917 additions and 1,078 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@
"tools/*"
],
"devDependencies": {
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/node": "7.23.9",
"@babel/cli": "7.24.6",
"@babel/core": "7.24.6",
"@babel/node": "7.24.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-proposal-decorators": "7.24.6",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.24.1",
"@babel/plugin-proposal-function-sent": "7.24.6",
"@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.24.1",
"@babel/plugin-proposal-throw-expressions": "7.24.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.24.1",
"@babel/plugin-transform-classes": "7.24.5",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/plugin-transform-async-to-generator": "7.24.6",
"@babel/plugin-transform-classes": "7.24.6",
"@babel/plugin-transform-runtime": "7.24.6",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.5",
"@babel/preset-typescript": "7.24.1",
"@babel/register": "7.23.7",
"@babel/runtime": "7.24.5",
"@babel/preset-env": "7.24.6",
"@babel/preset-typescript": "7.24.6",
"@babel/register": "7.24.6",
"@babel/runtime": "7.24.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@verdaccio/legacy-types": "workspace:*",
Expand Down Expand Up @@ -66,7 +66,7 @@
"npm-run-all2": "5.0.2",
"lodash": "4.17.21",
"prettier": "2.8.8",
"snyk": "1.1291.0",
"snyk": "1.1291.1",
"typescript": "4.7.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/local-storage-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@verdaccio/commons-api": "10.2.0",
"@verdaccio/file-locking": "workspace:10.3.1",
"@verdaccio/streams": "workspace:10.2.1",
"debug": "4.3.4",
"debug": "4.3.5",
"async": "3.2.5",
"lodash": "4.17.21",
"lowdb": "1.0.0",
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 @@ -34,7 +34,7 @@
"@verdaccio/core": "7.0.0-next-7.15",
"@verdaccio/file-locking": "workspace:10.3.1",
"@verdaccio/streams": "workspace:10.2.1",
"debug": "4.3.4",
"debug": "4.3.5",
"globby": "11.1.0",
"lodash": "4.17.21",
"lowdb": "1.0.0",
Expand Down
Loading

0 comments on commit 5a561c6

Please sign in to comment.