Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 326bf01

Browse files
Bump typescript from 4.7.3 to 4.7.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.3 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28456b4 commit 326bf01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@
8585
"serverless": "^3.18.1",
8686
"ts-jest": "^27.1.4",
8787
"ts-node": "^10.7.0",
88-
"typescript": "^4.6.4"
88+
"typescript": "^4.7.4"
8989
}
9090
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8238,10 +8238,10 @@ typedarray-to-buffer@^3.1.5:
82388238
dependencies:
82398239
is-typedarray "^1.0.0"
82408240

8241-
typescript@^4.6.4:
8242-
version "4.7.3"
8243-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
8244-
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
8241+
typescript@^4.7.4:
8242+
version "4.7.4"
8243+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
8244+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
82458245

82468246
unbox-primitive@^1.0.2:
82478247
version "1.0.2"

0 commit comments

Comments
 (0)