Skip to content

Commit 13cfa44

Browse files
fix(deps): pin dependencies
1 parent 54f2bc3 commit 13cfa44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
dist: focal
33
node_js:
4-
- '20'
4+
- '20.17.0'
55
env:
66
global:
77
- MATTERMOST_CHANNEL=publication

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"travisDeployKey": "./bin/generate_travis_deploy_key"
3838
},
3939
"dependencies": {
40-
"cheerio": "^1.0.0-rc.12",
40+
"cheerio": "1.0.0-rc.12",
4141
"cozy-konnector-libs": "5.12.1"
4242
},
4343
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2205,7 +2205,7 @@ cheerio-select@^2.1.0:
22052205
domhandler "^5.0.3"
22062206
domutils "^3.0.1"
22072207

2208-
cheerio@1.0.0-rc.12, cheerio@^1.0.0-rc.12, cheerio@^1.0.0-rc.9:
2208+
cheerio@1.0.0-rc.12, cheerio@^1.0.0-rc.9:
22092209
version "1.0.0-rc.12"
22102210
resolved "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz#788bf7466506b1c6bf5fae51d24a2c4d62e47683"
22112211
integrity sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==

0 commit comments

Comments
 (0)