Skip to content

Commit

Permalink
Update all patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 26, 2022
1 parent 0a7542b commit a70b5f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ci/applications-versions.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://docs.renovatebot.com/modules/datasource/#github-releases-datasource
transifex/cli: v1.6.0 # github-releases
transifex/cli: v1.6.3 # github-releases
4 changes: 2 additions & 2 deletions ci/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
c2cciutils[checks]==1.3.11
urllib3==1.26.12 # not directly required, pinned by Snyk to avoid a vulnerability
c2cciutils[checks]==1.3.12
urllib3==1.26.13 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"@babel/preset-typescript": "7.18.6",
"@fortawesome/fontawesome-free": "5.15.4",
"@lit/reactive-element": "1.4.2",
"@sentry/browser": "7.20.0",
"@sentry/tracing": "7.20.0",
"@sentry/types": "7.20.0",
"@sentry/browser": "7.20.1",
"@sentry/tracing": "7.20.1",
"@sentry/types": "7.20.1",
"@storybook/preset-scss": "1.0.3",
"@storybook/web-components": "6.5.13",
"@trevoreyre/autocomplete-js": "2.3.0",
Expand Down Expand Up @@ -131,7 +131,7 @@
"editorconfig-checker": "4.0.2",
"ejs-loader": "0.5.0",
"eslint": "8.28.0",
"eslint-plugin-jsdoc": "39.6.2",
"eslint-plugin-jsdoc": "39.6.4",
"eslint-plugin-lit": "1.6.1",
"eslint-plugin-wc": "1.3.2",
"event-hooks-webpack-plugin": "2.2.0",
Expand All @@ -146,7 +146,7 @@
"html-webpack-plugin": "4.5.2",
"i18next": "22.0.6",
"i18next-browser-languagedetector": "7.0.1",
"i18next-http-backend": "2.0.1",
"i18next-http-backend": "2.0.2",
"i18next-parser": "7.0.3",
"jasmine-core": "4.5.0",
"jquery": "3.6.1",
Expand Down Expand Up @@ -176,7 +176,7 @@
"ol": "7.1.0",
"ol-cesium": "2.13.1",
"ol-layerswitcher": "4.1.0",
"ol-mapbox-style": "9.2.1",
"ol-mapbox-style": "9.2.2",
"parse-absolute-css-unit": "1.0.2",
"popper.js": "1.16.1",
"proj4": "2.8.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ htmlmin==0.1.12
Mako==1.2.4
requests==2.28.1
polib==1.1.1
urllib3==1.26.12 # not directly required, pinned by Snyk to avoid a vulnerability
urllib3==1.26.13 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit a70b5f6

Please sign in to comment.