chore(deps): update dependency tootsuite/mastodon to v4.3.2
| datasource | package | from | to | | --------------- | ------------------ | ----- | ----- | | github-releases | tootsuite/mastodon | 4.3.1 | 4.3.2 |
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Federated social network",
|
||||
"version": "1.14.1",
|
||||
"upstreamVersion": "4.3.1",
|
||||
"upstreamVersion": "4.3.2",
|
||||
"healthCheckPath": "/about",
|
||||
"httpPort": 8000,
|
||||
"memoryLimit": 1610612736,
|
||||
|
||||
@@ -71,7 +71,7 @@ RUN mkdir -p /app/code /app/pkg
|
||||
WORKDIR /app/code
|
||||
|
||||
# renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?<version>.+)$
|
||||
ARG MASTODON_VERSION=4.3.1
|
||||
ARG MASTODON_VERSION=4.3.2
|
||||
|
||||
ENV RAILS_ENV production
|
||||
ENV NODE_ENV production
|
||||
|
||||
752
test/package-lock.json
generated
752
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,10 +10,10 @@
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^10.7.3",
|
||||
"selenium-webdriver": "^4.25.0"
|
||||
"mocha": "^11.0.1",
|
||||
"selenium-webdriver": "^4.27.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"chromedriver": "^129.0.4"
|
||||
"chromedriver": "^131.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user