Skip to content

Commit d7d7d84

Browse files
committed
Bump versions, slow down dependabot updates
1 parent a62c21b commit d7d7d84

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/dependabot.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ updates:
66
- package-ecosystem: "npm"
77
directory: "/"
88
schedule:
9-
interval: "daily"
10-
# Configure check for outdated GitHub Actions actions in workflows.
11-
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
9+
interval: "monthly"
1210
- package-ecosystem: "github-actions"
13-
directory: "/" # Check the repository's workflows under /.github/workflows/
11+
directory: "/"
1412
schedule:
15-
interval: "daily"
13+
interval: "monthly"

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -101,36 +101,36 @@
101101
},
102102
"devDependencies": {
103103
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
104-
"@fortawesome/fontawesome-svg-core": "^6.1.2",
105-
"@fortawesome/free-brands-svg-icons": "^6.1.2",
106-
"@fortawesome/free-solid-svg-icons": "^6.1.2",
104+
"@fortawesome/fontawesome-svg-core": "^6.2.1",
105+
"@fortawesome/free-brands-svg-icons": "^6.2.1",
106+
"@fortawesome/free-solid-svg-icons": "^6.2.1",
107107
"@fortawesome/react-fontawesome": "^0.2.0",
108108
"@ideditor/location-conflation": "1.0.2",
109109
"@ideditor/nsi-collector": "^1.0.20221127",
110110
"@mapbox/geojson-area": "^0.2.2",
111111
"@mapbox/geojson-rewind": "^0.5.2",
112112
"@openstreetmap/id-tagging-schema": "~5.1.0",
113113
"c8": "^7.12.0",
114-
"chalk": "5.1.2",
114+
"chalk": "5.2.0",
115115
"clear": "^0.1.0",
116116
"esbuild": "^0.16.2",
117-
"eslint": "^8.22.0",
117+
"eslint": "^8.29.0",
118118
"fs-extra": "^11.1.0",
119119
"geojson-bounds": "^1.0.2",
120120
"geojson-precision": "^1.0.0",
121121
"glob": "^8.0.3",
122122
"json5": "^2.2.1",
123123
"jsonschema": "^1.4.1",
124124
"locale-compare": "^2.0.0",
125-
"node-fetch": "^3.2.10",
125+
"node-fetch": "^3.3.0",
126126
"npm-run-all": "^4.1.5",
127127
"react": "^18.1.0",
128128
"react-dom": "^18.1.0",
129129
"react-router-dom": "^5.2.0",
130130
"regenerator-runtime": "^0.13.5",
131131
"safe-regex": "^2.1.1",
132132
"shelljs": "^0.8.5",
133-
"tap": "^16.3.0",
133+
"tap": "^16.3.2",
134134
"twitter": "^1.7.1",
135135
"whatwg-fetch": "^3.6.2",
136136
"wikibase-edit": "^5.0.3",

0 commit comments

Comments
 (0)