diff --git a/package-lock.json b/package-lock.json index be732c1fe2..cb1430c80c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "cross-env": "7.0.3", - "globals": "16.5.0", + "globals": "17.0.0", "husky": "8.0.3", "npm": "10.9.4", "ts-node": "10.9.2" @@ -16479,6 +16479,19 @@ "eslint": "^9.23.0" } }, + "node_modules/eslint-config-scratch/node_modules/globals": { + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", + "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/eslint-import-resolver-node": { "version": "0.3.9", "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", @@ -19498,9 +19511,9 @@ } }, "node_modules/globals": { - "version": "16.5.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", - "integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-17.0.0.tgz", + "integrity": "sha512-gv5BeD2EssA793rlFWVPMMCqefTlpusw6/2TbAVMy0FzcG8wKJn4O+NqJ4+XWmmwrayJgw5TzrmWjFgmz1XPqw==", "dev": true, "license": "MIT", "engines": { @@ -41156,7 +41169,7 @@ "eslint": "9.39.2", "eslint-config-scratch": "12.0.42", "gh-pages": "1.2.0", - "globals": "16.5.0", + "globals": "17.0.0", "html-webpack-plugin": "5.6.5", "jsdoc": "3.6.11", "playwright-chromium": "1.57.0", @@ -41322,7 +41335,7 @@ "copy-webpack-plugin": "6.4.1", "eslint": "9.39.2", "eslint-config-scratch": "12.0.42", - "globals": "16.5.0", + "globals": "17.0.0", "jsdom": "13.2.0", "mkdirp": "2.1.6", "rimraf": "3.0.2", @@ -41414,7 +41427,7 @@ "expose-loader": "1.0.3", "file-loader": "6.2.0", "format-message-cli": "6.2.4", - "globals": "16.5.0", + "globals": "17.0.0", "in-publish": "2.0.1", "js-md5": "0.7.3", "jsdoc": "3.6.11", diff --git a/package.json b/package.json index 36e05199d5..3fbffedf00 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@commitlint/cli": "17.8.1", "@commitlint/config-conventional": "17.8.1", "cross-env": "7.0.3", - "globals": "16.5.0", + "globals": "17.0.0", "husky": "8.0.3", "npm": "10.9.4", "ts-node": "10.9.2" diff --git a/packages/scratch-render/package.json b/packages/scratch-render/package.json index f7629cd180..74218d9921 100644 --- a/packages/scratch-render/package.json +++ b/packages/scratch-render/package.json @@ -69,7 +69,7 @@ "eslint": "9.39.2", "eslint-config-scratch": "12.0.42", "gh-pages": "1.2.0", - "globals": "16.5.0", + "globals": "17.0.0", "html-webpack-plugin": "5.6.5", "jsdoc": "3.6.11", "playwright-chromium": "1.57.0", diff --git a/packages/scratch-svg-renderer/package.json b/packages/scratch-svg-renderer/package.json index 804597f6be..34c03505ee 100644 --- a/packages/scratch-svg-renderer/package.json +++ b/packages/scratch-svg-renderer/package.json @@ -54,7 +54,7 @@ "copy-webpack-plugin": "6.4.1", "eslint": "9.39.2", "eslint-config-scratch": "12.0.42", - "globals": "16.5.0", + "globals": "17.0.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 620027ebb6..ddaf5f2667 100644 --- a/packages/scratch-vm/package.json +++ b/packages/scratch-vm/package.json @@ -88,7 +88,7 @@ "expose-loader": "1.0.3", "file-loader": "6.2.0", "format-message-cli": "6.2.4", - "globals": "16.5.0", + "globals": "17.0.0", "in-publish": "2.0.1", "js-md5": "0.7.3", "jsdoc": "3.6.11",