Skip to content

Commit e1640f1

Browse files
authored
chore: bump semantic-release to 19.0 (#753)
This will also address GHSA-rrrm-qjm4-v8hf
1 parent 2fe58a6 commit e1640f1

File tree

3 files changed

+561
-702
lines changed

3 files changed

+561
-702
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ checkout step for each job: &addWorkspace
1818
default config for js: &js_defaults
1919
<<: *defaults
2020
docker:
21-
- image: circleci/node:12
21+
- image: circleci/node:14
2222

2323
default config for macOS: &macos_defaults
2424
<<: *defaults

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
"@babel/preset-env": "^7.1.6",
7373
"@expo/webpack-config": "^0.16.0",
7474
"@react-native-community/eslint-config": "^3.0.0",
75-
"@semantic-release/changelog": "^5.0.1",
76-
"@semantic-release/git": "9.0.0",
75+
"@semantic-release/changelog": "^6.0.0",
76+
"@semantic-release/git": "^10.0.0",
7777
"@types/react": "^17.0.0",
7878
"@types/react-native": "^0.64.0",
7979
"concurrently": "^6.4.0",
@@ -91,9 +91,12 @@
9191
"react-native-web": "^0.17.0",
9292
"react-native-windows": "^0.64.0",
9393
"react-test-renderer": "17.0.1",
94-
"semantic-release": "^17.4.6",
94+
"semantic-release": "^19.0.0",
9595
"typescript": "^4.5.0"
9696
},
97+
"resolutions": {
98+
"npm/chalk": "^4.1.2"
99+
},
97100
"jest": {
98101
"preset": "react-native",
99102
"setupFiles": [

0 commit comments

Comments
 (0)