Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/aws-sdk-2.1573.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas authored Mar 10, 2024
2 parents 56cbcb3 + 5d4b172 commit 97833c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"@guardian/types": "^9.0.1",
"@okta/jwt-verifier": "^3.0.1",
"@types/aws-lambda": "8.10.133",
"@types/node": "^20.11.19",
"@types/node": "^20.11.25",
"aws-sdk": "^2.1573.0",
"node-fetch": "2.6.7",
"source-map-support": "^0.5.21",
"typed-rest-client": "^1.8.9",
"@googleapis/androidpublisher": "12.0.0"
"@googleapis/androidpublisher": "12.1.0"
}
}
29 changes: 11 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@
resolved "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz"
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==

"@googleapis/androidpublisher@12.0.0":
version "12.0.0"
resolved "https://registry.npmjs.org/@googleapis/androidpublisher/-/androidpublisher-12.0.0.tgz"
integrity sha512-IZFGwVzeqOjA/13x1Cb7cS7zg0h/whc21Eqez+jl4Q2LA0XCw5ge9k4v9Jgsv5QFy0JGDai4xdpX6R8msXiDxA==
"@googleapis/androidpublisher@12.1.0":
version "12.1.0"
resolved "https://registry.yarnpkg.com/@googleapis/androidpublisher/-/androidpublisher-12.1.0.tgz#d80517583bca5c669d1443b339eebd5e66a056c0"
integrity sha512-x5r64xPjc3HLxUYsmpnPZzsD7FHi+IW7OSl/kceLmN+ZQvlrT9LYLKVdIxPgyANGe7tb7STnMU2mcntijFmpVA==
dependencies:
googleapis-common "^7.0.0"

Expand Down Expand Up @@ -787,10 +787,10 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*":
version "20.11.16"
resolved "https://registry.npmjs.org/@types/node/-/node-20.11.16.tgz"
integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ==
"@types/node@*", "@types/node@^20.11.25":
version "20.11.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f"
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
dependencies:
undici-types "~5.26.4"

Expand All @@ -799,13 +799,6 @@
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz"
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==

"@types/node@^20.11.19":
version "20.11.23"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.23.tgz#5c156571ccb4200a2408084f472e1927d719c01e"
integrity sha512-ZUarKKfQuRILSNYt32FuPL20HS7XwNT7/uRwSV8tiHWfyyVwDLYZNF6DZKc2bove++pgfsXn9sUwII/OsQ82cQ==
dependencies:
undici-types "~5.26.4"

"@types/normalize-package-data@^2.4.0":
version "2.4.1"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz"
Expand Down Expand Up @@ -2951,9 +2944,9 @@ [email protected]:
integrity sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==

jose@^4.10.4:
version "4.14.4"
resolved "https://registry.npmjs.org/jose/-/jose-4.14.4.tgz"
integrity sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==
version "4.15.5"
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706"
integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==

js-tokens@^4.0.0:
version "4.0.0"
Expand Down

0 comments on commit 97833c8

Please sign in to comment.