Skip to content

Commit ba6fdb4

Browse files
fix(deps): update all non-major dependencies (#1793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 070de55 commit ba6fdb4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

examples/aws-lambda/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@aws-cdk/assert": "2.43.1",
20-
"@types/aws-lambda": "8.10.104",
20+
"@types/aws-lambda": "8.10.106",
2121
"@types/node": "16.11.60",
2222
"ts-node": "10.9.1",
2323
"esbuild": "0.15.9",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@graphql-inspector/core": "latest",
2828
"@graphql-inspector/github": "latest",
29-
"@monaco-editor/react": "4.4.5",
29+
"@monaco-editor/react": "4.4.6",
3030
"@theguild/components": "4.0.3",
3131
"critters": "^0.0.16",
3232
"graphql": "16.6.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3441,10 +3441,10 @@
34413441
dependencies:
34423442
state-local "^1.0.6"
34433443

3444-
"@monaco-editor/[email protected].5":
3445-
version "4.4.5"
3446-
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.4.5.tgz#beabe491efeb2457441a00d1c7651c653697f65b"
3447-
integrity sha512-IImtzU7sRc66OOaQVCG+5PFHkSWnnhrUWGBuH6zNmH2h0YgmAhcjHZQc/6MY9JWEbUtVF1WPBMJ9u1XuFbRrVA==
3444+
"@monaco-editor/[email protected].6":
3445+
version "4.4.6"
3446+
resolved "https://registry.yarnpkg.com/@monaco-editor/react/-/react-4.4.6.tgz#8ae500b0edf85276d860ed702e7056c316548218"
3447+
integrity sha512-Gr3uz3LYf33wlFE3eRnta4RxP5FSNxiIV9ENn2D2/rN8KgGAD8ecvcITRtsbbyuOuNkwbuHYxfeaz2Vr+CtyFA==
34483448
dependencies:
34493449
"@monaco-editor/loader" "^1.3.2"
34503450
prop-types "^15.7.2"
@@ -5111,10 +5111,10 @@
51115111
dependencies:
51125112
"@types/estree" "*"
51135113

5114-
"@types/[email protected].104":
5115-
version "8.10.104"
5116-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.104.tgz#01ec1d55a08bdf1201150d9ecae39ff7cca9ff4a"
5117-
integrity sha512-HXZJH8aBa06re9NCtFudOr21izYZycgXIVjd8vFBSNSf6Ca4GYD77TfKqwYgcDqv4olqj5KK+Ks7Xi5IXFbNGA==
5114+
"@types/[email protected].106":
5115+
version "8.10.106"
5116+
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.106.tgz#8f64c61c978e46a592044b5a697cb80ea9a542d3"
5117+
integrity sha512-yzgMaql7aW1by1XuhKhovuhLyK/1A60lapFXDXXBeHmoyRGQFO2T8lkL3g8hAhHoW5PEvqPJFWPd8jvXiRnxeQ==
51185118

51195119
51205120
version "8.10.93"

0 commit comments

Comments
 (0)