Update deps.

This commit is contained in:
Miles Johnson 2023-11-17 09:40:01 -08:00
parent c15c42022b
commit 131628d94f
2 changed files with 12 additions and 12 deletions

View file

@ -26,11 +26,11 @@
"detect-libc": "^2.0.2" "detect-libc": "^2.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.9.0", "@types/node": "^20.9.1",
"@vercel/ncc": "^0.38.1", "@vercel/ncc": "^0.38.1",
"eslint": "^8.53.0", "eslint": "^8.53.0",
"eslint-config-moon": "^2.0.11", "eslint-config-moon": "^2.0.11",
"prettier": "^3.0.3", "prettier": "^3.1.0",
"prettier-config-moon": "^1.1.2", "prettier-config-moon": "^1.1.2",
"tsconfig-moon": "^1.3.0", "tsconfig-moon": "^1.3.0",
"typescript": "^5.2.2" "typescript": "^5.2.2"

20
pnpm-lock.yaml generated
View file

@ -32,8 +32,8 @@ dependencies:
devDependencies: devDependencies:
'@types/node': '@types/node':
specifier: ^20.9.0 specifier: ^20.9.1
version: 20.9.0 version: 20.9.1
'@vercel/ncc': '@vercel/ncc':
specifier: ^0.38.1 specifier: ^0.38.1
version: 0.38.1 version: 0.38.1
@ -44,8 +44,8 @@ devDependencies:
specifier: ^2.0.11 specifier: ^2.0.11
version: 2.0.11(eslint@8.53.0)(typescript@5.2.2) version: 2.0.11(eslint@8.53.0)(typescript@5.2.2)
prettier: prettier:
specifier: ^3.0.3 specifier: ^3.1.0
version: 3.0.3 version: 3.1.0
prettier-config-moon: prettier-config-moon:
specifier: ^1.1.2 specifier: ^1.1.2
version: 1.1.2 version: 1.1.2
@ -383,12 +383,12 @@ packages:
/@types/node-fetch@2.6.9: /@types/node-fetch@2.6.9:
resolution: {integrity: sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==} resolution: {integrity: sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==}
dependencies: dependencies:
'@types/node': 20.9.0 '@types/node': 20.9.1
form-data: 4.0.0 form-data: 4.0.0
dev: false dev: false
/@types/node@20.9.0: /@types/node@20.9.1:
resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} resolution: {integrity: sha512-HhmzZh5LSJNS5O8jQKpJ/3ZcrrlG6L70hpGqMIAoM9YVD0YBRNWYsfwcXq8VnSjlNpCpgLzMXdiPo+dxcvSmiA==}
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
@ -403,7 +403,7 @@ packages:
/@types/tunnel@0.0.3: /@types/tunnel@0.0.3:
resolution: {integrity: sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==} resolution: {integrity: sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==}
dependencies: dependencies:
'@types/node': 20.9.0 '@types/node': 20.9.1
dev: false dev: false
/@typescript-eslint/eslint-plugin@6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2): /@typescript-eslint/eslint-plugin@6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2):
@ -2486,8 +2486,8 @@ packages:
resolution: {integrity: sha512-zShTjMXH4GlracR3jllxsYJGlYAh5w75TZUuFW6YG75unimMMCNfkWY6EbI5nqr4T+xhb81rDMq2m5YxopBfiQ==} resolution: {integrity: sha512-zShTjMXH4GlracR3jllxsYJGlYAh5w75TZUuFW6YG75unimMMCNfkWY6EbI5nqr4T+xhb81rDMq2m5YxopBfiQ==}
dev: true dev: true
/prettier@3.0.3: /prettier@3.1.0:
resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
dev: true dev: true