Skip to content

Commit

Permalink
Merge pull request #601 from danactive/snyk-fix-96f0ed4442b63f8460e24…
Browse files Browse the repository at this point in the history
…5c495298311

[Snyk] Security upgrade styled-components from 6.0.7 to 6.1.0
  • Loading branch information
danactive committed Apr 7, 2024
2 parents b805a4e + 81df63d commit 3677d03
Show file tree
Hide file tree
Showing 8 changed files with 148 additions and 1,592 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
},
"homepage": "https://github.com/danactive/history",
"engines": {
"node": ">=12.18.1",
"npm": ">=6.14.5"
"node": "12.18.1",
"npm": "6.14.5"
},
"readmeFilename": "README.md",
"tuxharness": "./tuxharness.js",
Expand Down
4 changes: 2 additions & 2 deletions api/server/plugins/album/components/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ function Page({ album }) {
</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no" />
<link href="https://api.mapbox.com/mapbox-gl-js/v2.14.1/mapbox-gl.css" rel="stylesheet" />
<link href="./album/static/album.css" rel="stylesheet" />
<link href="./album/static/map.css" rel="stylesheet" />
<link href="./album/static/album-styles.css" rel="stylesheet" />
<link href="./album/static/map-styles.css" rel="stylesheet" />
</head>
<body>
<div id="divToolbox">
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion api/server/plugins/editAlbum/components/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Page(props) {
<link rel="stylesheet" href="./album/static/lib/fluid960gs-reset.css" />
<link rel="stylesheet" href="./album/static/lib/fluid960gs-text.css" />
<link rel="stylesheet" href="./album/static/lib/fluid960gs-grid.css" />
<link rel="stylesheet" href="./album/static/album.css" />
<link rel="stylesheet" href="./album/static/album-styles.css" />
</head>
<body>
<div className="container_16">
Expand Down

0 comments on commit 3677d03

Please sign in to comment.