Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#22269)
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
aws-cdk-automation committed Oct 6, 2022
1 parent c36455e commit e9b07a7
Show file tree
Hide file tree
Showing 20 changed files with 330 additions and 314 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
"cdk-generate-synthetic-examples": "^0.1.17",
"cdk-generate-synthetic-examples": "^0.1.23",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codepipeline-actions/package.json
Expand Up @@ -87,7 +87,7 @@
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.185",
"@types/lodash": "^4.14.186",
"jest": "^27.5.1",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/package.json
Expand Up @@ -91,7 +91,7 @@
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
"aws-sdk": "^2.1211.0",
"cdk8s": "^2.4.39",
"cdk8s": "^2.5.8",
"cdk8s-plus-21": "^2.0.0-beta.12",
"jest": "^27.5.1",
"sinon": "^9.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-nodejs/package.json
Expand Up @@ -79,7 +79,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"delay": "5.0.0",
"esbuild": "^0.15.9"
"esbuild": "^0.15.10"
},
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/package.json
Expand Up @@ -93,7 +93,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/aws-lambda": "^8.10.106",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.185",
"@types/lodash": "^4.14.186",
"jest": "^27.5.1",
"lodash": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cloud-assembly-schema/package.json
Expand Up @@ -92,7 +92,7 @@
},
"dependencies": {
"jsonschema": "^1.4.1",
"semver": "^7.3.7"
"semver": "^7.3.8"
},
"awscdkio": {
"announce": false
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/package.json
Expand Up @@ -187,7 +187,7 @@
"@types/aws-lambda": "^8.10.106",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.185",
"@types/lodash": "^4.14.186",
"@types/minimatch": "^3.0.5",
"@types/node": "^14.18.31",
"@types/sinon": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cx-api/package.json
Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0",
"semver": "^7.3.7"
"semver": "^7.3.8"
},
"peerDependencies": {
"@aws-cdk/cloud-assembly-schema": "0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Expand Up @@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1225.0 - https://www.npmjs.com/package/aws-sdk/v/2.1225.0 | Apache-2.0
** aws-sdk@2.1230.0 - https://www.npmjs.com/package/aws-sdk/v/2.1230.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -1968,7 +1968,7 @@ License, as follows:

----------------

** semver@7.3.7 - https://www.npmjs.com/package/semver/v/7.3.7 | ISC
** semver@7.3.8 - https://www.npmjs.com/package/semver/v/7.3.8 | ISC
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/package.json
Expand Up @@ -112,7 +112,7 @@
"jsonschema": "^1.4.1",
"minimatch": "^3.1.2",
"punycode": "^2.1.1",
"semver": "^7.3.7",
"semver": "^7.3.8",
"yaml": "1.10.2"
},
"devDependencies": {
Expand Down Expand Up @@ -367,7 +367,7 @@
"@types/fs-extra": "^8.1.2",
"@types/node": "^14.18.31",
"constructs": "^10.0.0",
"esbuild": "^0.15.9",
"esbuild": "^0.15.10",
"fs-extra": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
Expand Up @@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1225.0 - https://www.npmjs.com/package/aws-sdk/v/2.1225.0 | Apache-2.0
** aws-sdk@2.1230.0 - https://www.npmjs.com/package/aws-sdk/v/2.1230.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -3031,7 +3031,7 @@ License, as follows:

----------------

** semver@7.3.7 - https://www.npmjs.com/package/semver/v/7.3.7 | ISC
** semver@7.3.8 - https://www.npmjs.com/package/semver/v/7.3.8 | ISC
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors
Expand Down Expand Up @@ -3113,7 +3113,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

----------------

** socks@2.7.0 - https://www.npmjs.com/package/socks/v/2.7.0 | MIT
** socks@2.7.1 - https://www.npmjs.com/package/socks/v/2.7.1 | MIT
The MIT License (MIT)

Copyright (c) 2013 Josh Glazebrook
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk/package.json
Expand Up @@ -111,7 +111,7 @@
"p-queue": "^6.6.2",
"promptly": "^3.2.0",
"proxy-agent": "^5.0.0",
"semver": "^7.3.7",
"semver": "^7.3.8",
"source-map-support": "^0.5.21",
"strip-ansi": "^6.0.1",
"table": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/monocdk/package.json
Expand Up @@ -110,7 +110,7 @@
"jsonschema": "^1.4.1",
"minimatch": "^3.1.2",
"punycode": "^2.1.1",
"semver": "^7.3.7",
"semver": "^7.3.8",
"yaml": "1.10.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-build-tools/package.json
Expand Up @@ -62,7 +62,7 @@
"jsii-reflect": "^1.69.0",
"markdownlint-cli": "^0.32.2",
"nyc": "^15.1.0",
"semver": "^7.3.7",
"semver": "^7.3.8",
"ts-jest": "^27.1.5",
"typescript": "~3.9.10",
"yargs": "^16.2.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-release/package.json
Expand Up @@ -48,7 +48,7 @@
"detect-newline": "^3.1.0",
"fs-extra": "^9.1.0",
"git-raw-commits": "^2.0.11",
"semver": "^7.3.7",
"semver": "^7.3.8",
"stringify-package": "^1.0.1"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/node-bundle/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/@aws-cdk/pkglint/package.json
Expand Up @@ -66,7 +66,7 @@
"fs-extra": "^9.1.0",
"glob": "^7.2.3",
"npm-bundled": "^1.1.2",
"semver": "^7.3.7",
"semver": "^7.3.8",
"yargs": "^16.2.0"
}
}
4 changes: 2 additions & 2 deletions tools/@aws-cdk/prlint/package.json
Expand Up @@ -11,8 +11,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.1.0",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"conventional-commits-parser": "^3.2.4",
"fs-extra": "^9.1.0",
"glob": "^7.2.3"
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/yarn-cling/package.json
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"semver": "^7.3.7"
"semver": "^7.3.8"
},
"keywords": [
"aws",
Expand Down

0 comments on commit e9b07a7

Please sign in to comment.