Skip to content

Commit

Permalink
fix security issues by increase versions (#8)
Browse files Browse the repository at this point in the history
* fix security issues by increase versions

* commit for v1.2.1

* increase versions commit 2
  • Loading branch information
emrecosar authored Nov 12, 2021
1 parent 0d01aad commit f239e22
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portfolio",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"homepage": "https://emrecosar.com",
"dependencies": {
Expand All @@ -12,6 +12,12 @@
"react-ga": "^3.3.0",
"react-scripts": "^3.4.4"
},
"devDependencies": {
"react-dev-utils": ">=11.0.4",
"node-notifier": ">=8.0.1",
"ansi-regex": ">=5.0.1",
"immer": ">=9.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit f239e22

Please # to comment.