Browse Source

Merge pull request #15055 from prometheus/dependabot/npm_and_yarn/web/ui/globals-15.10.0

Bump globals from 15.9.0 to 15.10.0 in /web/ui
pull/15073/head
Julius Volz 2 months ago committed by GitHub
parent
commit
4edbe3f70a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/ui/mantine-ui/package.json
  2. 34
      web/ui/package-lock.json

2
web/ui/mantine-ui/package.json

@ -62,7 +62,7 @@
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-e56f4ae3-20240830",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"globals": "^15.10.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.17.0",

34
web/ui/package-lock.json generated

@ -76,7 +76,7 @@
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc-e56f4ae3-20240830",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"globals": "^15.10.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.17.0",
@ -153,19 +153,6 @@
}
}
},
"mantine-ui/node_modules/globals": {
"version": "15.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz",
"integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"module/codemirror-promql": {
"name": "@prometheus-io/codemirror-promql",
"version": "0.300.0-beta.0",
@ -1500,6 +1487,18 @@
"url": "https://opencollective.com/eslint"
}
},
"node_modules/@eslint/eslintrc/node_modules/globals": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
"dev": true,
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@eslint/js": {
"version": "9.11.1",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.11.1.tgz",
@ -5338,11 +5337,10 @@
}
},
"node_modules/globals": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
"version": "15.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-15.10.0.tgz",
"integrity": "sha512-tqFIbz83w4Y5TCbtgjZjApohbuh7K9BxGYFm7ifwDR240tvdb7P9x+/9VvUKlmkPoiknoJtanI8UOrqxS3a7lQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},

Loading…
Cancel
Save