Skip to content

Commit

Permalink
Merge pull request #324 from nanasess/dependabot/npm_and_yarn/typed-r…
Browse files Browse the repository at this point in the history
…est-client-2.0.2

Bump typed-rest-client from 2.0.0 to 2.0.2
  • Loading branch information
nanasess authored Aug 5, 2024
2 parents d4e4993 + ed01dc7 commit 838908c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.2",
"typed-rest-client": "^2.0.0"
"typed-rest-client": "^2.0.2"
},
"devDependencies": {
"@types/jest": "^27.4.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3213,10 +3213,10 @@ pure-rand@^6.0.0:
resolved "https://registry.yarnpkg.com/pure-rand/-/pure-rand-6.0.0.tgz#701996ceefa253507923a0e864c17ab421c04a7c"
integrity sha512-rLSBxJjP+4DQOgcJAx6RZHT2he2pkhQdSnofG5VWyVl6GRq/K02ISOuOLcsMOrtKDIJb8JN2zm3FFzWNbezdPw==

qs@^6.9.7:
version "6.12.1"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.1.tgz#39422111ca7cbdb70425541cba20c7d7b216599a"
integrity sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==
qs@^6.10.3:
version "6.12.2"
resolved "https://registry.yarnpkg.com/qs/-/qs-6.12.2.tgz#5443b587f3bf73ac68968de491e5b25bafe04478"
integrity sha512-x+NLUpx9SYrcwXtX7ob1gnkSems4i/mGZX5SlYxwIau6RrUSODO89TR/XDGGpn5RPWSYIB+aSfuSlV5+CmbTBg==
dependencies:
side-channel "^1.0.6"

Expand Down Expand Up @@ -3622,14 +3622,14 @@ type-fest@^0.21.3:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==

typed-rest-client@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/typed-rest-client/-/typed-rest-client-2.0.0.tgz#17ecb6ab372e02f93e2c5ade186fd87e61a15e22"
integrity sha512-+yizhP/ax4D08n/zLvdvgJ62xbJB59Pf21lXLiTUM3uh8M5fq0UVkyjk0jULCyceu+KnCs+VubK0VlGFgKK+dg==
typed-rest-client@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/typed-rest-client/-/typed-rest-client-2.0.2.tgz#82d451b9a219bf8fa688b698b2581327be4b920d"
integrity sha512-rmAQM2gZw/PQpK5+5aSs+I6ZBv4PFC2BT1o+0ADS1SgSejA+14EmbI2Lt8uXwkX7oeOMkwFmg0pHKwe8D9IT5A==
dependencies:
des.js "^1.1.0"
js-md4 "^0.3.2"
qs "^6.9.7"
qs "^6.10.3"
tunnel "0.0.6"
underscore "^1.12.1"

Expand Down

0 comments on commit 838908c

Please sign in to comment.