diff --git a/package-lock.json b/package-lock.json index 6e214140c5..47b7d2794c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,7 +99,7 @@ "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.0", + "@babel/eslint-parser": "^7.16.3", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", @@ -157,7 +157,7 @@ "mkdirp": "^1.0.4", "mock-express-response": "^0.3.0", "mockdate": "^3.0.5", - "nock": "^13.2.0", + "nock": "^13.2.1", "nodemon": "^2.0.14", "npm-merge-driver-install": "^2.0.1", "object-hash": "^2.2.0", @@ -279,9 +279,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz", - "integrity": "sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==", + "version": "7.16.3", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz", + "integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==", "dev": true, "dependencies": { "eslint-scope": "^5.1.1", @@ -15258,9 +15258,9 @@ } }, "node_modules/nock": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.0.tgz", - "integrity": "sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz", + "integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==", "dev": true, "dependencies": { "debug": "^4.1.0", @@ -22930,9 +22930,9 @@ } }, "@babel/eslint-parser": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.0.tgz", - "integrity": "sha512-c+AsYOHjI+FgCa+ifLd8sDXp4U4mjkfFgL9NdQWhuA731kAUJs0WdJIXET4A14EJAR9Jv9FFF/MzPWJfV9Oirw==", + "version": "7.16.3", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz", + "integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==", "dev": true, "requires": { "eslint-scope": "^5.1.1", @@ -34575,9 +34575,9 @@ } }, "nock": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.0.tgz", - "integrity": "sha512-j7xjoMU9ZnvkTeoLnD2gIXNlwmLb+GNCPbnqtx7IwlNvdBBqU5aaQPK4Nw6lNmqIJkBubyka6rvrZuDNz1L7Ew==", + "version": "13.2.1", + "resolved": "https://registry.npmjs.org/nock/-/nock-13.2.1.tgz", + "integrity": "sha512-CoHAabbqq/xZEknubuyQMjq6Lfi5b7RtK6SoNK6m40lebGp3yiMagWtIoYaw2s9sISD7wPuCfwFpivVHX/35RA==", "dev": true, "requires": { "debug": "^4.1.0", diff --git a/package.json b/package.json index 27510b5f22..dd321d7898 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@actions/core": "^1.6.0", "@actions/github": "^5.0.0", "@babel/core": "^7.16.0", - "@babel/eslint-parser": "^7.16.0", + "@babel/eslint-parser": "^7.16.3", "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", @@ -159,7 +159,7 @@ "mkdirp": "^1.0.4", "mock-express-response": "^0.3.0", "mockdate": "^3.0.5", - "nock": "^13.2.0", + "nock": "^13.2.1", "nodemon": "^2.0.14", "npm-merge-driver-install": "^2.0.1", "object-hash": "^2.2.0", diff --git a/script/backfill-missing-localizations.js b/script/backfill-missing-localizations.js index d0dce1441b..028743ced5 100755 --- a/script/backfill-missing-localizations.js +++ b/script/backfill-missing-localizations.js @@ -27,7 +27,7 @@ for (const dir of dirs) { for (const filename of filenames) { for (const language of Object.values(languages)) { - if (language.code === 'en') return + if (language.code === 'en') continue const fullPath = path.join(__dirname, '..', language.dir, dir, filename) if (!fs.existsSync(fullPath)) { console.log('missing', fullPath)