Skip to content

Commit 3e01989

Browse files
Bump the minor group with 8 updates
Bumps the minor group with 8 updates: | Package | From | To | | --- | --- | --- | | @ministryofjustice/hmpps-audit-client | `1.0.23` | `1.1.1` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `8.25.0` | `8.26.0` | | [superagent](https://github.com/ladjs/superagent) | `10.0.1` | `10.0.2` | | [@types/superagent](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/superagent) | `8.1.7` | `8.1.8` | | [cypress](https://github.com/cypress-io/cypress) | `13.13.2` | `13.13.3` | | [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) | `3.4.0` | `3.5.0` | | [eslint-plugin-no-only-tests](https://github.com/levibuzolic/eslint-plugin-no-only-tests) | `3.1.0` | `3.3.0` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.8` | `15.2.9` | Updates `@ministryofjustice/hmpps-audit-client` from 1.0.23 to 1.1.1 Updates `@sentry/node` from 8.25.0 to 8.26.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@8.25.0...8.26.0) Updates `superagent` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/ladjs/superagent/releases) - [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md) - [Commits](ladjs/superagent@v10.0.1...v10.0.2) Updates `@types/superagent` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/superagent) Updates `cypress` from 13.13.2 to 13.13.3 - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](cypress-io/cypress@v13.13.2...v13.13.3) Updates `eslint-plugin-cypress` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v3.4.0...v3.5.0) Updates `eslint-plugin-no-only-tests` from 3.1.0 to 3.3.0 - [Release notes](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases) - [Changelog](https://github.com/levibuzolic/eslint-plugin-no-only-tests/blob/main/CHANGELOG.md) - [Commits](levibuzolic/eslint-plugin-no-only-tests@v3.1.0...v3.3.0) Updates `lint-staged` from 15.2.8 to 15.2.9 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.8...v15.2.9) --- updated-dependencies: - dependency-name: "@ministryofjustice/hmpps-audit-client" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@sentry/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: superagent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@types/superagent" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint-plugin-no-only-tests dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a14b3b2 commit 3e01989

File tree

2 files changed

+110
-64
lines changed

2 files changed

+110
-64
lines changed

package-lock.json

+102-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
},
9797
"dependencies": {
9898
"@ministryofjustice/frontend": "^2.2.0",
99-
"@ministryofjustice/hmpps-audit-client": "^1.0.23",
99+
"@ministryofjustice/hmpps-audit-client": "^1.1.1",
100100
"@ministryofjustice/probation-search-frontend": "^2.1.4",
101-
"@sentry/node": "^8.25.0",
101+
"@sentry/node": "^8.26.0",
102102
"agentkeepalive": "^4.5.0",
103103
"applicationinsights": "^2.9.5",
104104
"body-parser": "^1.20.2",
@@ -123,7 +123,7 @@
123123
"passport-oauth2": "^1.8.0",
124124
"prom-client": "^15.1.3",
125125
"redis": "^4.7.0",
126-
"superagent": "^10.0.1",
126+
"superagent": "^10.0.2",
127127
"url-value-parser": "^2.2.0",
128128
"uuid": "^10.0.0"
129129
},
@@ -144,30 +144,30 @@
144144
"@types/parseurl": "^1.3.3",
145145
"@types/passport": "^1.0.16",
146146
"@types/passport-oauth2": "^1.4.17",
147-
"@types/superagent": "^8.1.7",
147+
"@types/superagent": "^8.1.8",
148148
"@types/supertest": "^6.0.2",
149149
"@types/uuid": "^10.0.0",
150150
"@typescript-eslint/eslint-plugin": "^8.1.0",
151151
"@typescript-eslint/parser": "^8.1.0",
152152
"audit-ci": "^7.1.0",
153153
"concurrently": "^8.2.2",
154154
"cookie-session": "^2.1.0",
155-
"cypress": "^13.13.2",
155+
"cypress": "^13.13.3",
156156
"cypress-multi-reporters": "^1.6.4",
157157
"dotenv": "^16.4.5",
158158
"eslint": "^8.57.0",
159159
"eslint-config-airbnb-base": "^15.0.0",
160160
"eslint-config-prettier": "^9.1.0",
161161
"eslint-import-resolver-typescript": "^3.6.1",
162-
"eslint-plugin-cypress": "^3.4.0",
162+
"eslint-plugin-cypress": "^3.5.0",
163163
"eslint-plugin-import": "^2.29.1",
164-
"eslint-plugin-no-only-tests": "^3.1.0",
164+
"eslint-plugin-no-only-tests": "^3.3.0",
165165
"eslint-plugin-prettier": "^5.2.1",
166166
"jest": "^29.7.0",
167167
"jest-html-reporter": "^3.10.2",
168168
"jest-junit": "^16.0.0",
169169
"jsonwebtoken": "^9.0.2",
170-
"lint-staged": "^15.2.8",
170+
"lint-staged": "^15.2.9",
171171
"mocha-junit-reporter": "^2.2.1",
172172
"nock": "^13.5.4",
173173
"nodemon": "^3.1.4",

0 commit comments

Comments
 (0)