Files
notifications-admin/package.json
dependabot[bot] 0feba9ac97 Bump serialize-javascript, terser-webpack-plugin and copy-webpack-plugin
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 7.0.4 and updates ancestor dependencies [serialize-javascript](https://github.com/yahoo/serialize-javascript), [terser-webpack-plugin](https://github.com/webpack/terser-webpack-plugin) and [copy-webpack-plugin](https://github.com/webpack/copy-webpack-plugin). These dependencies need to be updated together.


Updates `serialize-javascript` from 6.0.2 to 7.0.4
- [Release notes](https://github.com/yahoo/serialize-javascript/releases)
- [Commits](https://github.com/yahoo/serialize-javascript/compare/v6.0.2...v7.0.4)

Updates `terser-webpack-plugin` from 5.3.16 to 5.3.17
- [Release notes](https://github.com/webpack/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/terser-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/terser-webpack-plugin/compare/v5.3.16...v5.3.17)

Updates `copy-webpack-plugin` from 13.0.1 to 14.0.0
- [Release notes](https://github.com/webpack/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack/copy-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webpack/copy-webpack-plugin/compare/v13.0.1...v14.0.0)

---
updated-dependencies:
- dependency-name: serialize-javascript
  dependency-version: 7.0.4
  dependency-type: indirect
- dependency-name: terser-webpack-plugin
  dependency-version: 5.3.17
  dependency-type: direct:development
- dependency-name: copy-webpack-plugin
  dependency-version: 14.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 21:12:03 +00:00

72 lines
2.4 KiB
JSON

{
"name": "notifications-admin",
"version": "0.0.1",
"description": "Admin front end for Notify",
"engines": {
"node": "^24.10.0"
},
"scripts": {
"lint": "jshint app/assets/javascripts",
"test": "jest --config tests/javascripts/jest.config.js tests/javascripts",
"test-watch": "jest --watch --config tests/javascripts/jest.config.js tests/javascripts",
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
"build:dev": "npx webpack --config webpack.config.js",
"watch": "npx webpack --watch --config webpack.config.js",
"backstop:test": "npx backstop test --configPath=backstop.config.js",
"backstop:reference": "npx backstop reference --configPath=backstop.config.js",
"backstop:approve": "npx backstop approve --configPath=backstop.config.js",
"backstop:open": "npx backstop openReport --configPath=backstop.config.js",
"audit": "better-npm-audit audit --production --level low",
"pa11y-ci": "pa11y-ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/notifications-admin.git"
},
"author": "General Services Administration",
"license": "CC0",
"homepage": "https://github.com/GSA/notifications-admin#readme",
"overrides": {
"graceful-fs": "^4.2.11",
"glob@^10": "10.5.0",
"rollup": "^4.59.0"
},
"dependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/stream": "^3.0.1",
"@uswds/uswds": "^3.13.0",
"cbor-js": "0.1.0",
"ci-info": "^4.4.0",
"d3": "^7.9.0",
"playwright": "^1.58.2",
"python": "^0.0.4",
"query-command-supported": "1.0.0",
"sass-embedded": "^1.97.3",
"textarea-caret": "3.1.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"autoprefixer": "^10.4.27",
"babel-loader": "^10.0.0",
"backstopjs": "^6.3.25",
"better-npm-audit": "^3.11.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"jest": "^30.2.0",
"jest-each": "^30.1.0",
"jest-environment-jsdom": "^30.2.0",
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.10.0",
"postcss-loader": "^8.2.1",
"sass": "^1.97.2",
"sass-loader": "^16.0.7",
"terser-webpack-plugin": "^5.3.17",
"webpack": "^5.105.3",
"webpack-cli": "^6.0.1"
}
}