Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dherault committed Apr 13, 2022
1 parent 08bb233 commit 547ab27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
"@hapi/boom": "^9.1.4",
"@hapi/h2o2": "^9.1.0",
"@hapi/hapi": "^20.2.1",
"aws-sdk": "^2.1097.0",
"aws-sdk": "^2.1114.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"cuid": "^2.1.8",
Expand All @@ -217,7 +217,7 @@
"jsonpath-plus": "^5.1.0",
"jsonschema": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"jszip": "^3.7.1",
"jszip": "^3.9.1",
"luxon": "^1.28.0",
"node-fetch": "^2.6.7",
"node-schedule": "^1.3.3",
Expand All @@ -226,34 +226,34 @@
"p-queue": "^6.6.2",
"p-retry": "^4.6.1",
"please-upgrade-node": "^3.2.0",
"semver": "^7.3.5",
"semver": "^7.3.7",
"update-notifier": "^5.1.0",
"velocityjs": "^2.0.6",
"ws": "^7.5.7"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.8",
"@babel/core": "^7.17.9",
"@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.17.7",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/register": "^7.17.7",
"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.4",
"eslint-plugin-import": "^2.26.0",
"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.6.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"serverless": "^2.72.3",
"standard-version": "^9.3.2"
Expand Down

0 comments on commit 547ab27

Please sign in to comment.