Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 8757314

Browse files
author
Dan Bright
committed
Update README
1 parent 509aa69 commit 8757314

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Simple Photo Management - Frontend Client Component
22

3+
## SECURITY ALERT
4+
5+
This project was archived on 28 March 2023 due to *dependency security issues* that cannot be immediately resolved.
6+
7+
The app's dependencies *DO HAVE UNRESOLVED SECURITY VULNERABILITIES* Use at your own risk.
8+
39
## About
410

511
This is a demo/prototype of simple application built on web technologies to IPTC tag, search & image optimise digital photo libraries.

react/package.json

+6-16
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
"@fortawesome/free-regular-svg-icons": "*",
1313
"@fortawesome/free-solid-svg-icons": "*",
1414
"@fortawesome/react-fontawesome": "*",
15-
"@popperjs/core": "*",
16-
"acorn": "*",
15+
"browserlist": "*",
16+
"react-dev-utils": "*",
17+
"postcss": "*",
18+
"html-webpack-plugin": "*",
1719
"axios": "*",
1820
"bootstrap": "*",
1921
"env-cmd": "*",
@@ -29,8 +31,7 @@
2931
"react-modal": "*",
3032
"react-modal-image": "*",
3133
"react-router-dom": "*",
32-
"react-scripts": "*",
33-
"to": "*"
34+
"react-scripts": "*"
3435
},
3536
"scripts": {
3637
"analyze": "source-map-explorer build/static/js/main.*",
@@ -50,19 +51,8 @@
5051
"not op_mini all"
5152
],
5253
"devDependencies": {
53-
"eslint-plugin-react": "^7.28.0"
54+
"eslint-plugin-react": "^7.32.2"
5455
},
5556
"resolutions": {
56-
"set-value": "^4.0.1",
57-
"ansi-html": "*",
58-
"ansi-regex": "*",
59-
"nth-check": "*",
60-
"glob-parent": "*",
61-
"immer": "*",
62-
"browserlist": "*",
63-
"optimist": "*",
64-
"minimist": "*",
65-
"react-dev-utils":"*",
66-
"postcss": "*"
6757
}
6858
}

0 commit comments

Comments
 (0)