Merge pull request #15666 from bigbluebutton/snyk-upgrade-d53de8f977519420478785124448437c

[Snyk] Upgrade dotenv from 16.0.0 to 16.0.1
This commit is contained in:
Anton Georgiev 2022-12-15 10:06:22 -05:00 committed by GitHub
commit 50badbf4c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

View File

@ -1,15 +1,14 @@
{
"name": "puppeteer",
"name": "npm-proj-1662702934055-0.944182342486958pXOD4I",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "puppeteer",
"dependencies": {
"axios": "^0.26.1",
"babel-jest": "^27.5.1",
"child_process": "^1.0.2",
"dotenv": "^16.0.0",
"dotenv": "^16.0.1",
"fs-extra": "^10.0.1",
"jest": "^27.5.1",
"jest-image-snapshot": "^4.5.1",
@ -1883,9 +1882,9 @@
}
},
"node_modules/dotenv": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
"integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q==",
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==",
"engines": {
"node": ">=12"
}
@ -6893,9 +6892,9 @@
}
},
"dotenv": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.0.tgz",
"integrity": "sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q=="
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ=="
},
"electron-to-chromium": {
"version": "1.4.91",

View File

@ -9,7 +9,7 @@
"axios": "^0.26.1",
"babel-jest": "^27.5.1",
"child_process": "^1.0.2",
"dotenv": "^16.0.0",
"dotenv": "^16.0.1",
"fs-extra": "^10.0.1",
"jest": "^27.5.1",
"jest-image-snapshot": "^4.5.1",