Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent c14dea5 commit 139264f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
dist: focal
node_js:
- '20'
- '20.15.1'
env:
global:
- MATTERMOST_CHANNEL=publication
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"cozy-client": "^48.8.0",
"cozy-flags": "^4.0.0",
"cozy-konnector-libs": "5.11.0",
"globals": "^15.8.0",
"pawnote": "^0.22.1",
"pronote-api-maintained": "^3.1.0"
"globals": "15.8.0",
"pawnote": "0.22.1",
"pronote-api-maintained": "3.1.0"
},
"devDependencies": {
"cozy-jobs-cli": "2.4.2",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3814,6 +3814,11 @@ glob@^7.1.3:
once "^1.3.0"
path-is-absolute "^1.0.0"

[email protected]:
version "15.8.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-15.8.0.tgz#e64bb47b619dd8cbf32b3c1a0a61714e33cbbb41"
integrity sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==

globals@^11.1.0:
version "11.12.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
Expand All @@ -3826,11 +3831,6 @@ globals@^13.15.0:
dependencies:
type-fest "^0.20.2"

globals@^15.8.0:
version "15.8.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-15.8.0.tgz#e64bb47b619dd8cbf32b3c1a0a61714e33cbbb41"
integrity sha512-VZAJ4cewHTExBWDHR6yptdIBlx9YSSZuwojj9Nt5mBRXQzrKakDsVKQ1J63sklLvzAJm0X5+RpO4i3Y2hcOnFw==

globby@^11.0.3, globby@^11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
Expand Down Expand Up @@ -5120,7 +5120,7 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==

pawnote@^0.22.1:
[email protected]:
version "0.22.1"
resolved "https://registry.yarnpkg.com/pawnote/-/pawnote-0.22.1.tgz#c9d18933433412a3312ccf3e6950e970f9c57573"
integrity sha512-MvB0yO3KWpzP7j9bHMHzMEkGHrFXMXhrs3cvBO1oQFcbh6IK1pN1EGUvghOJ8hqGiQPht6213ALg/URhhPs+3Q==
Expand Down Expand Up @@ -5350,7 +5350,7 @@ prompt@^1.0.0:
revalidator "0.1.x"
winston "2.x"

pronote-api-maintained@^3.1.0:
[email protected]:
version "3.1.0"
resolved "https://registry.yarnpkg.com/pronote-api-maintained/-/pronote-api-maintained-3.1.0.tgz#6612bec40342047afe90d87815826caed3447c6f"
integrity sha512-U3UCnxDxup9R/qeG8ZuneGwXV/lDvf6kN9YEdrKP8exEv2meSCMaCvZ0FxecD6v8aHqC2qjL2ZtV4t91Q8vfBQ==
Expand Down

0 comments on commit 139264f

Please sign in to comment.