Skip to content

Commit

Permalink
BAU: Upgrade TypeScript version and update Node engine
Browse files Browse the repository at this point in the history
This dependency update is required to move to the newer version
of Helmet.

TypeScript version updated via `yarn upgrade typescript` which
requires a newer version of the Node engine. Have therefore also
updated the Node engine in the package.json to reflect the required
Node engine.
  • Loading branch information
gtvj committed Aug 23, 2024
1 parent 2f1a81f commit 5cd6fec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "",
"license": "ISC",
"engines": {
"node": "18.x"
"node": "18.20.*"
},
"scripts": {
"build-ts": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5778,9 +5778,9 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"

typescript@^4.5.4:
version "4.5.4"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz"
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

uglify-js@^3.14.5:
version "3.19.2"
Expand Down

0 comments on commit 5cd6fec

Please sign in to comment.