Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jan 28, 2022
1 parent 6bb54fd commit aef1cc7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"@hapi/boom": "^9.1.4",
"@hapi/h2o2": "^9.1.0",
"@hapi/hapi": "^20.2.1",
"aws-sdk": "^2.1036.0",
"aws-sdk": "^2.1065.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"cuid": "^2.1.8",
Expand All @@ -216,44 +216,44 @@
"jsonwebtoken": "^8.5.1",
"jszip": "^3.7.1",
"luxon": "^1.28.0",
"node-fetch": "^2.6.6",
"node-fetch": "^2.6.7",
"node-schedule": "^1.3.3",
"object.fromentries": "^2.0.5",
"p-memoize": "^4.0.3",
"p-memoize": "^4.0.4",
"p-queue": "^6.6.2",
"p-retry": "^4.6.1",
"please-upgrade-node": "^3.2.0",
"portfinder": "^1.0.28",
"semver": "^7.3.5",
"update-notifier": "^5.1.0",
"velocityjs": "^2.0.5",
"velocityjs": "^2.0.6",
"ws": "^7.5.6"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-dynamic-import": "^7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/register": "^7.16.0",
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.12",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-dynamic-import": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/register": "^7.16.9",
"archiver": "^5.3.0",
"babel-eslint": "^10.1.0",
"copyfiles": "^2.4.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^3.4.1",
"git-list-updated": "^1.2.1",
"husky": "^4.3.8",
"jest": "^26.6.3",
"lint-staged": "^11.2.6",
"p-map": "^4.0.0",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"serverless": "^2.66.2",
"serverless": "^2.72.2",
"standard-version": "^9.3.2"
},
"peerDependencies": {
Expand Down

0 comments on commit aef1cc7

Please sign in to comment.