Update packages, add dependabot for npm (#2803)

pull/2804/head
shamoon 4 months ago committed by GitHub
parent ef39fce1de
commit 20d1d8f914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,7 +5,11 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"

2406
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -10,55 +10,55 @@
"telemetry": "next telemetry disable" "telemetry": "next telemetry disable"
}, },
"dependencies": { "dependencies": {
"@headlessui/react": "^1.7.2", "@headlessui/react": "^1.7.18",
"@kubernetes/client-node": "^0.17.1", "@kubernetes/client-node": "^0.17.1",
"cal-parser": "^1.0.2", "cal-parser": "^1.0.2",
"classnames": "^2.3.2", "classnames": "^2.5.1",
"compare-versions": "^5.0.1", "compare-versions": "^5.0.3",
"dockerode": "^3.3.4", "dockerode": "^3.3.5",
"follow-redirects": "^1.15.2", "follow-redirects": "^1.15.5",
"gamedig": "^4.3.0", "gamedig": "^4.3.1",
"i18next": "^21.9.2", "i18next": "^21.10.0",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"json-rpc-2.0": "^1.4.1", "json-rpc-2.0": "^1.7.0",
"luxon": "^3.4.3", "luxon": "^3.4.4",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minecraft-ping-js": "^1.0.2", "minecraft-ping-js": "^1.0.2",
"next": "^12.3.1", "next": "^12.3.4",
"next-i18next": "^12.0.1", "next-i18next": "^12.1.0",
"ping": "^0.4.4", "ping": "^0.4.4",
"pretty-bytes": "^6.0.0", "pretty-bytes": "^6.1.1",
"raw-body": "^2.5.1", "raw-body": "^2.5.2",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-i18next": "^11.18.6", "react-i18next": "^11.18.6",
"react-icons": "^4.12.0", "react-icons": "^4.12.0",
"recharts": "^2.7.2", "recharts": "^2.11.0",
"rrule": "^2.8.1", "rrule": "^2.8.1",
"swr": "^1.3.0", "swr": "^1.3.0",
"systeminformation": "^5.17.12", "systeminformation": "^5.21.24",
"tough-cookie": "^4.1.2", "tough-cookie": "^4.1.3",
"urbackup-server-api": "^0.8.9", "urbackup-server-api": "^0.8.9",
"winston": "^3.8.2", "winston": "^3.11.0",
"xml-js": "^1.6.11" "xml-js": "^1.6.11"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/forms": "^0.5.3", "@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.12", "autoprefixer": "^10.4.17",
"eslint": "^8.24.0", "eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.3.1", "eslint-config-next": "^12.3.4",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.26.0", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.16", "postcss": "^8.4.33",
"prettier": "^3.0.3", "prettier": "^3.2.4",
"tailwind-scrollbar": "^2.0.1", "tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.1.8", "tailwindcss": "^3.4.1",
"typescript": "^4.8.3" "typescript": "^4.9.5"
}, },
"optionalDependencies": { "optionalDependencies": {
"osx-temperature-sensor": "^1.0.8" "osx-temperature-sensor": "^1.0.8"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save