Skip to content

Commit

Permalink
Merge 378305a into c6ba158
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2022
2 parents c6ba158 + 378305a commit 06292eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion demo-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "^18.0.0",
"i": "^0.3.7",
"npm": "^8.13.1"
"npm": "8.13.2"
},
"scripts": {
"start": "ts-node index.ts",
Expand Down
12 changes: 6 additions & 6 deletions demo-ts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
dependencies:
infer-owner "^1.0.4"

"@npmcli/run-script@^4.1.0", "@npmcli/run-script@^4.1.3":
"@npmcli/run-script@^4.1.0", "@npmcli/run-script@^4.1.3", "@npmcli/run-script@^4.1.5":
version "4.1.5"
resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-4.1.5.tgz#d60a7d41321612a9c0e1433797c10c19d0213d55"
integrity sha512-FyrZkZ+O0bCnQqm+mRb6sKbEJgyJudInwFN84gCcMUcxrWkR15Ags1uOHwnxHYdpj3T5eqrCZNW/Ys20MGTQ6Q==
Expand Down Expand Up @@ -1358,10 +1358,10 @@ npm-user-validate@^1.0.1:
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.1.tgz#31428fc5475fe8416023f178c0ab47935ad8c561"
integrity sha512-uQwcd/tY+h1jnEaze6cdX/LrhWhoBxfSknxentoqmIuStxUExxjWd3ULMLFPiFUrZKbOVMowH6Jq2FRWfmhcEw==

npm@^8.13.1:
version "8.13.1"
resolved "https://registry.yarnpkg.com/npm/-/npm-8.13.1.tgz#b1fd8a9f92dfc432e0467671f2f5f17444de3f00"
integrity sha512-Di4hLSvlImxAslovZ8yRXOhwmd6hXzgRFjwfF4QuwuPT9RUvpLIZ5nubhrY34Pc3elqaU0iyBVWgGZ3jELFP8w==
npm@8.13.2:
version "8.13.2"
resolved "https://registry.yarnpkg.com/npm/-/npm-8.13.2.tgz#d79c851c1d9cc6c11efe708379fd5339580f8fec"
integrity sha512-aS6q/QKxkw9mTX8gR7Ft38BcRkW1i+h3sI1yAFmfQ30Yl1a1G4ZX3oNGDzaLCilU5ThFZQBS1F4ZSZsrVxJ7HA==
dependencies:
"@isaacs/string-locale-compare" "^1.1.0"
"@npmcli/arborist" "^5.0.4"
Expand All @@ -1370,7 +1370,7 @@ npm@^8.13.1:
"@npmcli/fs" "^2.1.0"
"@npmcli/map-workspaces" "^2.0.3"
"@npmcli/package-json" "^2.0.0"
"@npmcli/run-script" "^4.1.3"
"@npmcli/run-script" "^4.1.5"
abbrev "~1.1.1"
archy "~1.0.0"
cacache "^16.1.1"
Expand Down

0 comments on commit 06292eb

Please sign in to comment.