Skip to content

Commit

Permalink
package.json: update runtime packages
Browse files Browse the repository at this point in the history
Since I'm going to have to test everything anyway...

Note that dompurify 3.0.2+ (up to current version 3.0.9) seems to break
enyo pack --production.
  • Loading branch information
throwaway96 committed Mar 9, 2024
1 parent 13a4298 commit b6ab189
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
22 changes: 8 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@
"dependencies": {
"bluebird": "^3.7.2",
"core-js": "^3.36.0",
"dompurify": "^2.2.8",
"dompurify": "=3.0.1",
"node-fetch": "=2.6.7",
"progress-stream": "^2.0.0",
"regenerator-runtime": "^0.13.7",
"regenerator-runtime": "^0.14.1",
"stream.pipeline-shim": "^1.1.0",
"webos-service": "github:webosose/nodejs-module-webos-service#1dd2c9d6cd21eb5d84f7619432ed6d2784bb56f9"
},
Expand Down

0 comments on commit b6ab189

Please sign in to comment.