Skip to content

Commit

Permalink
Merge pull request #432 from nypublicradio/wcolon/DEVO-336
Browse files Browse the repository at this point in the history
Wcolon/devo 336
  • Loading branch information
skacula authored Jun 8, 2023
2 parents 89c6b02 + 26c15f3 commit 7897c5a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:14.21-bullseye
RUN mkdir -p /code \
&& apt-get autoclean \
&& apt-get update -y \
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"loader.js": "^4.2.3",
"morgan": "^1.6.1",
"normalize.css": "^8.0.0",
"nypr-account-settings": "0.2.10",
"nypr-account-settings": "0.2.11",
"nypr-ads": "^0.1.0",
"nypr-audio-services": "^0.6.1",
"nypr-auth": "^0.2.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9915,10 +9915,10 @@ nwsapi@^2.0.9:
version "2.1.4"
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.4.tgz#e006a878db23636f8e8a67d33ca0e4edf61a842f"

nypr-account-settings@0.2.10:
version "0.2.10"
resolved "https://registry.yarnpkg.com/nypr-account-settings/-/nypr-account-settings-0.2.10.tgz#ecb84bf848e89e3355057c7c526982c3e969878d"
integrity sha512-rWxJzKQzCCbKVbAAyhxcrC724hl2cLUuyV7V9PSkPakjw05zRHh9z3X352duYcfM2o5ANW5IUhnNkX9UzyhCow==
nypr-account-settings@0.2.11:
version "0.2.11"
resolved "https://registry.yarnpkg.com/nypr-account-settings/-/nypr-account-settings-0.2.11.tgz#81d284d35cde2112242994ff05832addb871e015"
integrity sha512-SrgHLktXzKx9qrWKaLSqv4zEbWqe6DQ4ZgVwfK1ZqOlvjd0w88Ejtf5nHyLDS8O3zbalMdaLEy2Bhm6r96rvtA==
dependencies:
ember-changeset "^2.0.0"
ember-changeset-validations "^2.1.0"
Expand Down

0 comments on commit 7897c5a

Please sign in to comment.