diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-01 12:02:01 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-01 12:02:01 +0200 |
| commit | 11164c8fbea367e65696eb36909c31a862d98e9b (patch) | |
| tree | 93fd0400befe578f094d0d76ab7dca711f9bc293 | |
| parent | 4e8b3c18ed0b9cfc4be92a39657fcb67a00cb488 (diff) | |
| download | faker-11164c8fbea367e65696eb36909c31a862d98e9b.tar.xz faker-11164c8fbea367e65696eb36909c31a862d98e9b.zip | |
chore(deps): update dependency @types/node to ~16.11.32 (#890)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json index cbe22537..29de1efb 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ }, "devDependencies": { "@types/markdown-it": "~12.2.3", - "@types/node": "~16.11.31", + "@types/node": "~16.11.32", "@types/prettier": "~2.6.0", "@types/sanitize-html": "~2.6.2", "@types/validator": "~13.7.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e9532632..760310d8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.3 specifiers: '@types/markdown-it': ~12.2.3 - '@types/node': ~16.11.31 + '@types/node': ~16.11.32 '@types/prettier': ~2.6.0 '@types/sanitize-html': ~2.6.2 '@types/validator': ~13.7.2 @@ -40,7 +40,7 @@ specifiers: devDependencies: '@types/markdown-it': 12.2.3 - '@types/node': 16.11.31 + '@types/node': 16.11.32 '@types/prettier': 2.6.0 '@types/sanitize-html': 2.6.2 '@types/validator': 13.7.2 @@ -421,8 +421,8 @@ packages: resolution: {integrity: sha512-Z6/KzgyWOga3pJNS42A+zayjhPbf2zM3hegRQaOPnLOzEi86VV++6FLDWgR1LGrVCRufP/ph2daa3tEa5br1zA==} dev: true - /@types/node/16.11.31: - resolution: {integrity: sha512-wh/d0pcu/Ie2mqTIqh4tjd0mLAB4JWxOjHQtLN20HS7sjMHiV4Afr+90hITTyZcxowwha5wjv32jGEn1zkEFMg==} + /@types/node/16.11.32: + resolution: {integrity: sha512-+fnfNvG5JQdC1uGZiTx+0QVtoOHcggy6+epx65JYroPGsE1uhp+vo5kioiGKsAkor6ocwHteU2EvO7N8vtOZtA==} dev: true /@types/normalize-package-data/2.4.1: @@ -455,7 +455,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 16.11.31 + '@types/node': 16.11.32 dev: true optional: true |
