Skip to content

Commit

Permalink
Bump ipaddr.js from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [ipaddr.js](https://github.com/whitequark/ipaddr.js) from 2.1.0 to 2.2.0.
- [Changelog](https://github.com/whitequark/ipaddr.js/blob/main/Changes.md)
- [Commits](whitequark/ipaddr.js@v2.1.0...v2.2.0)

---
updated-dependencies:
- dependency-name: ipaddr.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jelly committed Apr 23, 2024
1 parent 9de4b17 commit 324f8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 33 files
+9 −9 .package-lock.json
+1 −1 .package.json
+2 −2 @bufbuild/protobuf/dist/cjs/binary-encoding.d.ts
+1 −1 @bufbuild/protobuf/dist/cjs/google/protobuf/descriptor_pb.js
+1 −1 @bufbuild/protobuf/dist/cjs/google/protobuf/struct_pb.js
+1 −1 @bufbuild/protobuf/dist/cjs/google/protobuf/type_pb.js
+1 −1 @bufbuild/protobuf/dist/cjs/index.d.ts
+1 −0 @bufbuild/protobuf/dist/cjs/message.d.ts
+1 −0 @bufbuild/protobuf/dist/cjs/message.js
+1 −1 @bufbuild/protobuf/dist/cjs/private/json-format.js
+3 −3 @bufbuild/protobuf/dist/cjs/private/names.js
+3 −0 @bufbuild/protobuf/dist/cjs/private/util-common.js
+2 −2 @bufbuild/protobuf/dist/esm/binary-encoding.d.ts
+1 −1 @bufbuild/protobuf/dist/esm/google/protobuf/descriptor_pb.js
+1 −1 @bufbuild/protobuf/dist/esm/google/protobuf/struct_pb.js
+1 −1 @bufbuild/protobuf/dist/esm/google/protobuf/type_pb.js
+1 −1 @bufbuild/protobuf/dist/esm/index.d.ts
+1 −0 @bufbuild/protobuf/dist/esm/message.d.ts
+1 −0 @bufbuild/protobuf/dist/esm/message.js
+1 −1 @bufbuild/protobuf/dist/esm/private/json-format.js
+3 −3 @bufbuild/protobuf/dist/esm/private/names.js
+3 −0 @bufbuild/protobuf/dist/esm/private/util-common.js
+3 −3 @bufbuild/protobuf/package.json
+6 −1 css-functions-list/CHANGELOG.md
+30 −0 css-functions-list/cjs/index.json
+30 −0 css-functions-list/esm/index.json
+1 −1 css-functions-list/package.json
+0 −26 ipaddr.js/Changes.md
+6 −2 ipaddr.js/README.md
+1 −1 ipaddr.js/ipaddr.min.js
+62 −6 ipaddr.js/lib/ipaddr.js
+7 −4 ipaddr.js/lib/ipaddr.js.d.ts
+5 −6 ipaddr.js/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@patternfly/react-tokens": "5.3.0",
"date-fns": "3.6.0",
"docker-names": "1.2.1",
"ipaddr.js": "2.1.0",
"ipaddr.js": "2.2.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit 324f8e2

Please sign in to comment.