Skip to content

Commit

Permalink
chore: update dependencies (verdaccio#2304)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado authored Jun 23, 2021
1 parent 73e6863 commit aad7707
Show file tree
Hide file tree
Showing 20 changed files with 384 additions and 526 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"babel-plugin-emotion": "11.0.0",
"codecov": "3.8.1",
"concurrently": "^5.3.0",
"core-js": "^3.12.1",
"core-js": "^3.15.1",
"cross-env": "7.0.3",
"debug": "4.3.1",
"detect-secrets": "1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@verdaccio/tarball": "workspace:11.0.0-6-next.6",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"cookies": "0.8.0",
"debug": "^4.1.1",
"debug": "^4.3.1",
"express": "4.17.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"mime": "2.4.4",
"semver": "7.3.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@verdaccio/loaders": "workspace:6.0.0-6-next.4",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"verdaccio-htpasswd": "workspace:11.0.0-alpha.6",
"debug": "^4.1.1",
"debug": "^4.3.1",
"express": "4.17.1",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.15"
"lodash": "4.17.15",
"verdaccio-htpasswd": "workspace:11.0.0-alpha.6"
},
"devDependencies": {
"@verdaccio/mock": "workspace:6.0.0-6-next.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"debug": "^4.2.0",
"debug": "^4.3.1",
"js-yaml": "3.14.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"minimatch": "3.0.4",
"yup": "^0.29.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/htpasswd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"mockdate": "^3.0.2"
"mockdate": "^3.0.5"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@verdaccio/file-locking": "workspace:11.0.0-alpha.3",
"@verdaccio/streams": "workspace:11.0.0-alpha.3",
"async": "^3.2.0",
"debug": "^4.1.1",
"lodash": "^4.17.20",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"lowdb": "1.0.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/core/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"access": "public"
},
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"debug": "^4.3.1",
"lodash": "^4.17.21",
"validator": "^13.5.2",
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3"
"validator": "^13.6.0"
},
"devDependencies": {
"node-mocks-http": "^1.10.1",
"@verdaccio/types": "workspace:11.0.0-6-next.7"
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"node-mocks-http": "^1.10.1"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"debug": "^4.2.0",
"debug": "^4.3.1",
"handlebars": "4.5.3",
"undici": "^4.0.0-rc.1",
"undici": "^4.0.0",
"undici-fetch": "^1.0.0-rc.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"debug": "^4.1.1",
"debug": "^4.3.1",
"lodash": "4.17.15"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@verdaccio/logger-prettify": "workspace:6.0.0-alpha.3",
"debug": "^4.2.0",
"lodash": "~4.17.20",
"pino": "^6.7.0"
"debug": "^4.3.1",
"lodash": "~4.17.21",
"pino": "^6.11.3"
},
"devDependencies": {
"@types/pino": "^6.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.7",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"debug": "^4.2.0",
"debug": "^4.3.1",
"fs-extra": "^8.1.0",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"request": "2.87.0",
"supertest": "^4.0.2"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/node-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"dependencies": {
"@verdaccio/commons-api": "workspace:11.0.0-alpha.3",
"@verdaccio/config": "workspace:6.0.0-6-next.7",
"@verdaccio/server": "workspace:6.0.0-6-next.16",
"@verdaccio/logger": "workspace:6.0.0-6-next.4",
"core-js": "^3.6.5",
"debug": "^4.2.0",
"lodash": "^4.17.20"
"@verdaccio/server": "workspace:6.0.0-6-next.16",
"core-js": "^3.15.1",
"debug": "^4.3.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@verdaccio/mock": "workspace:6.0.0-6-next.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/ui-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@
"mutationobserver-shim": "0.3.7",
"node-mocks-http": "1.9.0",
"normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.6",
"optimize-css-assets-webpack-plugin": "^5.0.8",
"ora": "4.0.4",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-autosuggest": "10.1.0",
"react-dom": "17.0.2",
"react-hook-form": "7.8.4",
"react-hot-loader": "4.13.0",
"react-i18next": "^11.10.0",
"react-i18next": "^11.11.0",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"react-virtualized": "9.22.3",
Expand All @@ -75,7 +75,7 @@
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"stylelint-webpack-plugin": "^2.1.1",
"stylelint-webpack-plugin": "^2.2.1",
"supertest": "4.0.2",
"terser-webpack-plugin": "^5.1.3",
"url-loader": "^4.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@verdaccio/cli": "workspace:6.0.0-6-next.17",
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.9",
"fs-extra": "9.0.1",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack": "^5.40.0",
"webpack-bundle-analyzer": "3.8.0",
"webpack-bundle-size-analyzer": "3.1.0"
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "^4.7.2"
},
"keywords": [
"private",
Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@verdaccio/streams": "workspace:11.0.0-alpha.3",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"async": "3.1.1",
"debug": "^4.1.1",
"debug": "^4.3.1",
"lodash": "4.17.15",
"lunr": "2.3.9",
"lunr-mutable-indexes": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"semver": "7.3.2"
},
"devDependencies": {
"lodash": "^4.17.20"
"lodash": "^4.17.21"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
18 changes: 9 additions & 9 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
"@verdaccio/middleware": "workspace:6.0.0-6-next.9",
"@verdaccio/readme": "workspace:11.0.0-alpha.3",
"@verdaccio/store": "workspace:6.0.0-6-next.10",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"@verdaccio/url": "workspace:11.0.0-6-next.4",
"@verdaccio/tarball": "workspace:11.0.0-6-next.6",
"@verdaccio/url": "workspace:11.0.0-6-next.4",
"@verdaccio/utils": "workspace:6.0.0-6-next.5",
"body-parse": "0.1.0",
"lru-cache": "^6.0.0",
"body-parser": "1.19.0",
"debug": "^4.1.1",
"debug": "^4.3.1",
"express": "4.17.1",
"lodash": "^4.17.20"
"lodash": "^4.17.21",
"lru-cache": "^6.0.0"
},
"devDependencies": {
"@verdaccio/types": "workspace:11.0.0-6-next.7",
"verdaccio-auth-memory": "workspace:11.0.0-alpha.3",
"verdaccio-memory": "workspace:11.0.0-6-next.4",
"supertest": "^6.1.3",
"body-parser": "^1.19.0",
"node-html-parser": "^2.1.0"
"node-html-parser": "^2.2.1",
"supertest": "^6.1.3",
"verdaccio-auth-memory": "workspace:11.0.0-alpha.3",
"verdaccio-memory": "workspace:11.0.0-6-next.4"
},
"scripts": {
"clean": "rimraf ./build",
Expand Down
Loading

0 comments on commit aad7707

Please sign in to comment.