Merge pull request #29 from Studio-Hardware/dependabot/npm_and_yarn/vercel/ncc-0.33.0

build(deps-dev): bump @vercel/ncc from 0.32.0 to 0.33.0
This commit is contained in:
DijitalYaşam 2021-12-12 14:21:26 +02:00 committed by GitHub
commit 5469a4f248
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.6.0",
"@vercel/ncc": "^0.32.0",
"@vercel/ncc": "^0.33.0",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"jest": "^27.4.4",
@ -1646,9 +1646,9 @@
}
},
"node_modules/@vercel/ncc": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.32.0.tgz",
"integrity": "sha512-S/SxTHHTbBQSOutpgnqEn+LyTfZcq9xMRAnzY05HpGVjxjmfmvg6SWZZkbW/GJIFznMmHGeGOrI1MEBD7efIkA==",
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.33.0.tgz",
"integrity": "sha512-m21HzXD+L/YHoJTwyCCyGBXD0O2L4KR/Y6SSsS4qvRlz3NAYsiiYahzOsgfWEt4PJxpPVCMGiuWzsvb2tycmyA==",
"dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
@ -6895,9 +6895,9 @@
}
},
"@vercel/ncc": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.32.0.tgz",
"integrity": "sha512-S/SxTHHTbBQSOutpgnqEn+LyTfZcq9xMRAnzY05HpGVjxjmfmvg6SWZZkbW/GJIFznMmHGeGOrI1MEBD7efIkA==",
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.33.0.tgz",
"integrity": "sha512-m21HzXD+L/YHoJTwyCCyGBXD0O2L4KR/Y6SSsS4qvRlz3NAYsiiYahzOsgfWEt4PJxpPVCMGiuWzsvb2tycmyA==",
"dev": true
},
"abab": {

View file

@ -34,7 +34,7 @@
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.6.0",
"@vercel/ncc": "^0.32.0",
"@vercel/ncc": "^0.33.0",
"eslint": "^8.4.1",
"eslint-config-google": "^0.14.0",
"jest": "^27.4.4",