aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-06 15:35:02 +0000
committerGitHub <noreply@github.com>2022-06-06 15:35:02 +0000
commit9adf0585d14e40fd1e1b00758788e7b92a413fbb (patch)
tree2e12c928930f65ea7a4145566a00e2b60d2b05b0
parentBump @types/node from 17.0.39 to 17.0.40 (#99) (diff)
downloadee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.gz
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.bz2
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.lz
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.xz
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.zst
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.zip
Bump typescript from 4.7.2 to 4.7.3 (#100)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 3a80db8..7bf5976 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"nodemon": "2.0.16",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
- "typescript": "4.7.2"
+ "typescript": "4.7.3"
},
"scripts": {
"build": "npm-run-all clean tsc copy-views",
diff --git a/yarn.lock b/yarn.lock
index 8229410..e195550 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2581,10 +2581,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"
-typescript@4.7.2:
- version "4.7.2"
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
- integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
+typescript@4.7.3:
+ version "4.7.3"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
+ integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
uid-safe@2.1.5:
version "2.1.5"