Skip to content

Commit

Permalink
chore(deps): Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent 8adcee1 commit 65371b6
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"adm-zip": "^0.5.16",
"aws-sdk": "^2.1692.0",
"chardet": "^2.0.0",
"cron": "^3.2.1",
"cron": "^3.3.1",
"croner": "^9.0.0",
"discord.js": "^14.16.3",
"idb": "^8.0.0",
Expand Down Expand Up @@ -57,12 +57,12 @@
"@nuxt/devtools": "^1.6.3",
"@nuxt/eslint": "^0.7.2",
"@nuxtjs/stylelint-module": "^5.2.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@stylistic/stylelint-plugin": "^3.1.1",
"@types/adm-zip": "^0.5.7",
"@types/geojson": "^7946.0.15",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/ws": "^8.5.13",
"eslint": "^9.16.0",
"fast-xml-parser": "^4.5.0",
Expand Down
40 changes: 32 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3367,6 +3367,21 @@ __metadata:
languageName: node
linkType: hard

"@stylistic/eslint-plugin@npm:^2.12.1":
version: 2.12.1
resolution: "@stylistic/eslint-plugin@npm:2.12.1"
dependencies:
"@typescript-eslint/utils": "npm:^8.13.0"
eslint-visitor-keys: "npm:^4.2.0"
espree: "npm:^10.3.0"
estraverse: "npm:^5.3.0"
picomatch: "npm:^4.0.2"
peerDependencies:
eslint: ">=8.40.0"
checksum: 10c0/52859e4148a268c8a16cad53dd2d89a641a26e1e61bb4f7368cf5ee1b7fc9904519ade65719096607dc03f22cf2a06d6d363f5b0e8510609e0a2ebd89acc344d
languageName: node
linkType: hard

"@stylistic/stylelint-plugin@npm:^3.1.1":
version: 3.1.1
resolution: "@stylistic/stylelint-plugin@npm:3.1.1"
Expand Down Expand Up @@ -3587,7 +3602,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.10.1":
"@types/node@npm:*":
version: 22.10.1
resolution: "@types/node@npm:22.10.1"
dependencies:
Expand All @@ -3596,6 +3611,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.10.2":
version: 22.10.2
resolution: "@types/node@npm:22.10.2"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/2c7b71a040f1ef5320938eca8ebc946e6905caa9bbf3d5665d9b3774a8d15ea9fab1582b849a6d28c7fc80756a62c5666bc66b69f42f4d5dafd1ccb193cdb4ac
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.4
resolution: "@types/normalize-package-data@npm:2.4.4"
Expand Down Expand Up @@ -5412,13 +5436,13 @@ __metadata:
languageName: node
linkType: hard

"cron@npm:^3.2.1":
version: 3.2.1
resolution: "cron@npm:3.2.1"
"cron@npm:^3.3.1":
version: 3.3.1
resolution: "cron@npm:3.3.1"
dependencies:
"@types/luxon": "npm:~3.4.0"
luxon: "npm:~3.5.0"
checksum: 10c0/26e2ea54c4e15abbc70d391b6366b7e9c72281637cdf0c077726b03a65901c013b2817854ef942f02c452b40b6d482f879d0eeb2a8f7b0c6cc53694e740bf1fa
checksum: 10c0/30f4f44e5d1429f7364a135ba03ec9918ad9917c7a98ab4aca007a7438f0be96083e9eca29ef6dbceb3dc71454fcc20f090d55aa6c9e243242dad55f001c2b7f
languageName: node
linkType: hard

Expand Down Expand Up @@ -13872,19 +13896,19 @@ __metadata:
"@nuxtjs/stylelint-module": "npm:^5.2.0"
"@pinia/nuxt": "npm:^0.9.0"
"@prisma/client": "npm:^6.0.1"
"@stylistic/eslint-plugin": "npm:^2.11.0"
"@stylistic/eslint-plugin": "npm:^2.12.1"
"@stylistic/stylelint-plugin": "npm:^3.1.1"
"@turf/great-circle": "npm:^7.1.0"
"@types/adm-zip": "npm:^0.5.7"
"@types/geojson": "npm:^7946.0.15"
"@types/jsonwebtoken": "npm:^9.0.7"
"@types/node": "npm:^22.10.1"
"@types/node": "npm:^22.10.2"
"@types/ws": "npm:^8.5.13"
"@vite-pwa/nuxt": "npm:^0.10.6"
adm-zip: "npm:^0.5.16"
aws-sdk: "npm:^2.1692.0"
chardet: "npm:^2.0.0"
cron: "npm:^3.2.1"
cron: "npm:^3.3.1"
croner: "npm:^9.0.0"
discord.js: "npm:^14.16.3"
eslint: "npm:^9.16.0"
Expand Down

0 comments on commit 65371b6

Please sign in to comment.