diff --git a/package-lock.json b/package-lock.json index be4750ce476..1ca81cde818 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "cross-env": "7.0.3", - "globals": "16.5.0", + "globals": "17.4.0", "husky": "8.0.3", "npm": "10.9.8", "ts-node": "10.9.2" @@ -14530,19 +14530,6 @@ "eslint": "^9.23.0" } }, - "node_modules/eslint-config-scratch/node_modules/globals": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", - "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint-import-context": { "version": "0.1.9", "dev": true, @@ -16912,7 +16899,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", + "version": "17.4.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.4.0.tgz", + "integrity": "sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==", "dev": true, "license": "MIT", "engines": { @@ -34443,7 +34432,6 @@ "dev": true, "license": "BSD-2-Clause", "optional": true, - "peer": true, "bin": { "uglifyjs": "bin/uglifyjs" }, @@ -37822,7 +37810,7 @@ "docdash": "0.4.0", "eslint": "9.39.4", "eslint-config-scratch": "14.1.6", - "globals": "16.5.0", + "globals": "17.4.0", "html-webpack-plugin": "5.6.6", "playwright-chromium": "1.59.1", "scratch-render-fonts": "1.0.252", @@ -37981,7 +37969,7 @@ "copy-webpack-plugin": "6.4.1", "eslint": "9.39.4", "eslint-config-scratch": "14.1.6", - "globals": "16.5.0", + "globals": "17.4.0", "jsdom": "13.2.0", "mkdirp": "2.1.6", "rimraf": "3.0.2", @@ -38178,7 +38166,7 @@ "expose-loader": "1.0.3", "file-loader": "6.2.0", "format-message-cli": "6.2.4", - "globals": "16.5.0", + "globals": "17.4.0", "in-publish": "2.0.1", "js-md5": "0.7.3", "pngjs": "3.4.0", diff --git a/package.json b/package.json index 9b24b88908c..02ffd6457fe 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "cross-env": "7.0.3", - "globals": "16.5.0", + "globals": "17.4.0", "husky": "8.0.3", "npm": "10.9.8", "ts-node": "10.9.2" diff --git a/packages/scratch-render/package.json b/packages/scratch-render/package.json index 6571d0d3843..6f31bd20eec 100644 --- a/packages/scratch-render/package.json +++ b/packages/scratch-render/package.json @@ -73,7 +73,7 @@ "docdash": "0.4.0", "eslint": "9.39.4", "eslint-config-scratch": "14.1.6", - "globals": "16.5.0", + "globals": "17.4.0", "html-webpack-plugin": "5.6.6", "playwright-chromium": "1.59.1", "scratch-render-fonts": "1.0.252", diff --git a/packages/scratch-svg-renderer/package.json b/packages/scratch-svg-renderer/package.json index bdb4286ee10..9331c36fffe 100644 --- a/packages/scratch-svg-renderer/package.json +++ b/packages/scratch-svg-renderer/package.json @@ -65,7 +65,7 @@ "copy-webpack-plugin": "6.4.1", "eslint": "9.39.4", "eslint-config-scratch": "14.1.6", - "globals": "16.5.0", + "globals": "17.4.0", "jsdom": "13.2.0", "mkdirp": "2.1.6", "rimraf": "3.0.2", diff --git a/packages/scratch-vm/package.json b/packages/scratch-vm/package.json index 1eaa9c887f6..ed83d96336a 100644 --- a/packages/scratch-vm/package.json +++ b/packages/scratch-vm/package.json @@ -95,7 +95,7 @@ "expose-loader": "1.0.3", "file-loader": "6.2.0", "format-message-cli": "6.2.4", - "globals": "16.5.0", + "globals": "17.4.0", "in-publish": "2.0.1", "js-md5": "0.7.3", "pngjs": "3.4.0",