Skip to content

Commit

Permalink
chore: bump various dependencies (#9797)
Browse files Browse the repository at this point in the history
* chore: bump various dependencies

* chore: bump deps
  • Loading branch information
jhockett committed Feb 18, 2022
1 parent 44df217 commit 34da565
Show file tree
Hide file tree
Showing 32 changed files with 452 additions and 631 deletions.
8 changes: 4 additions & 4 deletions packages/amplify-appsync-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"chalk": "^4.1.1",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"express": "^4.17.1",
"express": "^4.17.3",
"graphql": "^14.5.8",
"graphql-iso-date": "^3.6.1",
"graphql-subscriptions": "^1.1.0",
Expand All @@ -47,7 +47,7 @@
"moment-jdateformatparser": "^1.2.1",
"moment-timezone": "0.5.27",
"mqtt-connection": "4.0.0",
"nanoid": "2.1.10",
"nanoid": "^3.3.1",
"pino": "^6.13.0",
"portfinder": "^1.0.25",
"promise-toolbox": "^0.20.0",
Expand All @@ -56,11 +56,11 @@
"slash": "^3.0.0",
"steed": "^1.1.3",
"uuid": "^8.3.2",
"ws": "^7.4.6"
"ws": "^7.5.7"
},
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/express": "^4.17.2",
"@types/express": "^4.17.3",
"@types/moment-timezone": "0.5.12",
"@types/node": "^12.12.6",
"@types/pino": "^6.3.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ws from 'ws';
import steed from 'steed';
import pino from 'pino';
import { defaultsDeep } from 'lodash';
import nanoid from 'nanoid';
import { nanoid } from 'nanoid';
import { TrieListener } from './trie-listener';
import { Client } from './client';
import { EventEmitter } from 'events';
Expand Down Expand Up @@ -109,7 +109,7 @@ export class MQTTServer extends EventEmitter {

new Promise(resolve => {
const listener = new TrieListener(this.options.backend);
listener.once('ready', function() {
listener.once('ready', function () {
resolve(listener);
});
})
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ora": "^4.0.3",
"promise-sequential": "^1.1.1",
"uuid": "^8.3.2",
"vm2": "^3.9.5"
"vm2": "^3.9.8"
},
"devDependencies": {
"cloudform-types": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-category-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"chalk": "^4.1.1",
"cloudform-types": "^4.2.0",
"enquirer": "^2.3.6",
"folder-hash": "^4.0.1",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"globby": "^11.0.3",
"graphql-transformer-core": "7.4.6",
Expand All @@ -43,7 +43,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/folder-hash": "^4.0.0"
"@types/folder-hash": "^4.0.1"
},
"jest": {
"collectCoverage": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-geo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"amplify-headless-interface": "1.14.1",
"amplify-prompts": "1.6.3",
"amplify-util-headless-input": "1.9.1",
"folder-hash": "^4.0.1",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"globby": "^11.0.3",
"jstreemap": "^1.28.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"fs-extra": "^8.1.0",
"fuzzy": "^0.1.3",
"inquirer": "^7.3.3",
"inquirer-autocomplete-prompt": "^1.1.0",
"inquirer-autocomplete-prompt": "^1.4.0",
"uuid": "^8.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/amplify-category-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"fs-extra": "^8.1.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"open": "^7.0.0",
"open": "^8.4.0",
"ora": "^4.0.3",
"promise-sequential": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-category-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash": "^4.17.21",
"promise-sequential": "^1.1.1",
"uuid": "^8.3.2",
"vm2": "^3.9.5"
"vm2": "^3.9.8"
},
"devDependencies": {
"aws-sdk": "^2.963.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/amplify-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rimraf lib tsconfig.tsbuildinfo"
},
"dependencies": {
"ajv": "^6.12.3",
"ajv": "^6.12.6",
"amplify-cli-logger": "1.1.0",
"amplify-prompts": "1.6.3",
"chalk": "^4.1.1",
Expand All @@ -37,8 +37,8 @@
"hjson": "^3.2.1",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"open": "^7.3.1",
"node-fetch": "^2.6.7",
"open": "^8.4.0",
"proxy-agent": "^5.0.0",
"semver": "^7.3.5",
"typescript-json-schema": "~0.52.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
"env-editor": "^0.5.0",
"esm": "^3.2.25",
"execa": "^5.1.1",
"folder-hash": "^4.0.1",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob": "^7.2.0",
"global-prefix": "^3.0.0",
"graphql-transformer-core": "7.4.6",
"gunzip-maybe": "^1.4.2",
Expand All @@ -92,7 +92,7 @@
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"open": "^7.4.0",
"open": "^8.4.0",
"ora": "^4.0.3",
"progress": "^2.0.3",
"promise-sequential": "^1.1.1",
Expand All @@ -104,7 +104,7 @@
},
"devDependencies": {
"@types/ci-info": "^2.0.0",
"@types/folder-hash": "^4.0.0",
"@types/folder-hash": "^4.0.1",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/global-prefix": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify-console-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"cli-table3": "^0.6.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob": "^7.2.0",
"inquirer": "^7.3.3",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"ora": "^4.0.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"archiver": "^5.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob": "^7.2.0",
"which": "^2.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"graphql-transformer-core": "7.4.6",
"jest-environment-node": "^26.6.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"node-pty-prebuilt-multiarch": "^0.9.0",
"retimer": "2.0.0",
"rimraf": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql-tag": "^2.10.1",
"graphql-transformer-core": "7.4.6",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"promise-sequential": "^1.1.1",
"rimraf": "^3.0.0",
"uuid": "^8.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-go-function-runtime-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"archiver": "^5.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob": "^7.2.0",
"portfinder": "^1.0.25",
"semver": "^7.3.5",
"which": "^2.0.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/amplify-graphiql-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"cross-env": "^6.0.3",
"cross-env": "^7.0.3",
"graphiql": "^1.3.2",
"graphiql-explorer": "^0.6.2",
"graphql": "^15.5.0",
"jsonwebtoken": "^8.5.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"semantic-ui-react": "^2.1.2",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^12.12.6",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8"
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11"
},
"author": "Amazon Web Services",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@aws-cdk/assert": "~1.124.0",
"@types/node": "^10.17.13"
"@types/node": "^12.12.6"
},
"jest": {
"transform": {
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphql-transformer-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"lodash": "^4.17.21",
"md5": "^2.3.0",
"ts-dedent": "^2.0.0",
"vm2": "^3.9.5"
"vm2": "^3.9.8"
},
"devDependencies": {
"@types/fs-extra": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-graphql-transformer-migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"amplify-cli-core": "2.4.15",
"amplify-prompts": "1.6.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob": "^7.2.0",
"graphql": "^14.5.8",
"graphql-transformer-common": "4.23.0",
"lodash": "^4.17.21"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"amplify-function-plugin-interface": "1.9.4",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob": "^7.2.0",
"semver": "^7.3.5",
"which": "^2.0.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"execa": "^5.1.1",
"exit": "^0.1.2",
"fs-extra": "^8.1.0",
"glob": "^7.1.6"
"glob": "^7.2.0"
},
"devDependencies": {
"@types/archiver": "^5.1.1",
Expand Down
13 changes: 6 additions & 7 deletions packages/amplify-provider-awscloudformation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@aws-cdk/custom-resources": "~1.124.0",
"@aws-cdk/region-info": "~1.124.0",
"@octokit/rest": "^18.0.9",
"ajv": "^6.12.3",
"ajv": "^6.12.6",
"amplify-cli-core": "2.4.15",
"amplify-cli-logger": "1.1.0",
"amplify-codegen": "2.28.0",
Expand All @@ -92,9 +92,8 @@
"constructs": "^3.3.125",
"cors": "^2.8.5",
"deep-diff": "^1.0.2",
"execa": "^4.1.0",
"extract-zip": "^2.0.1",
"folder-hash": "^4.0.1",
"folder-hash": "^4.0.2",
"fs-extra": "^8.1.0",
"glob": "^7.2.0",
"graphql": "^14.5.8",
Expand All @@ -108,7 +107,7 @@
"graphql-predictions-transformer": "3.2.23",
"graphql-transformer-core": "7.4.6",
"graphql-versioned-transformer": "5.2.23",
"ignore": "^5.1.8",
"ignore": "^5.2.0",
"import-from": "^3.0.0",
"import-global": "^0.1.0",
"ini": "^1.3.5",
Expand All @@ -119,19 +118,19 @@
"lodash.throttle": "^4.1.1",
"moment": "^2.24.0",
"netmask": "^2.0.2",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"ora": "^4.0.3",
"promise-sequential": "^1.1.1",
"proxy-agent": "^5.0.0",
"rimraf": "^3.0.0",
"vm2": "^3.9.5",
"vm2": "^3.9.8",
"xstate": "^4.14.0"
},
"devDependencies": {
"@aws-cdk/assertions": "~1.124.0",
"@types/columnify": "^1.5.0",
"@types/deep-diff": "^1.0.0",
"@types/folder-hash": "^4.0.0",
"@types/folder-hash": "^4.0.1",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^12.12.6"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"amplify-function-plugin-interface": "1.9.4",
"archiver": "^5.3.0",
"execa": "^5.1.1",
"glob": "^7.1.6",
"glob": "^7.2.0",
"ini": "^1.3.5",
"semver": "^7.3.5",
"which": "^2.0.2"
Expand Down
13 changes: 6 additions & 7 deletions packages/amplify-storage-simulator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,28 @@
"watch": "tsc -w"
},
"dependencies": {
"body-parser": "^1.19.0",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"etag": "^1.8.1",
"express": "^4.17.1",
"express": "^4.17.3",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"glob": "^7.2.0",
"object-to-xml": "^2.0.0",
"promise-toolbox": "^0.20.0",
"serve-static": "^1.14.1",
"serve-static": "^1.14.2",
"uuid": "^8.3.2",
"xml": "^1.0.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@types/body-parser": "^1.17.1",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.6",
"@types/etag": "^1.8.0",
"@types/glob": "^7.1.1",
"@types/serve-static": "^1.13.3",
"@types/uuid": "^8.3.1",
"@types/xml": "^1.0.4",
"aws-sdk": "^2.963.0",
"request": "^2.88.0"
"aws-sdk": "^2.963.0"
},
"jest": {
"transform": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { AmplifyStorageSimulator } from '..';
import * as AWS from 'aws-sdk';
import * as path from 'path';
import * as fs from 'fs-extra';
import * as request from 'request';

let port = 20005; // for testing
let route = '/mock-testing';
Expand Down
Loading

0 comments on commit 34da565

Please sign in to comment.