diff --git a/package-lock.json b/package-lock.json index 447ed26..b3ccc5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-storybook": "10.2.0", "eslint-plugin-unicorn": "62.0.0", "eslint-plugin-wc": "3.0.2", - "globals": "16.5.0", + "globals": "17.0.0", "jsr": "0.13.5", "lightningcss": "1.31.1", "lit": "3.3.2", @@ -4275,6 +4275,19 @@ "eslint": ">=9.38.0" } }, + "node_modules/eslint-plugin-unicorn/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-plugin-wc": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/eslint-plugin-wc/-/eslint-plugin-wc-3.0.2.tgz", @@ -4819,9 +4832,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": { diff --git a/package.json b/package.json index f5a559f..34835eb 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "eslint-plugin-storybook": "10.2.0", "eslint-plugin-unicorn": "62.0.0", "eslint-plugin-wc": "3.0.2", - "globals": "16.5.0", + "globals": "17.0.0", "jsr": "0.13.5", "lightningcss": "1.31.1", "lit": "3.3.2",