aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 03:04:29 +0000
committerLibravatar GitHub <noreply@github.com>2024-04-01 03:04:29 +0000
commit0afc9760b7e18696a16727fc9e023134cc0fae2b (patch)
tree97f80f4a01ba12588adb50789e43f085f1d3c00d
parent6.7.3-nightly.5 [skip ci] (diff)
downloadferdium-app-dependabot/npm_and_yarn/normalize-url-8.0.1.tar.gz
ferdium-app-dependabot/npm_and_yarn/normalize-url-8.0.1.tar.zst
ferdium-app-dependabot/npm_and_yarn/normalize-url-8.0.1.zip
Bump normalize-url from 6.1.0 to 8.0.1dependabot/npm_and_yarn/normalize-url-8.0.1
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 6.1.0 to 8.0.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/compare/v6.1.0...v8.0.1) --- updated-dependencies: - dependency-name: normalize-url dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package.json2
-rw-r--r--pnpm-lock.yaml15
2 files changed, 11 insertions, 6 deletions
diff --git a/package.json b/package.json
index 4a6e09fe6..b3d0d92ac 100644
--- a/package.json
+++ b/package.json
@@ -104,7 +104,7 @@
104 "mobx-react-form": "6.9.4", 104 "mobx-react-form": "6.9.4",
105 "moment": "2.30.1", 105 "moment": "2.30.1",
106 "ms": "2.1.3", 106 "ms": "2.1.3",
107 "normalize-url": "6.1.0", 107 "normalize-url": "8.0.1",
108 "os-name": "4.0.1", 108 "os-name": "4.0.1",
109 "pretty-bytes": "5.6.0", 109 "pretty-bytes": "5.6.0",
110 "prop-types": "15.8.1", 110 "prop-types": "15.8.1",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 1b79f1d19..1a8a9a53e 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -168,8 +168,8 @@ dependencies:
168 specifier: 2.1.3 168 specifier: 2.1.3
169 version: 2.1.3 169 version: 2.1.3
170 normalize-url: 170 normalize-url:
171 specifier: 6.1.0 171 specifier: 8.0.1
172 version: 6.1.0 172 version: 8.0.1
173 os-name: 173 os-name:
174 specifier: 4.0.1 174 specifier: 4.0.1
175 version: 4.0.1 175 version: 4.0.1
@@ -258,7 +258,7 @@ dependencies:
258optionalDependencies: 258optionalDependencies:
259 macos-notification-state: 259 macos-notification-state:
260 specifier: github:ferdium/macos-notification-state#e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a 260 specifier: github:ferdium/macos-notification-state#e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a
261 version: github.com/ferdium/macos-notification-state/e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a 261 version: git/github.com+ferdium/macos-notification-state/e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a
262 node-mac-permissions: 262 node-mac-permissions:
263 specifier: 2.3.0 263 specifier: 2.3.0
264 version: 2.3.0 264 version: 2.3.0
@@ -10740,6 +10740,11 @@ packages:
10740 resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} 10740 resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==}
10741 engines: {node: '>=10'} 10741 engines: {node: '>=10'}
10742 10742
10743 /normalize-url@8.0.1:
10744 resolution: {integrity: sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==}
10745 engines: {node: '>=14.16'}
10746 dev: false
10747
10743 /normalize-version@1.0.5: 10748 /normalize-version@1.0.5:
10744 resolution: {integrity: sha512-gnPd21y/zdWO76ye7gP2eFO1tEUczd5DC6syABM25OLtS5MgsS3ZRB/vaaHz2Ir4x6SMzIrP0QZUpxs3VYPzKA==} 10749 resolution: {integrity: sha512-gnPd21y/zdWO76ye7gP2eFO1tEUczd5DC6syABM25OLtS5MgsS3ZRB/vaaHz2Ir4x6SMzIrP0QZUpxs3VYPzKA==}
10745 dev: false 10750 dev: false
@@ -14418,8 +14423,8 @@ packages:
14418 readable-stream: 3.6.2 14423 readable-stream: 3.6.2
14419 dev: true 14424 dev: true
14420 14425
14421 github.com/ferdium/macos-notification-state/e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a: 14426 git/github.com+ferdium/macos-notification-state/e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a:
14422 resolution: {tarball: https://codeload.github.com/ferdium/macos-notification-state/tar.gz/e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a} 14427 resolution: {commit: e0e78c3aff1a9d2362709dff70d01d3eaef4ee6a, repo: git@github.com:ferdium/macos-notification-state.git, type: git}
14423 name: macos-notification-state 14428 name: macos-notification-state
14424 version: 3.0.0 14429 version: 3.0.0
14425 os: [darwin] 14430 os: [darwin]