Skip to content

Commit 5bf952e

Browse files
fix(deps): pin dependencies
1 parent dfaecf5 commit 5bf952e

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
20.17.0

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '20'
3+
- '20.17.0'
44
dist: jammy
55
cache:
66
npm: false

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
"homepage": "https://github.com/cozy/cozy-store#readme",
2929
"devDependencies": {
3030
"@babel/eslint-parser": "7.19.1",
31-
"@babel/polyfill": "^7.12.1",
31+
"@babel/polyfill": "7.12.1",
3232
"@testing-library/jest-dom": "5.16.5",
3333
"@testing-library/react": "11.2.7",
3434
"@typescript-eslint/eslint-plugin": "5.54.0",
3535
"@typescript-eslint/parser": "5.54.0",
36-
"babel-preset-cozy-app": "^2.1.0",
36+
"babel-preset-cozy-app": "2.1.0",
3737
"cozy-scripts": "^8.3.0",
3838
"cozy-tsconfig": "^1.2.0",
3939
"enzyme": "3.3.0",
4040
"enzyme-adapter-react-16": "1.15.6",
41-
"enzyme-to-json": "^3.6.2",
41+
"enzyme-to-json": "3.6.2",
4242
"eslint": "8.35.0",
43-
"eslint-config-cozy-app": "^6.1.0",
43+
"eslint-config-cozy-app": "6.1.0",
4444
"eslint-config-prettier": "8.6.0",
4545
"eslint-plugin-import": "2.27.5",
4646
"eslint-plugin-jest": "27.2.1",
@@ -51,15 +51,15 @@
5151
"git-directory-deploy": "1.5.1",
5252
"identity-obj-proxy": "3.0.0",
5353
"npm-run-all": "4.1.5",
54-
"prettier": "1.19",
54+
"prettier": "1.19.1",
5555
"react-hot-loader": "4.13.1",
5656
"sinon-stub-promise": "4.0.0",
5757
"stylint": "2.0.0"
5858
},
5959
"dependencies": {
60-
"@cozy/minilog": "^1.0.0",
61-
"@sentry/integrations": "^7.114.0",
62-
"@sentry/react": "^8.5.0",
60+
"@cozy/minilog": "1.0.0",
61+
"@sentry/integrations": "7.114.0",
62+
"@sentry/react": "8.5.0",
6363
"cozy-app-publish": "^0.27.2",
6464
"cozy-bar": "^12.3.0",
6565
"cozy-client": "^48.13.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,18 +1768,18 @@
17681768
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
17691769
"@babel/helper-plugin-utils" "^7.22.5"
17701770

1771-
"@babel/polyfill@^7.10.4":
1772-
version "7.11.5"
1773-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.11.5.tgz#df550b2ec53abbc2ed599367ec59e64c7a707bb5"
1774-
integrity sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==
1771+
"@babel/polyfill@7.12.1":
1772+
version "7.12.1"
1773+
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.12.1.tgz#1f2d6371d1261bbd961f3c5d5909150e12d0bd96"
1774+
integrity sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==
17751775
dependencies:
17761776
core-js "^2.6.5"
17771777
regenerator-runtime "^0.13.4"
17781778

1779-
"@babel/polyfill@^7.12.1":
1780-
version "7.12.1"
1781-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.12.1.tgz#1f2d6371d1261bbd961f3c5d5909150e12d0bd96"
1782-
integrity sha512-X0pi0V6gxLi6lFZpGmeNa4zxtwEmCs42isWLNjZZDE0Y8yVfgu0T2OAHlzBbdYlqbW/YXVvoBHpATEM+goCj8g==
1779+
"@babel/polyfill@^7.10.4":
1780+
version "7.11.5"
1781+
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.11.5.tgz#df550b2ec53abbc2ed599367ec59e64c7a707bb5"
1782+
integrity sha512-FunXnE0Sgpd61pKSj2OSOs1D44rKTD3pGOfGilZ6LGrrIH0QEtJlTjqOqdF8Bs98JmjfGhni2BBkTfv9KcKJ9g==
17831783
dependencies:
17841784
core-js "^2.6.5"
17851785
regenerator-runtime "^0.13.4"
@@ -2851,7 +2851,7 @@
28512851
"@sentry/types" "8.5.0"
28522852
"@sentry/utils" "8.5.0"
28532853

2854-
"@sentry/integrations@^7.114.0":
2854+
"@sentry/integrations@7.114.0":
28552855
version "7.114.0"
28562856
resolved "https://registry.yarnpkg.com/@sentry/integrations/-/integrations-7.114.0.tgz#baf249cfa9e359510f41e486a75bf184db18927d"
28572857
integrity sha512-BJIBWXGKeIH0ifd7goxOS29fBA8BkEgVVCahs6xIOXBjX1IRS6PmX0zYx/GP23nQTfhJiubv2XPzoYOlZZmDxg==
@@ -2861,7 +2861,7 @@
28612861
"@sentry/utils" "7.114.0"
28622862
localforage "^1.8.1"
28632863

2864-
"@sentry/react@^8.5.0":
2864+
"@sentry/react@8.5.0":
28652865
version "8.5.0"
28662866
resolved "https://registry.yarnpkg.com/@sentry/react/-/react-8.5.0.tgz#1cd6b9f57ca5061b0347d14d68ea05a6c218c23b"
28672867
integrity sha512-0YdzA3ZvqZeP5uE7v9o95q7cBH9x1IV4uNPSyBr/AcK/RD8O1G1phbfphmkckf2F15zqH6Ala8bT3+J//nGKMA==
@@ -4259,7 +4259,7 @@ babel-preset-cozy-app@1.9.2:
42594259
browserslist-config-cozy "^0.3.1"
42604260
lodash "4.17.19"
42614261

4262-
babel-preset-cozy-app@^2.1.0:
4262+
babel-preset-cozy-app@2.1.0:
42634263
version "2.1.0"
42644264
resolved "https://registry.yarnpkg.com/babel-preset-cozy-app/-/babel-preset-cozy-app-2.1.0.tgz#0375a8e0e722bb254eddf95197b2a86756968d96"
42654265
integrity sha512-w3fuo6OzfBtq6kG91vUbwo430es9+6qmNHJVvFApHSHlf8NCrUi5cVRADeB7WLwkrPnbWUVkQeLt6vn/crtWmw==
@@ -6516,7 +6516,7 @@ enzyme-shallow-equal@^1.0.4:
65166516
has "^1.0.3"
65176517
object-is "^1.1.2"
65186518

6519-
enzyme-to-json@^3.6.2:
6519+
enzyme-to-json@3.6.2:
65206520
version "3.6.2"
65216521
resolved "https://registry.yarnpkg.com/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz#94f85c413bcae8ab67be53b0a94b69a560e27823"
65226522
integrity sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg==
@@ -6882,7 +6882,7 @@ eslint-config-cozy-app@1.5.0:
68826882
eslint-plugin-vue "5.2.3"
68836883
prettier "1.18.2"
68846884

6885-
eslint-config-cozy-app@^6.1.0:
6885+
eslint-config-cozy-app@6.1.0:
68866886
version "6.1.0"
68876887
resolved "https://registry.yarnpkg.com/eslint-config-cozy-app/-/eslint-config-cozy-app-6.1.0.tgz#943699b2798ddd56fcea665147641ee865e06dd7"
68886888
integrity sha512-hyufiVoe6PHWLDnPmWX/HoiZ+cax907v2pL2mrOkvy/pqrbQ1oBfV/JYexH9y9CSDuojUX1y5A9WbZRiyU2+fQ==
@@ -12495,7 +12495,7 @@ prettier@1.18.2:
1249512495
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
1249612496
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
1249712497

12498-
prettier@1.19:
12498+
prettier@1.19.1:
1249912499
version "1.19.1"
1250012500
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
1250112501
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==

0 commit comments

Comments
 (0)